Lines Matching refs:head
22 static void agp_3_5_dev_list_insert(struct list_head *head, struct list_head *new) in agp_3_5_dev_list_insert() argument
27 list_for_each(pos, head) { in agp_3_5_dev_list_insert()
39 struct list_head *pos, *tmp, *head = &list->list, *start = head->next; in agp_3_5_dev_list_sort() local
42 INIT_LIST_HEAD(head); in agp_3_5_dev_list_sort()
44 for (pos=start; pos!=head; ) { in agp_3_5_dev_list_sort()
53 agp_3_5_dev_list_insert(head, tmp); in agp_3_5_dev_list_sort()
80 struct list_head *head = &dev_list->list, *pos; in agp_3_5_isochronous_node_enable() local
135 list_for_each(pos, head) { in agp_3_5_isochronous_node_enable()
290 struct list_head *head = &dev_list->list, *pos; in agp_3_5_nonisochronous_node_enable() local
302 for (pos=head->next; cdev<ndevs; cdev++, pos=pos->next) { in agp_3_5_nonisochronous_node_enable()
325 struct list_head *head, *pos; in agp_3_5_enable() local
345 head = &dev_list->list; in agp_3_5_enable()
346 INIT_LIST_HEAD(head); in agp_3_5_enable()
377 list_add(pos, head); in agp_3_5_enable()
392 list_for_each(pos, head) { in agp_3_5_enable()
460 for (pos=head->next; pos!=head; ) { in agp_3_5_enable()