/drivers/s390/block/ |
D | dcssblk.c | 45 struct list_head lh; member 61 struct list_head lh; member 91 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment() 92 list_del(&entry->lh); in dcssblk_release_segment() 116 list_for_each_entry(entry, &dcssblk_devices, lh) in dcssblk_assign_free_minor() 137 list_for_each_entry(entry, &dcssblk_devices, lh) { in dcssblk_get_device_by_name() 156 list_for_each_entry(dev_info, &dcssblk_devices, lh) { in dcssblk_get_segment_by_name() 157 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_get_segment_by_name() 175 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_highest_addr() 194 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_lowest_addr() [all …]
|
/drivers/infiniband/hw/mlx4/ |
D | cm.c | 371 struct list_head lh; in mlx4_ib_cm_paravirt_clean() local 376 INIT_LIST_HEAD(&lh); in mlx4_ib_cm_paravirt_clean() 401 list_splice_init(&dev->sriov.cm_list, &lh); in mlx4_ib_cm_paravirt_clean() 410 list_move_tail(&ent->list, &lh); in mlx4_ib_cm_paravirt_clean() 413 list_for_each_entry_safe(map, tmp_map, &lh, list) { in mlx4_ib_cm_paravirt_clean() 421 list_move_tail(&map->list, &lh); in mlx4_ib_cm_paravirt_clean() 428 list_for_each_entry_safe(map, tmp_map, &lh, list) { in mlx4_ib_cm_paravirt_clean()
|
/drivers/dma/sh/ |
D | shdma.h | 59 #define to_sh_desc(lh) container_of(lh, struct sh_desc, node) argument
|
/drivers/dma/ |
D | fsldma.h | 160 #define to_fsl_desc(lh) container_of(lh, struct fsl_desc_sw, node) argument
|
D | mmp_pdma.c | 127 #define to_mmp_pdma_desc(lh) container_of(lh, struct mmp_pdma_desc_sw, node) argument
|
/drivers/pci/pcie/aer/ |
D | aer_inject.c | 133 struct list_head *lh = pci_bus_ops_list.next; in pci_bus_ops_pop() local 134 list_del(lh); in pci_bus_ops_pop() 135 bus_ops = list_entry(lh, struct pci_bus_ops, list); in pci_bus_ops_pop()
|
/drivers/dma/ioat/ |
D | dma.h | 39 #define to_ioat_desc(lh) container_of(lh, struct ioat_desc_sw, node) argument
|
/drivers/scsi/ |
D | scsi_devinfo.c | 829 struct list_head *lh, *lh_next; in scsi_dev_info_remove_list() local 840 list_for_each_safe(lh, lh_next, &devinfo_table->scsi_dev_info_list) { in scsi_dev_info_remove_list() 843 devinfo = list_entry(lh, struct scsi_dev_info_list, in scsi_dev_info_remove_list()
|
D | ncr53c8xx.c | 7496 int lh = ln & 3; in ncr_alloc_lcb() local 7548 lp->jump_lcb.l_paddr = tp->jump_lcb[lh].l_paddr; in ncr_alloc_lcb() 7560 tp->jump_lcb[lh].l_paddr = cpu_to_scr(vtobus (&lp->jump_lcb)); in ncr_alloc_lcb()
|
/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_opr.h | 46 void (*cleanup_queue)(struct list_head *lh,
|
D | s5p_mfc_opr_v6.c | 1652 static void s5p_mfc_cleanup_queue_v6(struct list_head *lh, struct vb2_queue *vq) in s5p_mfc_cleanup_queue_v6() argument 1657 while (!list_empty(lh)) { in s5p_mfc_cleanup_queue_v6() 1658 b = list_entry(lh->next, struct s5p_mfc_buf, list); in s5p_mfc_cleanup_queue_v6()
|
D | s5p_mfc_opr_v5.c | 1482 static void s5p_mfc_cleanup_queue_v5(struct list_head *lh, struct vb2_queue *vq) in s5p_mfc_cleanup_queue_v5() argument 1487 while (!list_empty(lh)) { in s5p_mfc_cleanup_queue_v5() 1488 b = list_entry(lh->next, struct s5p_mfc_buf, list); in s5p_mfc_cleanup_queue_v5()
|
/drivers/md/ |
D | dm-cache-policy-mq.c | 202 static struct list_head *list_pop(struct list_head *lh) in list_pop() argument 204 struct list_head *r = lh->next; in list_pop() 314 static void takeout_queue(struct list_head *lh, struct queue *q) in takeout_queue() argument 319 list_splice(q->qs + level, lh); in takeout_queue()
|
/drivers/net/wireless/ath/wil6210/ |
D | wmi.c | 1081 struct list_head *lh; in wmi_event_worker() local 1083 while ((lh = next_wmi_ev(wil)) != NULL) { in wmi_event_worker() 1084 evt = list_entry(lh, struct pending_wmi_event, list); in wmi_event_worker()
|
/drivers/net/wireless/ath/ath6kl/ |
D | htc_pipe.c | 844 struct list_head *lh; in free_htc_packet_container() local 852 lh = (struct list_head *) target->pipe.htc_packet_pool; in free_htc_packet_container() 853 packet->list.next = lh; in free_htc_packet_container()
|
/drivers/s390/scsi/ |
D | zfcp_fc.c | 595 static void zfcp_fc_validate_port(struct zfcp_port *port, struct list_head *lh) in zfcp_fc_validate_port() argument 606 list_move_tail(&port->list, lh); in zfcp_fc_validate_port()
|
/drivers/gpu/drm/ |
D | drm_crtc.c | 1256 struct list_head *lh; in drm_mode_getresources() local 1282 list_for_each(lh, &file_priv->fbs) in drm_mode_getresources() 1305 list_for_each(lh, &dev->mode_config.crtc_list) in drm_mode_getresources() 1308 list_for_each(lh, &dev->mode_config.connector_list) in drm_mode_getresources() 1311 list_for_each(lh, &dev->mode_config.encoder_list) in drm_mode_getresources()
|
/drivers/net/ethernet/freescale/ |
D | ucc_geth.c | 190 static struct list_head *dequeue(struct list_head *lh) in dequeue() argument 195 if (!list_empty(lh)) { in dequeue() 196 struct list_head *node = lh->next; in dequeue()
|
/drivers/s390/net/ |
D | qeth_core_main.c | 3164 struct list_head *lh; in qeth_queue_input_buffer() local 3198 list_for_each(lh, &card->qdio.in_buf_pool.entry_list) in qeth_queue_input_buffer()
|