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

/linux-master/security/tomoyo/
H A Dgc.c543 list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) {
561 list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) {
H A Dcommon.c328 LIST_HEAD(tomoyo_namespace_list); variable
350 tomoyo_namespace_enabled = !list_empty(&tomoyo_namespace_list);
351 list_add_tail_rcu(&ns->namespace_list, &tomoyo_namespace_list);
2544 if (!ns || (head->r.eof && ns->next != &tomoyo_namespace_list)) {
2547 head->r.ns = ns ? ns->next : tomoyo_namespace_list.next;
2562 head->r.ns->next != &tomoyo_namespace_list;
H A Ddomain.c443 list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) {
H A Dcommon.h911 /* List for connecting to tomoyo_namespace_list list. */
1090 extern struct list_head tomoyo_namespace_list;

Completed in 104 milliseconds