Home
last modified time | relevance | path

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

/linux/drivers/md/
A Draid5.h613 atomic_t pending_full_writes; /* full write backlog */ member
A Draid5.c3341 atomic_inc(&conf->pending_full_writes); in schedule_reconstruction()
3659 if (atomic_dec_and_test(&conf->pending_full_writes)) in handle_failed_stripe()
4056 if (atomic_dec_and_test(&conf->pending_full_writes)) in handle_stripe_clean_event()
5552 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()
5572 atomic_read(&conf->pending_full_writes) == 0)) { in __get_priority_stripe()
A Draid5-cache.c2837 if (atomic_dec_and_test(&conf->pending_full_writes)) in r5c_finish_stripe_write_out()

Completed in 22 milliseconds