linux/drivers/md/dm-vdo
Mikulas Patocka 225b2cb640 vdo: omit need_resched() before cond_resched()
There's no need to call need_resched() because cond_resched() will do
nothing if need_resched() returns false.

Reviewed-by: Matthew Sakai <msakai@redhat.com>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
2025-07-31 15:39:55 +02:00
..
indexer dm vdo indexer: don't read request structure after enqueuing 2025-05-15 15:54:47 +02:00
action-manager.c
action-manager.h
admin-state.c
admin-state.h
block-map.c dm vdo: remove remaining ring references 2025-02-24 12:09:44 +01:00
block-map.h
completion.c
completion.h
constants.h dm vdo: remove checks that can not fail 2025-02-03 14:13:53 +01:00
cpu.h
data-vio.c dm vdo: fix function doc comment formatting 2024-11-20 11:38:04 +01:00
data-vio.h
dedupe.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
dedupe.h
dm-vdo-target.c
dump.c
dump.h
encodings.c dm vdo: remove checks that can not fail 2025-02-03 14:13:53 +01:00
encodings.h
errors.c
errors.h
flush.c
flush.h
funnel-queue.c
funnel-queue.h
funnel-workqueue.c vdo: omit need_resched() before cond_resched() 2025-07-31 15:39:55 +02:00
funnel-workqueue.h
int-map.c dm vdo int-map: remove unused parameters 2024-11-20 11:38:04 +01:00
int-map.h
io-submitter.c dm vdo vio-pool: allow variable-sized metadata vios 2025-02-03 14:15:19 +01:00
io-submitter.h dm vdo vio-pool: allow variable-sized metadata vios 2025-02-03 14:15:19 +01:00
Kconfig
logger.c
logger.h
logical-zone.c
logical-zone.h
Makefile
memory-alloc.c
memory-alloc.h
message-stats.c
message-stats.h
murmurhash3.c
murmurhash3.h
numeric.h
packer.c dm vdo: fix function doc comment formatting 2024-11-20 11:38:04 +01:00
packer.h dm vdo: remove remaining ring references 2025-02-24 12:09:44 +01:00
permassert.c
permassert.h
physical-zone.c dm vdo: fix function doc comment formatting 2024-11-20 11:38:04 +01:00
physical-zone.h
priority-table.c dm vdo: remove remaining ring references 2025-02-24 12:09:44 +01:00
priority-table.h
recovery-journal.c dm vdo: fix function doc comment formatting 2024-11-20 11:38:04 +01:00
recovery-journal.h dm vdo: remove remaining ring references 2025-02-24 12:09:44 +01:00
repair.c
repair.h
slab-depot.c dm vdo: rework processing of loaded refcount byte arrays 2025-02-24 12:09:44 +01:00
slab-depot.h dm vdo slab-depot: read refcount blocks in large chunks at load time 2025-02-03 14:15:30 +01:00
statistics.h
status-codes.c
status-codes.h
string-utils.c
string-utils.h
thread-device.c
thread-device.h
thread-registry.c
thread-registry.h
thread-utils.c
thread-utils.h
time-utils.h
types.h dm vdo vio-pool: allow variable-sized metadata vios 2025-02-03 14:15:19 +01:00
vdo.c dm vdo: use a short static string for thread name prefix 2025-02-03 14:10:37 +01:00
vdo.h
vio.c dm vdo vio-pool: allow variable-sized metadata vios 2025-02-03 14:15:19 +01:00
vio.h dm vdo vio-pool: allow variable-sized metadata vios 2025-02-03 14:15:19 +01:00
wait-queue.c dm vdo: remove remaining ring references 2025-02-24 12:09:44 +01:00
wait-queue.h