Searched refs:AVC_CACHE_SLOTS (Results 1 – 1 of 1) sorted by relevance
36 #define AVC_CACHE_SLOTS 512 macro60 struct hlist_head slots[AVC_CACHE_SLOTS]; /* head for avc_node->list */61 spinlock_t slots_lock[AVC_CACHE_SLOTS]; /* lock for writes */86 return (ssid ^ (tsid<<2) ^ (tclass<<4)) & (AVC_CACHE_SLOTS - 1); in avc_hash()165 for (i = 0; i < AVC_CACHE_SLOTS; i++) { in avc_init()188 for (i = 0; i < AVC_CACHE_SLOTS; i++) { in avc_get_hash_stats()205 slots_used, AVC_CACHE_SLOTS, max_chain_len); in avc_get_hash_stats()244 for (try = 0, ecx = 0; try < AVC_CACHE_SLOTS; try++) { in avc_reclaim_node()245 hvalue = atomic_inc_return(&avc_cache.lru_hint) & (AVC_CACHE_SLOTS - 1); in avc_reclaim_node()616 for (i = 0; i < AVC_CACHE_SLOTS; i++) { in avc_flush()