Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/fid/
Dfid_request.c219 add_wait_queue(&seq->lcs_waitq, link); in seq_fid_alloc_prep()
226 remove_wait_queue(&seq->lcs_waitq, link); in seq_fid_alloc_prep()
240 wake_up(&seq->lcs_waitq); in seq_fid_alloc_fini()
321 add_wait_queue(&seq->lcs_waitq, &link); in seq_client_flush()
328 remove_wait_queue(&seq->lcs_waitq, &link); in seq_client_flush()
410 init_waitqueue_head(&seq->lcs_waitq); in seq_client_init()
/drivers/staging/lustre/lustre/include/
Dlustre_fid.h368 wait_queue_head_t lcs_waitq; member