Home
last modified time | relevance | path

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

/mm/
Dbacking-dev.c936 wait_queue_head_t *wqh = &congestion_wqh[sync]; in clear_bdi_congested() local
943 if (waitqueue_active(wqh)) in clear_bdi_congested()
944 wake_up(wqh); in clear_bdi_congested()
972 wait_queue_head_t *wqh = &congestion_wqh[sync]; in congestion_wait() local
974 prepare_to_wait(wqh, &wait, TASK_UNINTERRUPTIBLE); in congestion_wait()
976 finish_wait(wqh, &wait); in congestion_wait()
1003 wait_queue_head_t *wqh = &congestion_wqh[sync]; in wait_iff_congested() local
1021 prepare_to_wait(wqh, &wait, TASK_UNINTERRUPTIBLE); in wait_iff_congested()
1023 finish_wait(wqh, &wait); in wait_iff_congested()
Dmemcontrol.c165 wait_queue_head_t *wqh; member
4832 remove_wait_queue(event->wqh, &event->wait); in memcg_event_remove()
4883 wait_queue_head_t *wqh, poll_table *pt) in memcg_event_ptable_queue_proc() argument
4888 event->wqh = wqh; in memcg_event_ptable_queue_proc()
4889 add_wait_queue(wqh, &event->wait); in memcg_event_ptable_queue_proc()