Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfile.c1313 init_waitqueue_head(&lock->block_q); in cifs_lock_init()
1323 wake_up(&li->block_q); in cifs_del_lock_waiters()
1471 rc = wait_event_interruptible(lock->block_q, in cifs_lock_add_if()
H A Dcifsglob.h1365 wait_queue_head_t block_q; member