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.c2139 kcmp_cmp(uintptr_t a, uintptr_t b) in kcmp_cmp() function
2189 res = kcmp_cmp((uintptr_t)fp1, in kern_kcmp()
2197 res = kcmp_cmp((uintptr_t)p1->p_fd, (uintptr_t)p2->p_fd); in kern_kcmp()
2200 res = kcmp_cmp((uintptr_t)p1->p_sigacts, in kern_kcmp()
2204 res = kcmp_cmp((uintptr_t)p1->p_vmspace, in kern_kcmp()
2234 return (kcmp_cmp((uintptr_t)fp1->f_data, (uintptr_t)fp2->f_data)); in file_kcmp_generic()
H A Dsys_procdesc.c568 return (kcmp_cmp((uintptr_t)pdp1->pd_pid, (uintptr_t)pdp2->pd_pid)); in procdesc_cmp()
H A Dvfs_vnops.c4361 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.c2046 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.c1792 return (kcmp_cmp((uintptr_t)filp1->f_cdev, (uintptr_t)filp2->f_cdev)); in linux_file_kcmp()