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

/linux-master/security/smack/
H A Dsmack_access.c394 struct hlist_head smack_known_hash[SMACK_HASH_SLOTS];
408 head = &smack_known_hash[hash & (SMACK_HASH_SLOTS - 1)];
428 head = &smack_known_hash[hash & (SMACK_HASH_SLOTS - 1)];
H A Dsmack.h322 #define SMACK_HASH_SLOTS 16 macro
323 extern struct hlist_head smack_known_hash[SMACK_HASH_SLOTS];

Completed in 205 milliseconds