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