Lines Matching defs:l_next
55 struct link *l_next;
156 item->l_next = *ins;
176 ins = &l->l_next;
199 if ((l->l_next == NULL) ||
200 (l->l_next->l_id > (l->l_id + 1))) {
207 if (l->l_next)
211 l = l->l_next;
233 for (l1 = pchips; l1; l1 = l1->l_next) {
278 for (l2 = chip->p_cores; l2; l2 = l2->l_next) {
309 for (l = pchips; l != NULL; l = l->l_next) {
316 for (l = p->p_vcpus; l != NULL; l = l->l_next) {
336 for (l = vcpus; l != NULL; l = l->l_next) {
356 for (l1 = pchips; l1 != NULL; l1 = l1->l_next) {
360 for (l2 = p->p_vcpus; l2 != NULL; l2 = l2->l_next) {
377 for (l = vcpus; l != NULL; l = l->l_next) {
426 for (l = vcpus; l != NULL; l = l->l_next) {