Lines Matching defs:head
271 struct list_head srb_going_list; /* head of going srb list */
272 struct list_head srb_waiting_list; /* head of waiting srb list */
301 struct list_head dcb_list; /* head of going dcb list */
305 struct list_head srb_free_list; /* head of free srb list */
696 static unsigned int list_size(struct list_head *head)
700 list_for_each(pos, head)
706 static struct DeviceCtlBlk *dcb_get_next(struct list_head *head,
713 if (list_empty(head))
717 list_for_each_entry(i, head, list)
724 /* if no next one take the head one (ie, wraparound) */
726 list_for_each_entry(i, head, list) {
746 struct list_head *head)
749 list_for_each_entry(i, head, list)