Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/ipc/
H A Dshm.c84 static const struct vm_operations_struct shm_vm_ops; variable
602 vma->vm_ops = &shm_vm_ops; in shm_mmap()
672 static const struct vm_operations_struct shm_vm_ops = { variable
1799 if ((vma->vm_ops == &shm_vm_ops) && (vma->vm_start - addr) / PAGE_SIZE == vma->vm_pgoff) { in ksys_shmdt()
1833 if ((vma->vm_ops == &shm_vm_ops) && ((vma->vm_start - addr) / PAGE_SIZE == vma->vm_pgoff) && in ksys_shmdt()
1844 if (vma && vma->vm_start == addr && vma->vm_ops == &shm_vm_ops) { in ksys_shmdt()

Completed in 3 milliseconds