Lines Matching refs:AVC_CACHE_SLOTS
37 #define AVC_CACHE_SLOTS 512
72 struct hlist_head slots[AVC_CACHE_SLOTS]; /* head for avc_node->list */
73 spinlock_t slots_lock[AVC_CACHE_SLOTS]; /* lock for writes */
101 for (i = 0; i < AVC_CACHE_SLOTS; i++) {
129 return (ssid ^ (tsid<<2) ^ (tclass<<4)) & (AVC_CACHE_SLOTS - 1);
163 for (i = 0; i < AVC_CACHE_SLOTS; i++) {
180 slots_used, AVC_CACHE_SLOTS, max_chain_len);
473 for (try = 0, ecx = 0; try < AVC_CACHE_SLOTS; try++) {
475 (AVC_CACHE_SLOTS - 1);
951 for (i = 0; i < AVC_CACHE_SLOTS; i++) {