Home
last modified time | relevance | path

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

/drivers/md/
A Dmd-bitmap.h54 int behind_writes; member
A Dmd-bitmap.c201 atomic_t behind_writes; member
2066 atomic_inc(&bitmap->behind_writes); in bitmap_start_behind_write()
2067 bw = atomic_read(&bitmap->behind_writes); in bitmap_start_behind_write()
2082 if (atomic_dec_and_test(&bitmap->behind_writes)) in bitmap_end_behind_write()
2085 atomic_read(&bitmap->behind_writes), in bitmap_end_behind_write()
2094 if (bitmap && atomic_read(&bitmap->behind_writes) > 0) { in bitmap_wait_behind_writes()
2099 atomic_read(&bitmap->behind_writes) == 0); in bitmap_wait_behind_writes()
2383 stats->behind_writes = atomic_read(&bitmap->behind_writes); in bitmap_get_stats()
A Draid1.c1626 stats.behind_writes < max_write_behind) in raid1_write_request()

Completed in 17 milliseconds