Home
last modified time | relevance | path

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

/linux-4.4.14/security/smack/
Dsmack_access.c404 struct hlist_head smack_known_hash[SMACK_HASH_SLOTS];
417 head = &smack_known_hash[hash & (SMACK_HASH_SLOTS - 1)]; in smk_insert_entry()
437 head = &smack_known_hash[hash & (SMACK_HASH_SLOTS - 1)]; in smk_find_entry()
Dsmack.h337 #define SMACK_HASH_SLOTS 16 macro
338 extern struct hlist_head smack_known_hash[SMACK_HASH_SLOTS];