Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
H A Dmatchpathcon.c187 #define HASH_MASK (HASH_BUCKETS-1) macro
210 h = (ino + (ino >> HASH_BITS)) & HASH_MASK; in matchpathcon_filespec_add()
H A Dselinux_restorecon.c417 #define HASH_MASK (HASH_BUCKETS-1) macro
453 h = (ino + (ino >> HASH_BITS)) & HASH_MASK; in filespec_add()
/third_party/ltp/testcases/kernel/mce-test/tools/
H A Dpage-types.c193 #define HASH_MASK (HASH_SIZE - 1) macro
194 #define HASH_KEY(flags) (flags & HASH_MASK)

Completed in 5 milliseconds