Lines Matching defs:last
1008 struct sched_group *first = NULL, *last = NULL, *sg;
1088 if (last) {
1089 last->next = sg;
1091 last = sg;
1092 last->next = first;
1114 * Where the last one more or less denotes everything up to a NUMA node.
1223 struct sched_group *first = NULL, *last = NULL;
1249 if (last) {
1250 last->next = sg;
1252 last = sg;
1254 last->next = first;