Searched refs:tomoyo_condition_list (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | condition.c | 12 LIST_HEAD(tomoyo_condition_list); variable 418 list_for_each_entry(ptr, &tomoyo_condition_list, head.list) { in tomoyo_commit_condition() 430 list_add(&entry->head.list, &tomoyo_condition_list); in tomoyo_commit_condition()
|
H A D | gc.c | 553 list_for_each_entry_safe(ptr, tmp, &tomoyo_condition_list, in tomoyo_collect_entry()
|
H A D | common.h | 1090 extern struct list_head tomoyo_condition_list;
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | condition.c | 12 LIST_HEAD(tomoyo_condition_list); variable 418 list_for_each_entry(ptr, &tomoyo_condition_list, head.list) { in tomoyo_commit_condition() 430 list_add(&entry->head.list, &tomoyo_condition_list); in tomoyo_commit_condition()
|
H A D | gc.c | 553 list_for_each_entry_safe(ptr, tmp, &tomoyo_condition_list, in tomoyo_collect_entry()
|
H A D | common.h | 1087 extern struct list_head tomoyo_condition_list;
|
Completed in 10 milliseconds