Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Draid5.h671 wait_queue_head_t wait_for_overlap; member
Draid5.c2348 wake_up(&sh->raid_conf->wait_for_overlap); in raid_run_ops()
3693 wake_up(&conf->wait_for_overlap); in handle_failed_stripe()
3737 wake_up(&conf->wait_for_overlap); in handle_failed_stripe()
3775 wake_up(&conf->wait_for_overlap); in handle_failed_sync()
4978 wake_up(&head_sh->raid_conf->wait_for_overlap); in break_stripe_batch_list()
5244 wake_up(&conf->wait_for_overlap); in handle_stripe()
5307 wake_up(&conf->wait_for_overlap); in handle_stripe()
5823 prepare_to_wait(&conf->wait_for_overlap, &w, in make_discard_request()
5845 finish_wait(&conf->wait_for_overlap, &w); in make_discard_request()
6153 add_wait_queue(&conf->wait_for_overlap, &wait); in raid5_make_request()
[all …]
Draid5-cache.c2837 wake_up(&conf->wait_for_overlap); in r5c_finish_stripe_write_out()