Lines Matching defs:head
145 struct list_head *this, *tmp, *head;
148 head = &eql->queue.all_slaves;
149 list_for_each_safe(this, tmp, head) {
232 struct list_head *head, *tmp, *this;
236 head = &queue->all_slaves;
237 list_for_each_safe(this, tmp, head) {
299 struct list_head *this, *tmp, *head;
305 head = &queue->all_slaves;
306 list_for_each_safe(this, tmp, head) {
364 struct list_head *this, *head;
366 head = &queue->all_slaves;
367 list_for_each(this, head) {