authtab 31 net/sunrpc/svcauth.c static struct auth_ops __rcu *authtab[RPC_AUTH_MAXFLAVOR] = { authtab 44 net/sunrpc/svcauth.c aops = rcu_dereference(authtab[flavor]); authtab 115 net/sunrpc/svcauth.c old = cmpxchg((struct auth_ops ** __force)&authtab[flavor], NULL, aops); authtab 127 net/sunrpc/svcauth.c rcu_assign_pointer(authtab[flavor], NULL);