Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c477 static wait_queue_head_t rq_waitq; variable
537 l_wait_event(rq_waitq, rq_state & (RQ_STOP | RQ_PRECLEANUP), in mgc_requeue_thread()
586 l_wait_event(rq_waitq, rq_state & (RQ_NOW | RQ_STOP), in mgc_requeue_thread()
628 wake_up(&rq_waitq); in mgc_requeue_add()
685 wake_up(&rq_waitq); in mgc_precleanup()
734 init_waitqueue_head(&rq_waitq); in mgc_setup()
908 wake_up(&rq_waitq); in mgc_notify_active()