Searched refs:au_refs (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/rpc/
H A Dauth_unix.c93 volatile u_int au_refs; member in struct:audata
164 refcount_acquire(&au->au_refs);
191 refcount_init(&au->au_refs, 1);
234 refcount_acquire(&au->au_refs); /* one for the cache, one for user */
345 if (!refcount_release(&au->au_refs))

Completed in 54 milliseconds