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

/linux-master/security/selinux/
H A Dibpkey.c29 #define SEL_PKEY_HASH_SIZE 256 macro
44 static struct sel_ib_pkey_bkt sel_ib_pkey_hash[SEL_PKEY_HASH_SIZE];
57 return (pkey & (SEL_PKEY_HASH_SIZE - 1));
211 for (idx = 0; idx < SEL_PKEY_HASH_SIZE; idx++) {
229 for (iter = 0; iter < SEL_PKEY_HASH_SIZE; iter++) {

Completed in 115 milliseconds