Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/fid/
Dfid_request.c226 add_wait_queue(&seq->lcs_waitq, link); in seq_fid_alloc_prep()
233 remove_wait_queue(&seq->lcs_waitq, link); in seq_fid_alloc_prep()
247 wake_up(&seq->lcs_waitq); in seq_fid_alloc_fini()
379 add_wait_queue(&seq->lcs_waitq, &link); in seq_client_flush()
386 remove_wait_queue(&seq->lcs_waitq, &link); in seq_client_flush()
469 init_waitqueue_head(&seq->lcs_waitq); in seq_client_init()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_fid.h373 wait_queue_head_t lcs_waitq; member