Lines Matching refs:next
16 * next paragraph) shall be included in all copies or substantial portions
60 struct list_head *curr, *next;
63 curr = cache->next;
64 next = curr->next;
73 curr = next;
74 next = curr->next;
153 struct list_head *cur, *next;
163 cur = cache->next;
164 next = cur->next;
184 cur = next;
185 next = cur->next;
201 cur = next;
202 next = cur->next;
229 struct list_head *curr, *next;
237 curr = cache->next;
238 next = curr->next;
242 curr = next;
243 next = curr->next;