SMACK_HASH_SLOTS 340 security/smack/smack.h extern struct hlist_head smack_known_hash[SMACK_HASH_SLOTS]; SMACK_HASH_SLOTS 395 security/smack/smack_access.c struct hlist_head smack_known_hash[SMACK_HASH_SLOTS]; SMACK_HASH_SLOTS 408 security/smack/smack_access.c head = &smack_known_hash[hash & (SMACK_HASH_SLOTS - 1)]; SMACK_HASH_SLOTS 428 security/smack/smack_access.c head = &smack_known_hash[hash & (SMACK_HASH_SLOTS - 1)];