Lines Matching defs:next
30 struct avc_node *next;
50 struct avc_callback_node *next;
201 new->next = avc_node_freelist;
285 node = node->next;
319 cur = cur->next;
332 avc_cache.slots[hvalue] = cur->next;
334 prev->next = cur->next;
356 avc_node_freelist = avc_node_freelist->next;
370 new->next = avc_cache.slots[hvalue];
392 cur = cur->next;
516 node = node->next;
518 tmp->next = avc_node_freelist;
530 for (c = avc_callbacks; c; c = c->next) {
560 node = node->next;
566 avc_node_freelist = tmp->next;
573 avc_callbacks = c->next;
933 c->next = avc_callbacks;
982 for (node = avc_cache.slots[i]; node; node = node->next) {
1027 for (c = avc_callbacks; c; c = c->next) {