Lines Matching refs:ns_list_head
23 .ns_list_head = LIST_HEAD_INIT(ns_unified_root.ns_list_head),
28 .ns_list_head = LIST_HEAD_INIT(mnt_ns_tree.ns_list_head),
33 .ns_list_head = LIST_HEAD_INIT(net_ns_tree.ns_list_head),
39 .ns_list_head = LIST_HEAD_INIT(uts_ns_tree.ns_list_head),
44 .ns_list_head = LIST_HEAD_INIT(user_ns_tree.ns_list_head),
49 .ns_list_head = LIST_HEAD_INIT(ipc_ns_tree.ns_list_head),
54 .ns_list_head = LIST_HEAD_INIT(pid_ns_tree.ns_list_head),
59 .ns_list_head = LIST_HEAD_INIT(cgroup_ns_tree.ns_list_head),
64 .ns_list_head = LIST_HEAD_INIT(time_ns_tree.ns_list_head),
88 INIT_LIST_HEAD(&root->ns_list_head); in ns_tree_root_init()
127 list_add_rcu(&node->ns_list_entry, &root->ns_list_head); in ns_tree_node_add()
376 if (list_is_head(list, &ns_tree->ns_list_head)) in __ns_tree_adjoined_rcu()
581 head = &to_ns_common(kls->user_ns)->ns_owner_root.ns_list_head; in do_listns_userns()
725 head = &ns_tree->ns_list_head; in do_listns()
727 head = &ns_unified_root.ns_list_head; in do_listns()