Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/ipc/
H A Dshm.c93 static const struct vm_operations_struct shm_vm_ops; variable
602 vma->vm_ops = &shm_vm_ops; in shm_mmap()
673 static const struct vm_operations_struct shm_vm_ops = { variable
1771 if ((vma->vm_ops == &shm_vm_ops) && in ksys_shmdt()
1806 if ((vma->vm_ops == &shm_vm_ops) && in ksys_shmdt()
1817 if (vma && vma->vm_start == addr && vma->vm_ops == &shm_vm_ops) { in ksys_shmdt()
/kernel/linux/linux-6.6/ipc/
H A Dshm.c93 static const struct vm_operations_struct shm_vm_ops; variable
615 vma->vm_ops = &shm_vm_ops; in shm_mmap()
686 static const struct vm_operations_struct shm_vm_ops = { variable
1778 if ((vma->vm_ops == &shm_vm_ops) && in ksys_shmdt()
1811 if ((vma->vm_ops == &shm_vm_ops) && in ksys_shmdt()
1826 if (vma && vma->vm_start == addr && vma->vm_ops == &shm_vm_ops) { in ksys_shmdt()

Completed in 6 milliseconds