tomoyo_namespace_list  336 security/tomoyo/common.c LIST_HEAD(tomoyo_namespace_list);
tomoyo_namespace_list  358 security/tomoyo/common.c 	tomoyo_namespace_enabled = !list_empty(&tomoyo_namespace_list);
tomoyo_namespace_list  359 security/tomoyo/common.c 	list_add_tail_rcu(&ns->namespace_list, &tomoyo_namespace_list);
tomoyo_namespace_list 2552 security/tomoyo/common.c 	if (!ns || (head->r.eof && ns->next != &tomoyo_namespace_list)) {
tomoyo_namespace_list 2555 security/tomoyo/common.c 		head->r.ns = ns ? ns->next : tomoyo_namespace_list.next;
tomoyo_namespace_list 2570 security/tomoyo/common.c 		head->r.ns->next != &tomoyo_namespace_list;
tomoyo_namespace_list 1093 security/tomoyo/common.h extern struct list_head tomoyo_namespace_list;
tomoyo_namespace_list  443 security/tomoyo/domain.c 	list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) {
tomoyo_namespace_list  543 security/tomoyo/gc.c 	list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) {
tomoyo_namespace_list  561 security/tomoyo/gc.c 	list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) {