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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dbitmap.h233 atomic_t behind_writes; member in struct:bitmap
H A Dbitmap.c1309 atomic_inc(&bitmap->behind_writes);
1310 bw = atomic_read(&bitmap->behind_writes);
1374 if (atomic_dec_and_test(&bitmap->behind_writes))
1377 atomic_read(&bitmap->behind_writes), bitmap->max_write_behind);
H A Draid1.c869 atomic_read(&bitmap->behind_writes) == 0);
946 (atomic_read(&bitmap->behind_writes)
2156 if (bitmap && atomic_read(&bitmap->behind_writes) > 0) {
2161 atomic_read(&bitmap->behind_writes) == 0);

Completed in 102 milliseconds