Home
last modified time | relevance | path

Searched refs:pending_full_writes (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Draid5.h613 atomic_t pending_full_writes; /* full write backlog */ member
H A Draid5.c3338 atomic_inc(&conf->pending_full_writes); in schedule_reconstruction()
3656 if (atomic_dec_and_test(&conf->pending_full_writes)) in handle_failed_stripe()
4053 if (atomic_dec_and_test(&conf->pending_full_writes)) in handle_stripe_clean_event()
5547 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()
5567 atomic_read(&conf->pending_full_writes) == 0)) { in __get_priority_stripe()
H A Draid5-cache.c2837 if (atomic_dec_and_test(&conf->pending_full_writes)) in r5c_finish_stripe_write_out()
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.h625 atomic_t pending_full_writes; /* full write backlog */ member
H A Draid5.c3426 atomic_inc(&conf->pending_full_writes); in schedule_reconstruction()
3768 if (atomic_dec_and_test(&conf->pending_full_writes)) in handle_failed_stripe()
4165 if (atomic_dec_and_test(&conf->pending_full_writes)) in handle_stripe_clean_event()
5652 atomic_read(&conf->pending_full_writes), conf->bypass_count);
5672 atomic_read(&conf->pending_full_writes) == 0)) {
H A Draid5-cache.c2834 if (atomic_dec_and_test(&conf->pending_full_writes)) in r5c_finish_stripe_write_out()

Completed in 35 milliseconds