Lines Matching refs:slots
34 struct avc_node *slots[AVC_CACHE_SLOTS]; member
186 avc_cache.slots[i] = 0; in avc_init()
276 node = avc_cache.slots[i]; in avc_av_stats()
309 cur = avc_cache.slots[hvalue]; in hidden_def()
330 avc_cache.slots[hvalue] = cur->next; in hidden_def()
368 new->next = avc_cache.slots[hvalue]; in avc_claim_node()
369 avc_cache.slots[hvalue] = new; in avc_claim_node()
385 cur = avc_cache.slots[hvalue]; in avc_search_node()
512 node = avc_cache.slots[i]; in hidden_def()
521 avc_cache.slots[i] = 0; in hidden_def()
559 node = avc_cache.slots[i]; in hidden_def()
983 for (node = avc_cache.slots[i]; node; node = node->next) { in avc_update_cache()