Searched refs:tomoyo_namespace_list (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/security/tomoyo/
H A Dgc.c527 list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) { tomoyo_collect_entry()
544 list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) { tomoyo_collect_entry()
H A Dcommon.c332 LIST_HEAD(tomoyo_namespace_list); variable
353 tomoyo_namespace_enabled = !list_empty(&tomoyo_namespace_list); tomoyo_init_policy_namespace()
354 list_add_tail_rcu(&ns->namespace_list, &tomoyo_namespace_list); tomoyo_init_policy_namespace()
2481 if (!ns || (head->r.eof && ns->next != &tomoyo_namespace_list)) { tomoyo_set_namespace_cursor()
2484 head->r.ns = ns ? ns->next : tomoyo_namespace_list.next; tomoyo_set_namespace_cursor()
2499 head->r.ns->next != &tomoyo_namespace_list; tomoyo_has_more_namespace()
H A Dcommon.h906 /* List for connecting to tomoyo_namespace_list list. */
1080 extern struct list_head tomoyo_namespace_list;
H A Ddomain.c426 list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) { tomoyo_find_namespace()

Completed in 108 milliseconds