Searched refs:au_count (Results 1 – 6 of 6) sorted by relevance
24 atomic_inc(&null_auth.au_count); in nul_create()122 .au_count = ATOMIC_INIT(0),
37 atomic_inc(&unix_auth.au_count); in unx_create()242 .au_count = ATOMIC_INIT(0),
277 .au_count = ATOMIC_INIT(0),
291 if (!atomic_dec_and_test(&auth->au_count)) in rpcauth_release()
103 atomic_t au_count; /* Reference counter */ member
1061 atomic_set(&auth->au_count, 1); in gss_create_new()1190 if (!atomic_inc_not_zero(&gss_auth->rpc_auth.au_count)) in gss_auth_find_or_add_hashed()