Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDfiledesc.h97 u_int pwd_refcount; member
/freebsd-14-stable/sys/kern/
HDkern_descrip.c3941 refcount_acquire(&pwd->pwd_refcount); in pwd_hold_pwddesc()
3950 if (__predict_true(refcount_acquire_if_not_zero(&pwd->pwd_refcount))) { in pwd_hold_smr()
4005 refcount_init(&pwd->pwd_refcount, 1); in pwd_alloc()
4013 if (!refcount_release(&pwd->pwd_refcount)) in pwd_drop()