Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
H A Dmemory.c138 * tomoyo_name_list is used for holding string data used by TOMOYO.
143 struct list_head tomoyo_name_list[TOMOYO_MAX_HASH]; variable
163 head = &tomoyo_name_list[hash_long(hash, TOMOYO_HASH_BITS)]; in tomoyo_get_name()
200 INIT_LIST_HEAD(&tomoyo_name_list[idx]); in tomoyo_mm_init()
H A Dgc.c591 struct list_head *list = &tomoyo_name_list[i]; in tomoyo_collect_entry()
H A Dcommon.h1092 extern struct list_head tomoyo_name_list[TOMOYO_MAX_HASH];
/kernel/linux/linux-6.6/security/tomoyo/
H A Dmemory.c138 * tomoyo_name_list is used for holding string data used by TOMOYO.
143 struct list_head tomoyo_name_list[TOMOYO_MAX_HASH]; variable
163 head = &tomoyo_name_list[hash_long(hash, TOMOYO_HASH_BITS)]; in tomoyo_get_name()
200 INIT_LIST_HEAD(&tomoyo_name_list[idx]); in tomoyo_mm_init()
H A Dgc.c591 struct list_head *list = &tomoyo_name_list[i]; in tomoyo_collect_entry()
H A Dcommon.h1089 extern struct list_head tomoyo_name_list[TOMOYO_MAX_HASH];

Completed in 9 milliseconds