Lines Matching refs:shmem_falloc_waitq
2079 wait_queue_head_t *shmem_falloc_waitq;
2087 shmem_falloc_waitq = shmem_falloc->waitq;
2088 prepare_to_wait(shmem_falloc_waitq, &shmem_fault_wait,
2094 * shmem_falloc_waitq points into the shmem_fallocate()
2095 * stack of the hole-punching task: shmem_falloc_waitq
2101 finish_wait(shmem_falloc_waitq, &shmem_fault_wait);
2788 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(shmem_falloc_waitq);
2796 shmem_falloc.waitq = &shmem_falloc_waitq;
2811 wake_up_all(&shmem_falloc_waitq);
2812 WARN_ON_ONCE(!list_empty(&shmem_falloc_waitq.head));