Lines Matching defs:head
3820 list_for_each_safe(item, next, &list->head) {
4063 INIT_LIST_HEAD(&ha->pool.good.head);
4064 INIT_LIST_HEAD(&ha->pool.unusable.head);
4098 &ha->pool.unusable.head);
4102 &ha->pool.good.head);
4109 &ha->pool.good.head, list) {
4321 list_for_each_entry_safe(dsd, nxt, &ha->pool.unusable.head,
4759 list_for_each_entry_safe(dsd, nxt, &ha->pool.unusable.head,
4769 list_for_each_entry_safe(dsd, nxt, &ha->pool.good.head, list) {
4841 INIT_LIST_HEAD(&vha->purex_list.head);
5341 /* put 'work' at head of 'vha->work_list' */
6245 struct list_head head = LIST_HEAD_INIT(head);
6250 list_splice_init(&list->head, &head);
6253 list_for_each_entry_safe(item, next, &head, list) {