Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dipc_namespace.h71 extern int register_ipcns_notifier(struct ipc_namespace *);
76 static inline int register_ipcns_notifier(struct ipc_namespace *ns) in register_ipcns_notifier() function
/linux-2.6.39/ipc/
Dipcns_notifier.c56 int register_ipcns_notifier(struct ipc_namespace *ns) in register_ipcns_notifier() function
Dnamespace.c46 register_ipcns_notifier(ns); in create_ipc_ns()
Dutil.c106 register_ipcns_notifier(&init_ipc_ns); in ipc_init()