Searched refs:shm_vm_ops (Results 1 – 3 of 3) sorted by relevance
93 static const struct vm_operations_struct shm_vm_ops; variable599 vma->vm_ops = &shm_vm_ops; in shm_mmap()670 static const struct vm_operations_struct shm_vm_ops = { variable1765 if ((vma->vm_ops == &shm_vm_ops) && in ksys_shmdt()1800 if ((vma->vm_ops == &shm_vm_ops) && in ksys_shmdt()1811 if (vma && vma->vm_start == addr && vma->vm_ops == &shm_vm_ops) { in ksys_shmdt()
57812 ffff800010f6dfd8 d shm_vm_ops
Completed in 290 milliseconds