Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-snap.c111 struct wait_queue_head in_progress_wait; member
1334 init_waitqueue_head(&s->in_progress_wait); in snapshot_ctr()
1524 spin_lock(&s->in_progress_wait.lock); in account_start_copy()
1526 spin_unlock(&s->in_progress_wait.lock); in account_start_copy()
1531 spin_lock(&s->in_progress_wait.lock); in account_end_copy()
1536 wake_up_locked(&s->in_progress_wait); in account_end_copy()
1537 spin_unlock(&s->in_progress_wait.lock); in account_end_copy()
1543 spin_lock(&s->in_progress_wait.lock); in wait_for_in_progress()
1554 __add_wait_queue(&s->in_progress_wait, &wait); in wait_for_in_progress()
1556 spin_unlock(&s->in_progress_wait.lock); in wait_for_in_progress()
[all …]