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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dsysctl.c32 static struct ctl_table_header *sunrpc_table_header; variable in typeref:struct:ctl_table_header
38 if (!sunrpc_table_header)
39 sunrpc_table_header = register_sysctl_table(sunrpc_table);
45 if (sunrpc_table_header) {
46 unregister_sysctl_table(sunrpc_table_header);
47 sunrpc_table_header = NULL;
H A Dxprtsock.c63 static struct ctl_table_header *sunrpc_table_header; variable in typeref:struct:ctl_table_header
1619 if (!sunrpc_table_header)
1620 sunrpc_table_header = register_sysctl_table(sunrpc_table);
1633 if (sunrpc_table_header) {
1634 unregister_sysctl_table(sunrpc_table_header);
1635 sunrpc_table_header = NULL;

Completed in 47 milliseconds