Home
last modified time | relevance | path

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

/ipc/
Dipcns_notifier.c58 int rc; in register_ipcns_notifier() local
63 rc = blocking_notifier_chain_register(&ipcns_chain, &ns->ipcns_nb); in register_ipcns_notifier()
64 if (!rc) in register_ipcns_notifier()
66 return rc; in register_ipcns_notifier()
71 int rc; in cond_register_ipcns_notifier() local
76 rc = blocking_notifier_chain_cond_register(&ipcns_chain, in cond_register_ipcns_notifier()
78 if (!rc) in cond_register_ipcns_notifier()
80 return rc; in cond_register_ipcns_notifier()
Dipc_sysctl.c70 int rc; in proc_ipc_callback_dointvec() local
75 rc = proc_dointvec(&ipc_table, write, buffer, lenp, ppos); in proc_ipc_callback_dointvec()
77 if (write && !rc && lenp_bef == *lenp) in proc_ipc_callback_dointvec()
85 return rc; in proc_ipc_callback_dointvec()
128 int rc; in proc_ipcauto_dointvec_minmax() local
134 rc = proc_dointvec_minmax(&ipc_table, write, buffer, lenp, ppos); in proc_ipcauto_dointvec_minmax()
136 if (write && !rc && lenp_bef == *lenp) { in proc_ipcauto_dointvec_minmax()
147 return rc; in proc_ipcauto_dointvec_minmax()