Searched refs:pwd_refcount (Results 1 – 2 of 2) sorted by relevance
97 u_int pwd_refcount; member
3941 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()