Lines Matching defs:head
59 * @head: Linked on to map_devs
64 struct list_head head;
71 * @head: Linked onto input_devs
75 struct list_head head;
82 * @head: Used to link up on input_files
105 struct list_head head, free_iocbs, used_iocbs;
121 * @head: Linked onto file_list.free_iocbs or file_list.used_iocbs
127 struct list_head head;
568 dip = list_entry(p, struct dev_info, head);
575 list_add_tail(&dip->head, &input_devs);
583 list_del(&dip->head);
643 list_add_tail(&mdp->head, &map_devs);
657 struct map_dev *mdp = list_entry(p, struct map_dev, head);
659 list_del(&mdp->head);
678 struct map_dev *mdp = list_entry(p, struct map_dev, head);
782 list_add_tail(&iocbp->head, &tip->free_iocbs);
838 struct iocb_pkt *iocbp = list_entry(p, struct iocb_pkt, head);
840 list_del(&iocbp->head);
920 list_add_tail(&tip->head, &input_files);
933 list_del(&tip->head);
952 rem_input_file(list_entry(p, struct thr_info, head));
991 __find_input_files(list_entry(p, struct dev_info, head));
1066 list_move_tail(&iocbp->head, &tip->free_iocbs);
1235 iocbp = list_entry(tip->free_iocbs.next, struct iocb_pkt, head);
1238 list_move_tail(&iocbp->head, &tip->used_iocbs);
1605 tip_init(list_entry(p, struct thr_info, head));