Lines Matching refs:table
21 static void *get_ipc(struct ctl_table *table) in get_ipc() argument
23 char *which = table->data; in get_ipc()
30 static int proc_ipc_dointvec(struct ctl_table *table, int write, in proc_ipc_dointvec() argument
35 memcpy(&ipc_table, table, sizeof(ipc_table)); in proc_ipc_dointvec()
36 ipc_table.data = get_ipc(table); in proc_ipc_dointvec()
41 static int proc_ipc_dointvec_minmax(struct ctl_table *table, int write, in proc_ipc_dointvec_minmax() argument
46 memcpy(&ipc_table, table, sizeof(ipc_table)); in proc_ipc_dointvec_minmax()
47 ipc_table.data = get_ipc(table); in proc_ipc_dointvec_minmax()
52 static int proc_ipc_dointvec_minmax_orphans(struct ctl_table *table, int write, in proc_ipc_dointvec_minmax_orphans() argument
56 int err = proc_ipc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_ipc_dointvec_minmax_orphans()
65 static int proc_ipc_callback_dointvec_minmax(struct ctl_table *table, int write, in proc_ipc_callback_dointvec_minmax() argument
72 memcpy(&ipc_table, table, sizeof(ipc_table)); in proc_ipc_callback_dointvec_minmax()
73 ipc_table.data = get_ipc(table); in proc_ipc_callback_dointvec_minmax()
88 static int proc_ipc_doulongvec_minmax(struct ctl_table *table, int write, in proc_ipc_doulongvec_minmax() argument
92 memcpy(&ipc_table, table, sizeof(ipc_table)); in proc_ipc_doulongvec_minmax()
93 ipc_table.data = get_ipc(table); in proc_ipc_doulongvec_minmax()
122 static int proc_ipcauto_dointvec_minmax(struct ctl_table *table, int write, in proc_ipcauto_dointvec_minmax() argument
129 memcpy(&ipc_table, table, sizeof(ipc_table)); in proc_ipcauto_dointvec_minmax()
130 ipc_table.data = get_ipc(table); in proc_ipcauto_dointvec_minmax()