cr_ref 779 kern/kern_prot.c cr->cr_ref = 1; cr_ref 791 kern/kern_prot.c if (--cr->cr_ref == 0) cr_ref 803 kern/kern_prot.c if (cr->cr_ref == 1) cr_ref 808 kern/kern_prot.c newcr->cr_ref = 1; cr_ref 822 kern/kern_prot.c newcr->cr_ref = 1; cr_ref 1423 kern/vfs_subr.c np->netc_anon.cr_ref = 1; cr_ref 1476 kern/vfs_subr.c np->netc_anon.cr_ref = 1; cr_ref 1634 nfs/nfs_socket.c nd->nd_cr.cr_ref = 1; cr_ref 1969 nfs/nfs_subs.c outcred->cr_ref = 1; cr_ref 42 sys/ucred.h u_int cr_ref; /* reference count */ cr_ref 52 sys/ucred.h #define crhold(cr) (cr)->cr_ref++