Home
last modified time | relevance | path

Searched refs:behind_wait (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/md/
H A Dmd-bitmap.h64 bool behind_wait; member
H A Dmd-bitmap.c210 wait_queue_head_t behind_wait; member
2074 wake_up(&bitmap->behind_wait); in bitmap_end_behind_write()
2089 wait_event(bitmap->behind_wait, in bitmap_wait_behind_writes()
2146 init_waitqueue_head(&bitmap->behind_wait); in __bitmap_create()
2376 stats->behind_wait = wq_has_sleeper(&bitmap->behind_wait); in bitmap_get_stats()
H A Draid1.c1626 if (!err && write_behind && !stats.behind_wait && in raid1_write_request()