Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dshmem.c2686 wait_queue_head_t *shmem_falloc_waitq; in shmem_falloc_wait() local
2691 shmem_falloc_waitq = shmem_falloc->waitq; in shmem_falloc_wait()
2692 prepare_to_wait(shmem_falloc_waitq, &shmem_fault_wait, in shmem_falloc_wait()
2705 finish_wait(shmem_falloc_waitq, &shmem_fault_wait); in shmem_falloc_wait()
3666 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(shmem_falloc_waitq); in shmem_fallocate()
3674 shmem_falloc.waitq = &shmem_falloc_waitq; in shmem_fallocate()
3689 wake_up_all(&shmem_falloc_waitq); in shmem_fallocate()
3690 WARN_ON_ONCE(!list_empty(&shmem_falloc_waitq.head)); in shmem_fallocate()