Searched refs:SMACK_HASH_SLOTS (Results 1 – 2 of 2) sorted by relevance
399 struct hlist_head smack_known_hash[SMACK_HASH_SLOTS];412 head = &smack_known_hash[hash & (SMACK_HASH_SLOTS - 1)]; in smk_insert_entry()432 head = &smack_known_hash[hash & (SMACK_HASH_SLOTS - 1)]; in smk_find_entry()
356 #define SMACK_HASH_SLOTS 16 macro357 extern struct hlist_head smack_known_hash[SMACK_HASH_SLOTS];