Home
last modified time | relevance | path

Searched refs:list_splice (Results 1 – 25 of 60) sorted by relevance

123

/linux/drivers/iommu/
H A Diommu-pages.h78 list_splice(&from->pages, &to->pages); in iommu_pages_list_splice()
/linux/net/rds/
H A Dloop.c190 list_splice(&loop_conns, &tmp_list); in rds_loop_exit()
H A Dmessage.c84 list_splice(&q->zcookie_head, &copy); in rds_notify_msg_zcopy_purge()
H A Dib_rdma.c168 list_splice(&ib_nodev_conns, &tmp_list); in rds_ib_destroy_nodev_conns()
H A Drecv.c564 list_splice(&copy, &rs->rs_notify_queue); in rds_notify_queue_get()
/linux/drivers/video/fbdev/core/
H A Dfbsysfs.c136 list_splice(&fb_info->modelist, &old_list); in store_modes()
141 list_splice(&old_list, &fb_info->modelist); in store_modes()
/linux/Documentation/core-api/
H A Dlist.rst704 The function to splice these two lists together is list_splice(). Our example
725 list_splice(&stey, &dimitri->node);
730 The list_splice() call here adds all the entries in ``stey`` to the list
751 This is because list_splice() did not reinitialize the list_head it took
755 same thing as list_splice(), except reinitializes the donor list_head after the
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c1164 list_splice(&temp_list[0], btm_bt); in hem_list_alloc_mid_bt()
1166 list_splice(&temp_list[level], &mid_bt[level]); in hem_list_alloc_mid_bt()
1299 list_splice(&head->leaf, &hem_list->btm_bt); in setup_root_hem()
1300 list_splice(&head->root, &hem_list->root_bt); in setup_root_hem()
1302 list_splice(&head->branch[i], &hem_list->mid_bt[i][0]); in setup_root_hem()
/linux/fs/xfs/
H A Dxfs_trans_ail.c312 list_splice(list, &lip->li_ail); in xfs_ail_splice()
314 list_splice(list, &ailp->ail_head); in xfs_ail_splice()
/linux/net/sunrpc/
H A Dbackchannel_rqst.c202 list_splice(&tmp_list, &xprt->bc_pa_list); in xprt_setup_bc()
/linux/drivers/dma/sh/
H A Dshdma-base.c644 list_splice(&tx_list, &schan->ld_free); in shdma_prep_sg()
895 list_splice(&dl, &schan->ld_free); in shdma_reset()
/linux/drivers/md/
H A Ddm-delay.c120 list_splice(&local_list, &dc->delayed_bios); in flush_delayed_bios()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr_tcam.c176 list_splice(&from->erif_sublists, &to->erif_sublists); in mlxsw_sp_mr_erif_list_move()
/linux/tools/include/linux/
H A Dlist.h303 static inline void list_splice(const struct list_head *list, in list_splice() function
/linux/drivers/acpi/
H A Dmipi-disco-img.c418 list_splice(&aux_list, &acpi_mipi_crs_csi2_list); in acpi_mipi_scan_crs_csi2()
/linux/net/core/
H A Dflow_offload.c426 list_splice(&bo.cb_list, cur->cb_list); in existing_qdiscs_register()
/linux/drivers/dma/
H A Dxgene-dma.c873 list_splice(&first->tx_list, &new->tx_list); in xgene_dma_prep_xor()
950 list_splice(&first->tx_list, &new->tx_list); in xgene_dma_prep_pq()
/linux/net/netfilter/
H A Dnf_tables_offload.c321 list_splice(&bo->cb_list, &basechain->flow_block.cb_list); in nft_flow_offload_bind()
H A Dnf_flow_table_offload.c1192 list_splice(&bo->cb_list, &flowtable->flow_block.cb_list); in nf_flow_table_block_setup()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_cs.c77 list_splice(&b->bucket[i], out_list); in radeon_cs_buckets_get_list()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c316 list_splice(&local_list, &pool->list); in create_work()
/linux/tools/perf/util/
H A Dparse-events.c494 list_splice(&config_terms, &evsel->config_terms); in add_tracepoint()
1977 list_splice(&parse_state.terms->terms, &terms->terms); in parse_events_terms()
H A Dmetricgroup.c1105 list_splice(&list, metric_list); in metricgroup__add_metric()
/linux/net/sctp/
H A Doutqueue.c1705 list_splice(&tlist, transmitted_queue); in sctp_check_transmitted()
/linux/lib/tests/
H A Dlist-test.c463 list_splice(&list2, &entries[1]); in list_test_list_splice()

123