Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-mpath.c89 wait_queue_head_t pg_init_wait; /* Wait for pg_init completion */ member
256 init_waitqueue_head(&m->pg_init_wait); in alloc_multipath_stage2()
1283 prepare_to_wait(&m->pg_init_wait, &wait, TASK_UNINTERRUPTIBLE); in multipath_wait_for_pg_init_completion()
1290 finish_wait(&m->pg_init_wait, &wait); in multipath_wait_for_pg_init_completion()
1618 wake_up(&m->pg_init_wait); in pg_init_done()