/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
D | ice_fltr.c | 217 LIST_HEAD(tmp_list); in ice_fltr_prepare_mac() 219 if (ice_fltr_add_mac_to_list(vsi, &tmp_list, mac, action)) { in ice_fltr_prepare_mac() 220 ice_fltr_free_list(ice_pf_to_dev(vsi->back), &tmp_list); in ice_fltr_prepare_mac() 224 result = mac_action(vsi, &tmp_list); in ice_fltr_prepare_mac() 225 ice_fltr_free_list(ice_pf_to_dev(vsi->back), &tmp_list); in ice_fltr_prepare_mac() 244 LIST_HEAD(tmp_list); in ice_fltr_prepare_mac_and_broadcast() 247 if (ice_fltr_add_mac_to_list(vsi, &tmp_list, mac, action) || in ice_fltr_prepare_mac_and_broadcast() 248 ice_fltr_add_mac_to_list(vsi, &tmp_list, broadcast, action)) { in ice_fltr_prepare_mac_and_broadcast() 249 ice_fltr_free_list(ice_pf_to_dev(vsi->back), &tmp_list); in ice_fltr_prepare_mac_and_broadcast() 253 result = mac_action(vsi, &tmp_list); in ice_fltr_prepare_mac_and_broadcast() [all …]
|
/kernel/linux/linux-5.10/net/rds/ |
D | loop.c | 180 LIST_HEAD(tmp_list); in rds_loop_exit() 186 list_splice(&loop_conns, &tmp_list); in rds_loop_exit() 190 list_for_each_entry_safe(lc, _lc, &tmp_list, loop_node) { in rds_loop_exit() 199 LIST_HEAD(tmp_list); in rds_loop_kill_conns() 207 list_move_tail(&lc->loop_node, &tmp_list); in rds_loop_kill_conns() 211 list_for_each_entry_safe(lc, _lc, &tmp_list, loop_node) { in rds_loop_kill_conns()
|
D | tcp.c | 430 LIST_HEAD(tmp_list); in rds_tcp_destroy_conns() 435 if (!list_has_conn(&tmp_list, tc->t_cpath->cp_conn)) in rds_tcp_destroy_conns() 436 list_move_tail(&tc->t_tcp_node, &tmp_list); in rds_tcp_destroy_conns() 440 list_for_each_entry_safe(tc, _tc, &tmp_list, t_tcp_node) in rds_tcp_destroy_conns() 591 LIST_HEAD(tmp_list); in rds_tcp_kill_sock() 603 if (!list_has_conn(&tmp_list, tc->t_cpath->cp_conn)) { in rds_tcp_kill_sock() 604 list_move_tail(&tc->t_tcp_node, &tmp_list); in rds_tcp_kill_sock() 611 list_for_each_entry_safe(tc, _tc, &tmp_list, t_tcp_node) in rds_tcp_kill_sock()
|
D | ib_rdma.c | 168 LIST_HEAD(tmp_list); in rds_ib_destroy_nodev_conns() 172 list_splice(&ib_nodev_conns, &tmp_list); in rds_ib_destroy_nodev_conns() 175 list_for_each_entry_safe(ic, _ic, &tmp_list, ib_node) in rds_ib_destroy_nodev_conns()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | cgroup.c | 207 struct evlist *orig_list, *tmp_list; in evlist__expand_cgroup() local 220 tmp_list = evlist__new(); in evlist__expand_cgroup() 221 if (orig_list == NULL || tmp_list == NULL) { in evlist__expand_cgroup() 269 evlist__add(tmp_list, evsel); in evlist__expand_cgroup() 276 perf_stat__collect_metric_expr(tmp_list); in evlist__expand_cgroup() 277 if (metricgroup__copy_metric_events(tmp_list, cgrp, in evlist__expand_cgroup() 283 perf_evlist__splice_list_tail(evlist, &tmp_list->core.entries); in evlist__expand_cgroup() 284 tmp_list->core.nr_entries = 0; in evlist__expand_cgroup() 295 evlist__delete(tmp_list); in evlist__expand_cgroup()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
D | backchannel_rqst.c | 138 struct list_head tmp_list; in xprt_setup_bc() local 154 INIT_LIST_HEAD(&tmp_list); in xprt_setup_bc() 165 list_add(&req->rq_bc_pa_list, &tmp_list); in xprt_setup_bc() 172 list_splice(&tmp_list, &xprt->bc_pa_list); in xprt_setup_bc() 185 while (!list_empty(&tmp_list)) { in xprt_setup_bc() 186 req = list_first_entry(&tmp_list, in xprt_setup_bc()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | cq.c | 379 LIST_HEAD(tmp_list); in ib_alloc_cqs() 404 list_add_tail(&cq->pool_entry, &tmp_list); in ib_alloc_cqs() 408 list_splice(&tmp_list, &dev->cq_pools[poll_ctx]); in ib_alloc_cqs() 414 list_for_each_entry_safe(cq, n, &tmp_list, pool_entry) { in ib_alloc_cqs()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | pnfs.c | 63 struct list_head *tmp_list); 634 struct list_head *tmp_list) in pnfs_lseg_dec_and_remove_zero() argument 639 list_add(&lseg->pls_list, tmp_list); in pnfs_lseg_dec_and_remove_zero() 645 struct list_head *tmp_list) in mark_lseg_invalid() argument 656 if (pnfs_lseg_dec_and_remove_zero(lseg, tmp_list)) in mark_lseg_invalid() 700 struct list_head *tmp_list, in pnfs_mark_matching_lsegs_invalid() argument 717 if (!mark_lseg_invalid(lseg, tmp_list)) in pnfs_mark_matching_lsegs_invalid() 756 LIST_HEAD(tmp_list); in __pnfs_destroy_layout() 762 pnfs_mark_layout_stateid_invalid(lo, &tmp_list); in __pnfs_destroy_layout() 766 pnfs_free_lseg_list(&tmp_list); in __pnfs_destroy_layout() [all …]
|
D | pnfs.h | 267 void pnfs_free_lseg_list(struct list_head *tmp_list); 285 struct list_head *tmp_list, 289 struct list_head *tmp_list,
|
/kernel/linux/linux-5.10/drivers/md/ |
D | dm-log-userspace-base.c | 490 LIST_HEAD(tmp_list); in flush_by_group() 503 list_move(&fe->list, &tmp_list); in flush_by_group() 529 list_splice_init(&tmp_list, flush_list); in flush_by_group() 540 list_splice_init(&tmp_list, flush_list); in flush_by_group()
|
/kernel/linux/linux-5.10/drivers/dma/ |
D | pch_dma.c | 493 LIST_HEAD(tmp_list); in pd_alloc_chan_resources() 513 list_add_tail(&desc->desc_node, &tmp_list); in pd_alloc_chan_resources() 517 list_splice(&tmp_list, &pd_chan->free_list); in pd_alloc_chan_resources() 532 LIST_HEAD(tmp_list); in pd_free_chan_resources() 539 list_splice_init(&pd_chan->free_list, &tmp_list); in pd_free_chan_resources() 543 list_for_each_entry_safe(desc, _d, &tmp_list, desc_node) in pd_free_chan_resources()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
D | htc.h | 665 struct list_head *tmp_list; in get_queue_depth() local 668 list_for_each(tmp_list, queue) in get_queue_depth()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | scsi_error.c | 1549 LIST_HEAD(tmp_list); in scsi_eh_target_reset() 1552 list_splice_init(work_q, &tmp_list); in scsi_eh_target_reset() 1554 while (!list_empty(&tmp_list)) { in scsi_eh_target_reset() 1562 list_splice_init(&tmp_list, work_q); in scsi_eh_target_reset() 1570 scmd = list_entry(tmp_list.next, struct scsi_cmnd, eh_entry); in scsi_eh_target_reset() 1584 list_for_each_entry_safe(scmd, next, &tmp_list, eh_entry) { in scsi_eh_target_reset()
|
/kernel/linux/linux-5.10/include/net/ |
D | if_inet6.h | 68 struct list_head tmp_list; member
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | file.c | 857 struct list_head tmp_list; in cifs_reopen_persistent_handles() local 865 INIT_LIST_HEAD(&tmp_list); in cifs_reopen_persistent_handles() 874 list_add_tail(&open_file->rlist, &tmp_list); in cifs_reopen_persistent_handles() 878 list_for_each_safe(tmp, tmp1, &tmp_list) { in cifs_reopen_persistent_handles() 3098 struct list_head tmp_list; in collect_uncached_write_data() local 3101 INIT_LIST_HEAD(&tmp_list); in collect_uncached_write_data() 3106 wdata, &tmp_list, ctx); in collect_uncached_write_data() 3113 ctx->cfile, cifs_sb, &tmp_list, in collect_uncached_write_data() 3120 list_splice(&tmp_list, &ctx->list); in collect_uncached_write_data() 3798 struct list_head tmp_list; in collect_uncached_read_data() local [all …]
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | extent_map.c | 107 LIST_HEAD(tmp_list); in ocfs2_extent_map_trunc() 114 list_move(&emi->ei_list, &tmp_list); in ocfs2_extent_map_trunc() 128 list_for_each_entry_safe(emi, n, &tmp_list, ei_list) { in ocfs2_extent_map_trunc()
|
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/ |
D | rkisp1-params.c | 1464 struct list_head tmp_list; in rkisp1_params_vb2_stop_streaming() local 1466 INIT_LIST_HEAD(&tmp_list); in rkisp1_params_vb2_stop_streaming() 1475 list_cut_position(&tmp_list, ¶ms->params, params->params.prev); in rkisp1_params_vb2_stop_streaming() 1478 list_for_each_entry(buf, &tmp_list, queue) in rkisp1_params_vb2_stop_streaming()
|
/kernel/linux/linux-5.10/drivers/net/team/ |
D | team.c | 109 struct list_head tmp_list; member 2433 struct team_option_inst, tmp_list); in team_nl_send_options_get() 2455 list_for_each_entry_from(opt_inst, sel_opt_inst_list, tmp_list) { in team_nl_send_options_get() 2504 list_add_tail(&opt_inst->tmp_list, &sel_opt_inst_list); in team_nl_cmd_options_get() 2649 list_add(&opt_inst->tmp_list, &opt_inst_list); in team_nl_cmd_options_set() 2886 list_add_tail(&opt_inst->tmp_list, &sel_opt_inst_list); in __team_options_change_check()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 10554 struct bnx2x_prev_path_list *tmp_list; in bnx2x_prev_path_get_entry() local 10556 list_for_each_entry(tmp_list, &bnx2x_prev_list, list) in bnx2x_prev_path_get_entry() 10557 if (PCI_SLOT(bp->pdev->devfn) == tmp_list->slot && in bnx2x_prev_path_get_entry() 10558 bp->pdev->bus->number == tmp_list->bus && in bnx2x_prev_path_get_entry() 10559 BP_PATH(bp) == tmp_list->path) in bnx2x_prev_path_get_entry() 10560 return tmp_list; in bnx2x_prev_path_get_entry() 10567 struct bnx2x_prev_path_list *tmp_list; in bnx2x_prev_path_mark_eeh() local 10576 tmp_list = bnx2x_prev_path_get_entry(bp); in bnx2x_prev_path_mark_eeh() 10577 if (tmp_list) { in bnx2x_prev_path_mark_eeh() 10578 tmp_list->aer = 1; in bnx2x_prev_path_mark_eeh() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/ |
D | main.c | 196 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() 1429 INIT_LIST_HEAD(&tid_info->tmp_list); in carl9170_op_ampdu_action()
|
D | carl9170.h | 122 struct list_head tmp_list; member
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | mds_client.c | 2093 LIST_HEAD(tmp_list); in ceph_send_cap_releases() 2103 list_splice_init(&session->s_cap_releases, &tmp_list); in ceph_send_cap_releases() 2108 while (!list_empty(&tmp_list)) { in ceph_send_cap_releases() 2122 cap = list_first_entry(&tmp_list, struct ceph_cap, in ceph_send_cap_releases() 2174 list_splice(&tmp_list, &session->s_cap_releases); in ceph_send_cap_releases() 2906 LIST_HEAD(tmp_list); in __wake_requests() 2908 list_splice_init(head, &tmp_list); in __wake_requests() 2910 while (!list_empty(&tmp_list)) { in __wake_requests() 2911 req = list_entry(tmp_list.next, in __wake_requests()
|
/kernel/linux/linux-5.10/fs/ |
D | namespace.c | 1483 LIST_HEAD(tmp_list); in umount_tree() 1492 list_move(&p->mnt_list, &tmp_list); in umount_tree() 1496 list_for_each_entry(p, &tmp_list, mnt_list) { in umount_tree() 1502 propagate_umount(&tmp_list); in umount_tree() 1504 while (!list_empty(&tmp_list)) { in umount_tree() 1507 p = list_first_entry(&tmp_list, struct mount, mnt_list); in umount_tree()
|
/kernel/linux/linux-5.10/drivers/char/ |
D | virtio_console.c | 394 LIST_HEAD(tmp_list); in reclaim_dma_bufs() 401 list_cut_position(&tmp_list, &pending_free_dma_bufs, in reclaim_dma_bufs() 406 list_for_each_entry_safe(buf, tmp, &tmp_list, list) { in reclaim_dma_bufs()
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
D | r8152.c | 2684 struct list_head tmp_list; in rtl_start_rx() local 2688 INIT_LIST_HEAD(&tmp_list); in rtl_start_rx() 2695 list_splice_init(&tp->rx_info, &tmp_list); in rtl_start_rx() 2699 list_for_each_entry_safe(agg, agg_next, &tmp_list, info_list) { in rtl_start_rx() 2718 list_splice(&tmp_list, &tp->rx_info); in rtl_start_rx() 2727 struct list_head tmp_list; in rtl_stop_rx() local 2730 INIT_LIST_HEAD(&tmp_list); in rtl_stop_rx() 2739 list_splice_init(&tp->rx_info, &tmp_list); in rtl_stop_rx() 2742 list_for_each_entry_safe(agg, agg_next, &tmp_list, info_list) { in rtl_stop_rx() 2755 list_splice(&tmp_list, &tp->rx_info); in rtl_stop_rx()
|