Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dsys_generic.c2085 kcmp_cmp(uintptr_t a, uintptr_t b) in kcmp_cmp() function
2135 res = kcmp_cmp((uintptr_t)fp1, in kern_kcmp()
2143 res = kcmp_cmp((uintptr_t)p1->p_fd, (uintptr_t)p2->p_fd); in kern_kcmp()
2146 res = kcmp_cmp((uintptr_t)p1->p_sigacts, in kern_kcmp()
2150 res = kcmp_cmp((uintptr_t)p1->p_vmspace, in kern_kcmp()
2180 return (kcmp_cmp((uintptr_t)fp1->f_data, (uintptr_t)fp2->f_data)); in file_kcmp_generic()
H A Dsys_procdesc.c570 return (kcmp_cmp((uintptr_t)pdp1->pd_pid, (uintptr_t)pdp2->pd_pid)); in procdesc_cmp()
H A Dvfs_vnops.c4268 return (kcmp_cmp((uintptr_t)fp1->f_vnode, (uintptr_t)fp2->f_vnode)); in vn_cmp()
/freebsd-14.2/sys/sys/
H A Dsystm.h504 int kcmp_cmp(uintptr_t a, uintptr_t b);
/freebsd-14.2/sys/fs/devfs/
H A Ddevfs_vnops.c2039 return (kcmp_cmp((uintptr_t)fp1->f_data, (uintptr_t)fp2->f_data)); in devfs_cmp_f()
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1738 return (kcmp_cmp((uintptr_t)filp1->f_cdev, (uintptr_t)filp2->f_cdev)); in linux_file_kcmp()