Searched refs:shmem_falloc_waitq (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/mm/
H A Dshmem.c1305 wait_queue_head_t *shmem_falloc_waitq; shmem_fault() local
1316 shmem_falloc_waitq = shmem_falloc->waitq; shmem_fault()
1317 prepare_to_wait(shmem_falloc_waitq, &shmem_fault_wait, shmem_fault()
1323 * shmem_falloc_waitq points into the shmem_fallocate() shmem_fault()
1324 * stack of the hole-punching task: shmem_falloc_waitq shmem_fault()
1330 finish_wait(shmem_falloc_waitq, &shmem_fault_wait); shmem_fault()
2068 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(shmem_falloc_waitq); shmem_fallocate()
2076 shmem_falloc.waitq = &shmem_falloc_waitq; shmem_fallocate()
2091 wake_up_all(&shmem_falloc_waitq); shmem_fallocate()

Completed in 62 milliseconds