Lines Matching refs:head
147 struct list_head *this, *tmp, *head;
150 head = &eql->queue.all_slaves;
151 list_for_each_safe(this, tmp, head) {
234 struct list_head *head, *tmp, *this;
238 head = &queue->all_slaves;
239 list_for_each_safe(this, tmp, head) {
305 struct list_head *this, *tmp, *head;
311 head = &queue->all_slaves;
312 list_for_each_safe(this, tmp, head) {
370 struct list_head *this, *head;
372 head = &queue->all_slaves;
373 list_for_each(this, head) {