Searched refs:table_copy (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/
H A Dpid_sysctl.h12 struct ctl_table table_copy; local
18 table_copy = *table;
25 table_copy.data = &scope;
26 table_copy.extra1 = &parent_scope;
28 err = proc_dointvec_minmax(&table_copy, write, buf, lenp, ppos);
H A Dstackleak.c30 struct ctl_table table_copy = *table; local
32 table_copy.data = &state;
33 ret = proc_dointvec_minmax(&table_copy, write, buffer, lenp, ppos);
/linux-master/security/yama/
H A Dyama_lsm.c441 struct ctl_table table_copy; local
447 table_copy = *table;
448 if (*(int *)table_copy.data == *(int *)table_copy.extra2)
449 table_copy.extra1 = table_copy.extra2;
451 return proc_dointvec_minmax(&table_copy, write, buffer, lenp, ppos);

Completed in 185 milliseconds