Home
last modified time | relevance | path

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

/ipc/
Dshm.c57 static const struct vm_operations_struct shm_vm_ops; variable
379 vma->vm_ops = &shm_vm_ops; in shm_mmap()
448 static const struct vm_operations_struct shm_vm_ops = { variable
1193 if ((vma->vm_ops == &shm_vm_ops) && in SYSCALL_DEFINE1()
1222 if ((vma->vm_ops == &shm_vm_ops) && in SYSCALL_DEFINE1()
1233 if (vma->vm_start == addr && vma->vm_ops == &shm_vm_ops) { in SYSCALL_DEFINE1()