Searched refs:ipc_table (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/ipc/ |
H A D | ipc_sysctl.c | 29 struct ctl_table ipc_table; in proc_ipc_dointvec() local 31 memcpy(&ipc_table, table, sizeof(ipc_table)); in proc_ipc_dointvec() 32 ipc_table.data = get_ipc(table); in proc_ipc_dointvec() 34 return proc_dointvec(&ipc_table, write, buffer, lenp, ppos); in proc_ipc_dointvec() 40 struct ctl_table ipc_table; in proc_ipc_dointvec_minmax() local 42 memcpy(&ipc_table, table, sizeof(ipc_table)); in proc_ipc_dointvec_minmax() 43 ipc_table.data = get_ipc(table); in proc_ipc_dointvec_minmax() 45 return proc_dointvec_minmax(&ipc_table, writ in proc_ipc_dointvec_minmax() 64 struct ctl_table ipc_table; proc_ipc_doulongvec_minmax() local 75 struct ctl_table ipc_table; proc_ipc_auto_msgmni() local [all...] |
/kernel/linux/linux-6.6/ipc/ |
H A D | ipc_sysctl.c | 38 struct ctl_table ipc_table; in proc_ipc_auto_msgmni() local 41 memcpy(&ipc_table, table, sizeof(ipc_table)); in proc_ipc_auto_msgmni() 42 ipc_table.data = &dummy; in proc_ipc_auto_msgmni() 47 return proc_dointvec_minmax(&ipc_table, write, buffer, lenp, ppos); in proc_ipc_auto_msgmni()
|
Completed in 2 milliseconds