Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfiledesc.h89 volatile u_int pwd_refcount; member
/f-stack/freebsd/kern/
H A Dkern_descrip.c3745 refcount_acquire(&pwd->pwd_refcount); in pwd_hold_pwddesc()
3754 if (__predict_true(refcount_acquire_if_not_zero(&pwd->pwd_refcount))) { in pwd_hold_smr()
3789 refcount_init(&pwd->pwd_refcount, 1); in pwd_alloc()
3797 if (!refcount_release(&pwd->pwd_refcount)) in pwd_drop()