| /linux/drivers/iommu/ |
| H A D | iommu-pages.h | 75 list_splice(&from->pages, &to->pages); in iommu_pages_list_splice()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_modeset_helper.c | 68 list_splice(&panel_list, &dev->mode_config.connector_list); in drm_helper_move_panel_connectors_to_head()
|
| /linux/net/rds/ |
| H A D | loop.c | 186 list_splice(&loop_conns, &tmp_list); in rds_loop_exit()
|
| H A D | message.c | 82 list_splice(&q->zcookie_head, ©); in rds_notify_msg_zcopy_purge()
|
| H A D | ib_rdma.c | 168 list_splice(&ib_nodev_conns, &tmp_list); in rds_ib_destroy_nodev_conns()
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fbsysfs.c | 110 list_splice(&fb_info->modelist, &old_list); in store_modes() 115 list_splice(&old_list, &fb_info->modelist); in store_modes()
|
| /linux/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hem.c | 1170 list_splice(&temp_list[0], btm_bt); in hem_list_alloc_mid_bt() 1172 list_splice(&temp_list[level], &mid_bt[level]); in hem_list_alloc_mid_bt() 1307 list_splice(&head->leaf, &hem_list->btm_bt); in setup_root_hem() 1308 list_splice(&head->root, &hem_list->root_bt); in setup_root_hem() 1310 list_splice(&head->branch[i], &hem_list->mid_bt[i][0]); in setup_root_hem()
|
| /linux/Documentation/core-api/ |
| H A D | list.rst | 704 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 reinitalizes the donor list_head after the
|
| /linux/fs/xfs/ |
| H A D | xfs_trans_ail.c | 312 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 D | backchannel_rqst.c | 168 list_splice(&tmp_list, &xprt->bc_pa_list); in xprt_setup_bc()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_tiling.c | 211 list_splice(&unbind, &ggtt->vm.bound_list); in i915_gem_object_fence_prepare()
|
| /linux/mm/damon/ |
| H A D | ops-common.c | 365 list_splice(&ret_folios, folio_list); in damon_migrate_folio_list()
|
| /linux/drivers/dma/sh/ |
| H A D | shdma-base.c | 645 list_splice(&tx_list, &schan->ld_free); in shdma_prep_sg() 896 list_splice(&dl, &schan->ld_free); in shdma_reset()
|
| /linux/drivers/net/caif/ |
| H A D | caif_serial.c | 430 list_splice(&ser_list, &ser_release_list); in caif_ser_exit()
|
| /linux/drivers/infiniband/core/ |
| H A D | cq.c | 407 list_splice(&tmp_list, &dev->cq_pools[poll_ctx]); in ib_alloc_cqs()
|
| /linux/drivers/md/ |
| H A D | dm-delay.c | 120 list_splice(&local_list, &dc->delayed_bios); in flush_delayed_bios()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_mr_tcam.c | 176 list_splice(&from->erif_sublists, &to->erif_sublists); in mlxsw_sp_mr_erif_list_move()
|
| /linux/tools/include/linux/ |
| H A D | list.h | 293 static inline void list_splice(const struct list_head *list, in list_splice() function
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_tun_encap.c | 1607 list_splice(&encap_flows, flow_list); in mlx5e_update_route_encaps() 1612 list_splice(&encap_flows, flow_list); in mlx5e_update_route_encaps() 1684 list_splice(&decap_flows, flow_list); in mlx5e_update_route_decap_flows()
|
| /linux/drivers/dma/ |
| H A D | xgene-dma.c | 874 list_splice(&first->tx_list, &new->tx_list); in xgene_dma_prep_xor() 951 list_splice(&first->tx_list, &new->tx_list); in xgene_dma_prep_pq()
|
| /linux/drivers/acpi/ |
| H A D | mipi-disco-img.c | 419 list_splice(&aux_list, &acpi_mipi_crs_csi2_list); in acpi_mipi_scan_crs_csi2()
|
| /linux/net/core/ |
| H A D | flow_offload.c | 428 list_splice(&bo.cb_list, cur->cb_list); in existing_qdiscs_register()
|
| /linux/arch/x86/kernel/cpu/sgx/ |
| H A D | main.c | 107 list_splice(&dirty, dirty_page_list); in __sgx_sanitize_pages()
|
| /linux/net/netfilter/ |
| H A D | nf_tables_offload.c | 321 list_splice(&bo->cb_list, &basechain->flow_block.cb_list); in nft_flow_offload_bind()
|
| H A D | core.c | 665 list_splice(&sublist, head); in nf_hook_slow_list()
|