Lines Matching refs:hash
17 * Tuned number of hash slots for avtab to reduce memory usage
41 u32 hash = 0;
48 hash ^= v; \
49 hash = (hash << r2) | (hash >> (32 - r2)); \
50 hash = hash * m + n; \
59 hash ^= hash >> 16;
60 hash *= 0x85ebca6b;
61 hash ^= hash >> 13;
62 hash *= 0xc2b2ae35;
63 hash ^= hash >> 16;
65 return hash & mask;
346 pr_debug("SELinux: %d avtab hash slots, %d rules.\n", nslot, nrules);