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

/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c452 if (likely(vmap->vm_ops != NULL && offset < vmap->vm_len)) {
500 if (unlikely(vmap->vm_ops == NULL)) {
516 err = vmap->vm_ops->fault(&vmf);
520 err = vmap->vm_ops->fault(&vmf);
604 const struct vm_operations_struct *vm_ops; local
617 vm_ops = vmap->vm_ops;
618 if (likely(vm_ops != NULL))
619 vm_ops->close(vmap);
1244 vmap->vm_ops
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h115 const struct vm_operations_struct *vm_ops; member in struct:vm_area_struct
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_bo_vm.c392 vma->vm_ops = &ttm_bo_vm_ops;
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c685 vma->vm_ops = &rdma_umap_ops;

Completed in 173 milliseconds