Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-mpath.c90 wait_queue_head_t pg_init_wait; /* Wait for pg_init completion */ member
255 init_waitqueue_head(&m->pg_init_wait); in alloc_multipath_stage2()
1285 prepare_to_wait(&m->pg_init_wait, &wait, TASK_UNINTERRUPTIBLE); in multipath_wait_for_pg_init_completion()
1292 finish_wait(&m->pg_init_wait, &wait); in multipath_wait_for_pg_init_completion()
1623 wake_up(&m->pg_init_wait); in pg_init_done()