Searched refs:namespace_list (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/scripts/mod/ |
D | modpost.h | 113 struct namespace_list { struct 114 struct namespace_list *next; argument 130 struct namespace_list *missing_namespaces; argument 132 struct namespace_list *imported_namespaces;
|
D | modpost.c | 258 static bool contains_namespace(struct namespace_list *list, in contains_namespace() 268 static void add_namespace(struct namespace_list **list, const char *namespace) in add_namespace() 270 struct namespace_list *ns_entry; in add_namespace() 273 ns_entry = NOFAIL(malloc(sizeof(struct namespace_list) + in add_namespace() 2512 struct namespace_list *ns; in write_namespace_deps_files()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
D | gc.c | 543 list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) { in tomoyo_collect_entry() 561 list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) { in tomoyo_collect_entry()
|
D | common.c | 359 list_add_tail_rcu(&ns->namespace_list, &tomoyo_namespace_list); in tomoyo_init_policy_namespace() 376 namespace_list)->name); in tomoyo_print_namespace() 748 container_of(head->r.ns, typeof(*ns), namespace_list); in tomoyo_read_profile() 1800 container_of(head->r.ns, typeof(*ns), namespace_list); in tomoyo_read_group() 1859 container_of(head->r.ns, typeof(*ns), namespace_list); in tomoyo_read_policy() 1919 container_of(head->r.ns, typeof(*ns), namespace_list); in tomoyo_read_exception()
|
D | domain.c | 443 list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) { in tomoyo_find_namespace()
|
D | common.h | 912 struct list_head namespace_list; member
|