Searched refs:authtab (Results 1 – 1 of 1) sorted by relevance
36 static struct auth_ops __rcu *authtab[RPC_AUTH_MAXFLAVOR] = { variable50 aops = rcu_dereference(authtab[flavor]); in svc_get_auth_ops()124 old = cmpxchg((struct auth_ops ** __force)&authtab[flavor], NULL, aops); in svc_auth_register()136 rcu_assign_pointer(authtab[flavor], NULL); in svc_auth_unregister()
Completed in 3 milliseconds