Home
last modified time | relevance | path

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

/linux/ipc/
A Dmq_sysctl.c24 struct ctl_table mq_table; in proc_mq_dointvec() local
25 memcpy(&mq_table, table, sizeof(mq_table)); in proc_mq_dointvec()
26 mq_table.data = get_mq(table); in proc_mq_dointvec()
28 return proc_dointvec(&mq_table, write, buffer, lenp, ppos); in proc_mq_dointvec()
34 struct ctl_table mq_table; in proc_mq_dointvec_minmax() local
35 memcpy(&mq_table, table, sizeof(mq_table)); in proc_mq_dointvec_minmax()
36 mq_table.data = get_mq(table); in proc_mq_dointvec_minmax()
38 return proc_dointvec_minmax(&mq_table, write, buffer, in proc_mq_dointvec_minmax()

Completed in 2 milliseconds