Home
last modified time | relevance | path

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

/kernel/
Daudit_tree.c158 enum {HASH_SIZE = 128}; enumerator
159 static struct list_head chunk_hash_heads[HASH_SIZE];
165 return chunk_hash_heads + n % HASH_SIZE; in chunk_hash()
915 for (i = 0; i < HASH_SIZE; i++) in audit_tree_init()