Searched refs:tomoyo_domain_list (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | memory.c | 206 list_add_tail_rcu(&tomoyo_kernel_domain.list, &tomoyo_domain_list); in tomoyo_mm_init()
|
H A D | domain.c | 193 LIST_HEAD(tomoyo_domain_list); variable 581 list_add_tail_rcu(&entry->list, &tomoyo_domain_list); in tomoyo_assign_domain()
|
H A D | gc.c | 392 * tomoyo_domain_list). Also, synchronize_srcu() guarantees that the in tomoyo_try_to_gc() 535 list_for_each_entry_safe(domain, tmp, &tomoyo_domain_list, in tomoyo_collect_entry()
|
H A D | common.c | 1099 list_for_each_entry_rcu(domain, &tomoyo_domain_list, list, in tomoyo_delete_domain() 1622 list_for_each_cookie(head->r.domain, &tomoyo_domain_list) { in tomoyo_read_domain() 2778 list_for_each_entry_rcu(domain, &tomoyo_domain_list, list, in tomoyo_check_profile()
|
H A D | util.c | 614 list_for_each_entry_rcu(domain, &tomoyo_domain_list, list, in tomoyo_find_domain()
|
H A D | common.h | 1091 extern struct list_head tomoyo_domain_list;
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | memory.c | 206 list_add_tail_rcu(&tomoyo_kernel_domain.list, &tomoyo_domain_list); in tomoyo_mm_init()
|
H A D | domain.c | 193 LIST_HEAD(tomoyo_domain_list); variable 579 list_add_tail_rcu(&entry->list, &tomoyo_domain_list); in tomoyo_assign_domain()
|
H A D | gc.c | 392 * tomoyo_domain_list). Also, synchronize_srcu() guarantees that the in tomoyo_try_to_gc() 535 list_for_each_entry_safe(domain, tmp, &tomoyo_domain_list, in tomoyo_collect_entry()
|
H A D | common.c | 1091 list_for_each_entry_rcu(domain, &tomoyo_domain_list, list, in tomoyo_delete_domain() 1614 list_for_each_cookie(head->r.domain, &tomoyo_domain_list) { in tomoyo_read_domain() 2771 list_for_each_entry_rcu(domain, &tomoyo_domain_list, list, in tomoyo_check_profile()
|
H A D | util.c | 619 list_for_each_entry_rcu(domain, &tomoyo_domain_list, list, in tomoyo_find_domain()
|
H A D | common.h | 1088 extern struct list_head tomoyo_domain_list;
|
Completed in 18 milliseconds