Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dshmem.c2079 wait_queue_head_t *shmem_falloc_waitq; in shmem_fault() local
2087 shmem_falloc_waitq = shmem_falloc->waitq; in shmem_fault()
2088 prepare_to_wait(shmem_falloc_waitq, &shmem_fault_wait, in shmem_fault()
2094 * shmem_falloc_waitq points into the shmem_fallocate() in shmem_fault()
2095 * stack of the hole-punching task: shmem_falloc_waitq in shmem_fault()
2101 finish_wait(shmem_falloc_waitq, &shmem_fault_wait); in shmem_fault()
2788 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(shmem_falloc_waitq); in shmem_fallocate()
2796 shmem_falloc.waitq = &shmem_falloc_waitq; in shmem_fallocate()
2811 wake_up_all(&shmem_falloc_waitq); in shmem_fallocate()
2812 WARN_ON_ONCE(!list_empty(&shmem_falloc_waitq in shmem_fallocate()
[all...]
/kernel/linux/linux-6.6/mm/
H A Dshmem.c2212 wait_queue_head_t *shmem_falloc_waitq; in shmem_fault() local
2220 shmem_falloc_waitq = shmem_falloc->waitq; in shmem_fault()
2221 prepare_to_wait(shmem_falloc_waitq, &shmem_fault_wait, in shmem_fault()
2227 * shmem_falloc_waitq points into the shmem_fallocate() in shmem_fault()
2228 * stack of the hole-punching task: shmem_falloc_waitq in shmem_fault()
2234 finish_wait(shmem_falloc_waitq, &shmem_fault_wait); in shmem_fault()
3062 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(shmem_falloc_waitq); in shmem_fallocate()
3070 shmem_falloc.waitq = &shmem_falloc_waitq; in shmem_fallocate()
3085 wake_up_all(&shmem_falloc_waitq); in shmem_fallocate()
3086 WARN_ON_ONCE(!list_empty(&shmem_falloc_waitq in shmem_fallocate()
[all...]

Completed in 9 milliseconds