Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
H A Dmemory.c143 struct list_head tomoyo_name_list[TOMOYO_MAX_HASH];
199 for (idx = 0; idx < TOMOYO_MAX_HASH; idx++) in tomoyo_mm_init()
H A Dcommon.h49 #define TOMOYO_MAX_HASH (1u<<TOMOYO_HASH_BITS) macro
1092 extern struct list_head tomoyo_name_list[TOMOYO_MAX_HASH];
H A Dgc.c590 for (i = 0; i < TOMOYO_MAX_HASH; i++) { in tomoyo_collect_entry()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dmemory.c143 struct list_head tomoyo_name_list[TOMOYO_MAX_HASH];
199 for (idx = 0; idx < TOMOYO_MAX_HASH; idx++) in tomoyo_mm_init()
H A Dcommon.h49 #define TOMOYO_MAX_HASH (1u<<TOMOYO_HASH_BITS) macro
1089 extern struct list_head tomoyo_name_list[TOMOYO_MAX_HASH];
H A Dgc.c590 for (i = 0; i < TOMOYO_MAX_HASH; i++) { in tomoyo_collect_entry()

Completed in 8 milliseconds