Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Dmd-cluster.c24 wait_queue_head_t sync_locking; /* wait queue for synchronized locking */ member
121 wake_up(&res->sync_locking); in sync_ast()
133 wait_event(res->sync_locking, res->sync_locking_done); in dlm_lock_sync()
160 wait_event(res->sync_locking, res->sync_locking_done in dlm_lock_sync_interruptible()
193 init_waitqueue_head(&res->sync_locking); in lockres_init()
251 wait_event(res->sync_locking, res->sync_locking_done); in lockres_free()