Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Dmd-cluster.c25 wait_queue_head_t sync_locking; /* wait queue for synchronized locking */ member
125 wake_up(&res->sync_locking); in sync_ast()
137 ret = wait_event_timeout(res->sync_locking, res->sync_locking_done, in dlm_lock_sync()
169 wait_event(res->sync_locking, res->sync_locking_done in dlm_lock_sync_interruptible()
202 init_waitqueue_head(&res->sync_locking); in lockres_init()
260 wait_event(res->sync_locking, res->sync_locking_done); in lockres_free()