Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/md/
Draid5.c2277 wake_up(&sh->raid_conf->wait_for_overlap); in raid_run_ops()
3590 wake_up(&conf->wait_for_overlap); in handle_failed_stripe()
3634 wake_up(&conf->wait_for_overlap); in handle_failed_stripe()
3672 wake_up(&conf->wait_for_overlap); in handle_failed_sync()
4874 wake_up(&head_sh->raid_conf->wait_for_overlap); in break_stripe_batch_list()
5140 wake_up(&conf->wait_for_overlap); in handle_stripe()
5201 wake_up(&conf->wait_for_overlap); in handle_stripe()
5710 prepare_to_wait(&conf->wait_for_overlap, &w, in make_discard_request()
5732 finish_wait(&conf->wait_for_overlap, &w); in make_discard_request()
5819 prepare_to_wait(&conf->wait_for_overlap, &w, TASK_UNINTERRUPTIBLE); in raid5_make_request()
[all …]
Draid5.h666 wait_queue_head_t wait_for_overlap; member
Draid5-cache.c2841 wake_up(&conf->wait_for_overlap); in r5c_finish_stripe_write_out()