Searched refs:shmem_falloc_waitq (Results 1 – 1 of 1) sorted by relevance
1321 wait_queue_head_t *shmem_falloc_waitq; in shmem_fault() local1332 shmem_falloc_waitq = shmem_falloc->waitq; in shmem_fault()1333 prepare_to_wait(shmem_falloc_waitq, &shmem_fault_wait, in shmem_fault()1346 finish_wait(shmem_falloc_waitq, &shmem_fault_wait); in shmem_fault()2084 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(shmem_falloc_waitq); in shmem_fallocate()2092 shmem_falloc.waitq = &shmem_falloc_waitq; in shmem_fallocate()2107 wake_up_all(&shmem_falloc_waitq); in shmem_fallocate()