Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c489 static wait_queue_head_t rq_waitq; variable
549 l_wait_event(rq_waitq, rq_state & (RQ_STOP | RQ_PRECLEANUP), in mgc_requeue_thread()
598 l_wait_event(rq_waitq, rq_state & (RQ_NOW | RQ_STOP), in mgc_requeue_thread()
640 wake_up(&rq_waitq); in mgc_requeue_add()
697 wake_up(&rq_waitq); in mgc_precleanup()
746 init_waitqueue_head(&rq_waitq); in mgc_setup()
926 wake_up(&rq_waitq); in mgc_notify_active()