Home
last modified time | relevance | path

Searched refs:pending_full_writes (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/md/
Draid5.h398 atomic_t pending_full_writes; /* full write backlog */ member
Draid5.c2239 atomic_inc(&conf->pending_full_writes); in schedule_reconstruction()
2476 if (atomic_dec_and_test(&conf->pending_full_writes)) in handle_failed_stripe()
2697 if (atomic_dec_and_test(&conf->pending_full_writes)) in handle_stripe_clean_event()
3910 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()
3930 atomic_read(&conf->pending_full_writes) == 0)) { in __get_priority_stripe()