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

/linux-master/ipc/
H A Dipc_sysctl.c39 struct ctl_table ipc_table; local
42 memcpy(&ipc_table, table, sizeof(ipc_table));
43 ipc_table.data = &dummy;
48 return proc_dointvec_minmax(&ipc_table, write, buffer, lenp, ppos);

Completed in 351 milliseconds