Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fscache/
Dobject.c758 wait_queue_head_t *cong_wq = in fscache_enqueue_object() local
763 wake_up(cong_wq); in fscache_enqueue_object()
785 wait_queue_head_t *cong_wq = &__get_cpu_var(fscache_object_cong_wait); in fscache_object_sleep_till_congested() local
791 add_wait_queue_exclusive(cong_wq, &wait); in fscache_object_sleep_till_congested()
794 finish_wait(cong_wq, &wait); in fscache_object_sleep_till_congested()