Lines Matching refs:slots
33 struct avc_node *slots[AVC_CACHE_SLOTS]; member
139 avc_cache.slots[i] = 0; in avc_init()
227 node = avc_cache.slots[i]; in avc_av_stats()
260 cur = avc_cache.slots[hvalue]; in hidden_def()
281 avc_cache.slots[hvalue] = cur->next; in hidden_def()
323 new->next = avc_cache.slots[hvalue]; in avc_claim_node()
324 avc_cache.slots[hvalue] = new; in avc_claim_node()
340 cur = avc_cache.slots[hvalue]; in avc_search_node()
471 node = avc_cache.slots[i]; in hidden_def()
480 avc_cache.slots[i] = 0; in hidden_def()
516 node = avc_cache.slots[i]; in hidden_def()
905 for (node = avc_cache.slots[i]; node; node = node->next) { in avc_update_cache()