Lines Matching defs:head
23 static void agp_3_5_dev_list_insert(struct list_head *head, struct list_head *new)
28 list_for_each(pos, head) {
40 struct list_head *pos, *tmp, *head = &list->list, *start = head->next;
43 INIT_LIST_HEAD(head);
45 for (pos=start; pos!=head; ) {
54 agp_3_5_dev_list_insert(head, tmp);
81 struct list_head *head = &dev_list->list, *pos;
136 list_for_each(pos, head) {
287 struct list_head *head = &dev_list->list, *pos;
299 for (pos=head->next; cdev<ndevs; cdev++, pos=pos->next) {
322 struct list_head *head, *pos;
333 * Allocate a head for our AGP 3.5 device list
340 head = &dev_list->list;
341 INIT_LIST_HEAD(head);
372 list_add(pos, head);
387 list_for_each(pos, head) {
455 for (pos=head->next; pos!=head; ) {