Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dipc_namespace.h73 extern void unregister_ipcns_notifier(struct ipc_namespace *);
80 static inline void unregister_ipcns_notifier(struct ipc_namespace *ns) { } in unregister_ipcns_notifier() function
/linux-2.6.39/ipc/
Dipc_sysctl.c58 unregister_ipcns_notifier(current->nsproxy->ipc_ns); in proc_ipc_callback_dointvec()
86 unregister_ipcns_notifier(current->nsproxy->ipc_ns); in ipc_auto_callback()
Dipcns_notifier.c83 void unregister_ipcns_notifier(struct ipc_namespace *ns) in unregister_ipcns_notifier() function
Dnamespace.c103 unregister_ipcns_notifier(ns); in free_ipc_ns()