Lines Matching defs:curr
60 struct list_head *curr, *next;
63 curr = cache->next;
64 next = curr->next;
65 while (curr != cache) {
66 entry = list_entry(curr, struct pb_cache_entry, head);
73 curr = next;
74 next = curr->next;
229 struct list_head *curr, *next;
237 curr = cache->next;
238 next = curr->next;
239 while (curr != cache) {
240 buf = list_entry(curr, struct pb_cache_entry, head);
242 curr = next;
243 next = curr->next;