Home
last modified time | relevance | path

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

/security/smack/
A Dsmack_access.c402 struct hlist_head smack_known_hash[SMACK_HASH_SLOTS];
416 head = &smack_known_hash[hash & (SMACK_HASH_SLOTS - 1)]; in smk_insert_entry()
436 head = &smack_known_hash[hash & (SMACK_HASH_SLOTS - 1)]; in smk_find_entry()
A Dsmack.h329 #define SMACK_HASH_SLOTS 16 macro
330 extern struct hlist_head smack_known_hash[SMACK_HASH_SLOTS];

Completed in 5 milliseconds