Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_generic.c2083 kcmp_cmp(uintptr_t a, uintptr_t b) in kcmp_cmp() function
2133 res = kcmp_cmp((uintptr_t)fp1, in kern_kcmp()
2141 res = kcmp_cmp((uintptr_t)p1->p_fd, (uintptr_t)p2->p_fd); in kern_kcmp()
2144 res = kcmp_cmp((uintptr_t)p1->p_sigacts, in kern_kcmp()
2148 res = kcmp_cmp((uintptr_t)p1->p_vmspace, in kern_kcmp()
2178 return (kcmp_cmp((uintptr_t)fp1->f_data, (uintptr_t)fp2->f_data)); in file_kcmp_generic()
H A Dsys_procdesc.c567 return (kcmp_cmp((uintptr_t)pdp1->pd_pid, (uintptr_t)pdp2->pd_pid)); in procdesc_cmp()
H A Dvfs_vnops.c4269 return (kcmp_cmp((uintptr_t)fp1->f_vnode, (uintptr_t)fp2->f_vnode)); in vn_cmp()
/freebsd/sys/sys/
H A Dsystm.h511 int kcmp_cmp(uintptr_t a, uintptr_t b);
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c2037 return (kcmp_cmp((uintptr_t)fp1->f_data, (uintptr_t)fp2->f_data)); in devfs_cmp_f()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1734 return (kcmp_cmp((uintptr_t)filp1->f_cdev, (uintptr_t)filp2->f_cdev)); in linux_file_kcmp()