Home
last modified time | relevance | path

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

/freebsd-head/sys/compat/linuxkpi/common/src/
HDlinux_compat.c150 static struct vm_area_struct *linux_cdev_handle_find(void *handle);
454 vmap = linux_cdev_handle_find(vm_obj->handle); in linux_cdev_pager_fault()
498 vmap = linux_cdev_handle_find(vm_obj->handle); in linux_cdev_pager_populate()
585 linux_cdev_handle_find(void *handle) in linux_cdev_handle_find() function
603 MPASS(linux_cdev_handle_find(handle) != NULL); in linux_cdev_pager_ctor()
614 vmap = linux_cdev_handle_find(handle); in linux_cdev_pager_dtor()