Home
last modified time | relevance | path

Searched refs:tomoyo_name_list (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/security/tomoyo/
Dmemory.c139 struct list_head tomoyo_name_list[TOMOYO_MAX_HASH]; variable
159 head = &tomoyo_name_list[hash_long(hash, TOMOYO_HASH_BITS)]; in tomoyo_get_name()
195 INIT_LIST_HEAD(&tomoyo_name_list[idx]); in tomoyo_mm_init()
Dgc.c574 struct list_head *list = &tomoyo_name_list[i]; in tomoyo_collect_entry()
Dcommon.h1080 extern struct list_head tomoyo_name_list[TOMOYO_MAX_HASH];