Home
last modified time | relevance | path

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

/linux-4.4.14/ipc/
Dshm.c60 static const struct vm_operations_struct shm_vm_ops; variable
433 vma->vm_ops = &shm_vm_ops; in shm_mmap()
500 static const struct vm_operations_struct shm_vm_ops = { variable
1308 if ((vma->vm_ops == &shm_vm_ops) && in SYSCALL_DEFINE1()
1343 if ((vma->vm_ops == &shm_vm_ops) && in SYSCALL_DEFINE1()
1353 if (vma && vma->vm_start == addr && vma->vm_ops == &shm_vm_ops) { in SYSCALL_DEFINE1()