Lines Matching refs:head
145 struct list_head *this, *tmp, *head; in eql_timer() local
148 head = &eql->queue.all_slaves; in eql_timer()
149 list_for_each_safe(this, tmp, head) { in eql_timer()
234 struct list_head *head, *tmp, *this; in eql_kill_slave_queue() local
238 head = &queue->all_slaves; in eql_kill_slave_queue()
239 list_for_each_safe(this, tmp, head) { in eql_kill_slave_queue()
301 struct list_head *this, *tmp, *head; in __eql_schedule_slaves() local
307 head = &queue->all_slaves; in __eql_schedule_slaves()
308 list_for_each_safe(this, tmp, head) { in __eql_schedule_slaves()
366 struct list_head *this, *head; in __eql_find_slave_dev() local
368 head = &queue->all_slaves; in __eql_find_slave_dev()
369 list_for_each(this, head) { in __eql_find_slave_dev()