Lines Matching defs:slots
34 struct avc_node *slots[AVC_CACHE_SLOTS];
170 avc_cache.slots[i] = 0;
279 node = avc_cache.slots[i];
311 cur = avc_cache.slots[hvalue];
332 avc_cache.slots[hvalue] = cur->next;
370 new->next = avc_cache.slots[hvalue];
371 avc_cache.slots[hvalue] = new;
387 cur = avc_cache.slots[hvalue];
513 node = avc_cache.slots[i];
522 avc_cache.slots[i] = 0;
557 node = avc_cache.slots[i];
982 for (node = avc_cache.slots[i]; node; node = node->next) {