Home
last modified time | relevance | path

Searched refs:tomoyo_condition_list (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dcondition.c12 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 Dgc.c553 list_for_each_entry_safe(ptr, tmp, &tomoyo_condition_list, in tomoyo_collect_entry()
H A Dcommon.h1090 extern struct list_head tomoyo_condition_list;
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcondition.c12 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 Dgc.c553 list_for_each_entry_safe(ptr, tmp, &tomoyo_condition_list, in tomoyo_collect_entry()
H A Dcommon.h1087 extern struct list_head tomoyo_condition_list;

Completed in 10 milliseconds