Searched refs:init_ipc_ns (Results 1 – 10 of 10) sorted by relevance
23 extern struct ipc_namespace init_ipc_ns;155 struct ipc_namespace *: &init_ipc_ns, \
29 struct ipc_namespace init_ipc_ns = { variable30 .ns = NS_COMMON_INIT(init_ipc_ns),
1659 if (!setup_mq_sysctls(&init_ipc_ns)) { in init_mqueue_fs()1671 error = mq_init_ns(&init_ipc_ns); in init_mqueue_fs()1680 retire_mq_sysctls(&init_ipc_ns); in init_mqueue_fs()
151 shm_init_ns(&init_ipc_ns); in ipc_ns_init()152 ns_tree_add(&init_ipc_ns); in ipc_ns_init()
1371 msg_init_ns(&init_ipc_ns); in msg_init()
270 sem_init_ns(&init_ipc_ns); in sem_init()
83 extern struct ipc_namespace init_ipc_ns;
126 bool use_reserve = (info->ipc_ns == &init_ipc_ns); in binderfs_binder_device_create()385 bool use_reserve = (info->ipc_ns == &init_ipc_ns); in binderfs_binder_ctl_create()
126 bool use_reserve = (info->ipc_ns == &init_ipc_ns); in binderfs_binder_device_create()394 bool use_reserve = (info->ipc_ns == &init_ipc_ns); in binderfs_binder_ctl_create()
37 .ipc_ns = &init_ipc_ns,