Home
last modified time | relevance | path

Searched refs:mq_table (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/ipc/
Dmq_sysctl.c28 struct ctl_table mq_table; in proc_mq_dointvec() local
29 memcpy(&mq_table, table, sizeof(mq_table)); in proc_mq_dointvec()
30 mq_table.data = get_mq(table); in proc_mq_dointvec()
32 return proc_dointvec(&mq_table, write, buffer, lenp, ppos); in proc_mq_dointvec()
38 struct ctl_table mq_table; in proc_mq_dointvec_minmax() local
39 memcpy(&mq_table, table, sizeof(mq_table)); in proc_mq_dointvec_minmax()
40 mq_table.data = get_mq(table); in proc_mq_dointvec_minmax()
42 return proc_dointvec_minmax(&mq_table, write, buffer, in proc_mq_dointvec_minmax()