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

/linux-master/drivers/parport/
H A Dprocfs.c461 port->sysctl_table = t;
479 if (port->sysctl_table) {
480 struct parport_sysctl_table *t = port->sysctl_table;
481 port->sysctl_table = NULL;
514 device->sysctl_table = t;
527 if (device->sysctl_table) {
528 struct parport_device_sysctl_table *t = device->sysctl_table;
529 device->sysctl_table = NULL;
/linux-master/include/linux/
H A Dparport.h154 void * sysctl_table; member in struct:pardevice
226 void *sysctl_table; member in struct:parport
/linux-master/include/net/
H A Dneighbour.h79 void *sysctl_table; member in struct:neigh_parms
/linux-master/net/core/
H A Dneighbour.c1726 p->sysctl_table = NULL;
3865 p->sysctl_table = t;
3877 if (p->sysctl_table) {
3878 struct neigh_sysctl_table *t = p->sysctl_table;
3879 p->sysctl_table = NULL;

Completed in 143 milliseconds