Lines Matching refs:shmem_falloc_waitq
2212 wait_queue_head_t *shmem_falloc_waitq;
2220 shmem_falloc_waitq = shmem_falloc->waitq;
2221 prepare_to_wait(shmem_falloc_waitq, &shmem_fault_wait,
2227 * shmem_falloc_waitq points into the shmem_fallocate()
2228 * stack of the hole-punching task: shmem_falloc_waitq
2234 finish_wait(shmem_falloc_waitq, &shmem_fault_wait);
3062 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(shmem_falloc_waitq);
3070 shmem_falloc.waitq = &shmem_falloc_waitq;
3085 wake_up_all(&shmem_falloc_waitq);
3086 WARN_ON_ONCE(!list_empty(&shmem_falloc_waitq.head));