Home
last modified time | relevance | path

Searched refs:tmp_list (Results 1 – 13 of 13) sorted by relevance

/drivers/md/
Ddm-log-userspace-base.c491 LIST_HEAD(tmp_list); in flush_by_group()
504 list_move(&fe->list, &tmp_list); in flush_by_group()
530 list_splice_init(&tmp_list, flush_list); in flush_by_group()
541 list_splice_init(&tmp_list, flush_list); in flush_by_group()
/drivers/dma/
Dpch_dma.c505 LIST_HEAD(tmp_list); in pd_alloc_chan_resources()
525 list_add_tail(&desc->desc_node, &tmp_list); in pd_alloc_chan_resources()
529 list_splice(&tmp_list, &pd_chan->free_list); in pd_alloc_chan_resources()
544 LIST_HEAD(tmp_list); in pd_free_chan_resources()
551 list_splice_init(&pd_chan->free_list, &tmp_list); in pd_free_chan_resources()
555 list_for_each_entry_safe(desc, _d, &tmp_list, desc_node) in pd_free_chan_resources()
Dat_hdmac.c138 LIST_HEAD(tmp_list); in atc_desc_get()
1698 LIST_HEAD(tmp_list); in atc_alloc_chan_resources()
1736 list_add_tail(&desc->desc_node, &tmp_list); in atc_alloc_chan_resources()
1741 list_splice(&tmp_list, &atchan->free_list); in atc_alloc_chan_resources()
/drivers/net/wireless/ath/ath6kl/
Dhtc.h665 struct list_head *tmp_list; in get_queue_depth() local
668 list_for_each(tmp_list, queue) in get_queue_depth()
/drivers/scsi/
Dscsi_error.c1527 LIST_HEAD(tmp_list); in scsi_eh_target_reset()
1530 list_splice_init(work_q, &tmp_list); in scsi_eh_target_reset()
1532 while (!list_empty(&tmp_list)) { in scsi_eh_target_reset()
1540 list_splice_init(&tmp_list, work_q); in scsi_eh_target_reset()
1548 scmd = list_entry(tmp_list.next, struct scsi_cmnd, eh_entry); in scsi_eh_target_reset()
1562 list_for_each_entry_safe(scmd, next, &tmp_list, eh_entry) { in scsi_eh_target_reset()
/drivers/usb/wusbcore/
Dwa-xfer.c1755 LIST_HEAD(tmp_list); in wa_urb_enqueue_run()
1759 list_cut_position(&tmp_list, &wa->xfer_delayed_list, in wa_urb_enqueue_run()
1767 list_for_each_entry_safe(xfer, next, &tmp_list, list_node) { in wa_urb_enqueue_run()
1785 LIST_HEAD(tmp_list); in wa_process_errored_transfers_run()
1791 list_cut_position(&tmp_list, &wa->xfer_errored_list, in wa_process_errored_transfers_run()
1799 list_for_each_entry_safe(xfer, next, &tmp_list, list_node) { in wa_process_errored_transfers_run()
/drivers/net/team/
Dteam.c107 struct list_head tmp_list; member
2361 struct team_option_inst, tmp_list); in team_nl_send_options_get()
2383 list_for_each_entry_from(opt_inst, sel_opt_inst_list, tmp_list) { in team_nl_send_options_get()
2433 list_add_tail(&opt_inst->tmp_list, &sel_opt_inst_list); in team_nl_cmd_options_get()
2571 list_add(&opt_inst->tmp_list, &opt_inst_list); in team_nl_cmd_options_set()
2796 list_add_tail(&opt_inst->tmp_list, &sel_opt_inst_list); in __team_options_change_check()
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c10533 struct bnx2x_prev_path_list *tmp_list; in bnx2x_prev_path_get_entry() local
10535 list_for_each_entry(tmp_list, &bnx2x_prev_list, list) in bnx2x_prev_path_get_entry()
10536 if (PCI_SLOT(bp->pdev->devfn) == tmp_list->slot && in bnx2x_prev_path_get_entry()
10537 bp->pdev->bus->number == tmp_list->bus && in bnx2x_prev_path_get_entry()
10538 BP_PATH(bp) == tmp_list->path) in bnx2x_prev_path_get_entry()
10539 return tmp_list; in bnx2x_prev_path_get_entry()
10546 struct bnx2x_prev_path_list *tmp_list; in bnx2x_prev_path_mark_eeh() local
10555 tmp_list = bnx2x_prev_path_get_entry(bp); in bnx2x_prev_path_mark_eeh()
10556 if (tmp_list) { in bnx2x_prev_path_mark_eeh()
10557 tmp_list->aer = 1; in bnx2x_prev_path_mark_eeh()
[all …]
/drivers/net/wireless/ath/carl9170/
Dmain.c196 list_add_tail(&tid_info->tmp_list, &tid_gc); in carl9170_ampdu_gc()
209 tmp_list); in carl9170_ampdu_gc()
214 list_del_init(&tid_info->tmp_list); in carl9170_ampdu_gc()
1434 INIT_LIST_HEAD(&tid_info->tmp_list); in carl9170_op_ampdu_action()
Dcarl9170.h119 struct list_head tmp_list; member
/drivers/char/
Dvirtio_console.c402 LIST_HEAD(tmp_list); in reclaim_dma_bufs()
409 list_cut_position(&tmp_list, &pending_free_dma_bufs, in reclaim_dma_bufs()
414 list_for_each_entry_safe(buf, tmp, &tmp_list, list) { in reclaim_dma_bufs()
/drivers/target/iscsi/
Discsi_target.c4219 LIST_HEAD(tmp_list); in iscsit_release_commands_from_conn()
4228 list_splice_init(&conn->conn_cmd_list, &tmp_list); in iscsit_release_commands_from_conn()
4230 list_for_each_entry_safe(cmd, cmd_tmp, &tmp_list, i_conn_node) { in iscsit_release_commands_from_conn()
4251 list_for_each_entry_safe(cmd, cmd_tmp, &tmp_list, i_conn_node) { in iscsit_release_commands_from_conn()
/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c7235 struct list_head tmp_list; in _scsih_remove_unresponding_sas_devices() local
7286 INIT_LIST_HEAD(&tmp_list); in _scsih_remove_unresponding_sas_devices()
7290 list_move_tail(&sas_expander->list, &tmp_list); in _scsih_remove_unresponding_sas_devices()
7295 list_for_each_entry_safe(sas_expander, sas_expander_next, &tmp_list, in _scsih_remove_unresponding_sas_devices()