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

/security/tomoyo/
H A Dmemory.c133 * tomoyo_name_list is used for holding string data used by TOMOYO.
138 struct list_head tomoyo_name_list[TOMOYO_MAX_HASH]; variable in typeref:struct:list_head
158 head = &tomoyo_name_list[hash_long(hash, TOMOYO_HASH_BITS)];
194 INIT_LIST_HEAD(&tomoyo_name_list[idx]);

Completed in 22 milliseconds