Home | History | Annotate | Download | only in src

Lines Matching full:slots

33 	struct avc_node *slots[AVC_CACHE_SLOTS];
139 avc_cache.slots[i] = 0;
227 node = avc_cache.slots[i];
260 cur = avc_cache.slots[hvalue];
281 avc_cache.slots[hvalue] = cur->next;
319 new->next = avc_cache.slots[hvalue];
320 avc_cache.slots[hvalue] = new;
336 cur = avc_cache.slots[hvalue];
463 node = avc_cache.slots[i];
472 avc_cache.slots[i] = 0;
508 node = avc_cache.slots[i];
897 for (node = avc_cache.slots[i]; node; node = node->next) {