Home
last modified time | relevance | path

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

/openbmc/linux/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()