Searched refs:list_splice (Results 1 - 25 of 90) sorted by last modified time

1234

/linux-master/drivers/spi/
H A Dspi.c3568 list_splice(&rxfer->replaced_transfers, rxfer->replaced_after);
3639 list_splice(&rxfer->replaced_transfers,
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c308 list_splice(&entries, &pool->entry_list);
/linux-master/mm/
H A Dhugetlb.c675 list_splice(&allocated_regions, &resv->region_cache);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c2167 list_splice(&new_list, insert_list);
/linux-master/fs/bcachefs/
H A Dbtree_key_cache.c973 list_splice(&bc->freed_pcpu, &items);
974 list_splice(&bc->freed_nonpcpu, &items);
H A Dbtree_cache.c433 list_splice(&bc->freeable, &bc->live);
447 list_splice(&bc->freed_pcpu, &bc->freed_nonpcpu);
/linux-master/net/netfilter/
H A Dnf_tables_api.c2743 list_splice(&hook.list, &nft_trans_chain_hooks(trans));
2928 list_splice(&chain_del_list, &nft_trans_chain_hooks(trans));
2936 list_splice(&chain_del_list, &basechain->hook_list);
8543 list_splice(&flowtable_hook.list, &nft_trans_flowtable_hooks(trans));
8655 list_splice(&flowtable_hook.list, &flowtable->hook_list);
8739 list_splice(&flowtable_del_list, &nft_trans_flowtable_hooks(trans));
8747 list_splice(&flowtable_del_list, &flowtable->hook_list);
10265 list_splice(&nft_trans_chain_hooks(trans),
10406 list_splice(&nft_trans_flowtable_hooks(trans),
10465 list_splice(
[all...]
/linux-master/net/core/
H A Ddev.c6839 list_splice(&list, &sd->poll_list);
/linux-master/drivers/scsi/
H A Dscsi_lib.c526 list_splice(&starved_list, &shost->starved_list);
/linux-master/fs/ceph/
H A Dmds_client.c2405 list_splice(&tmp_list, &session->s_cap_releases);
H A Dcaps.c291 list_splice(&newcaps, &mdsc->caps_list);
H A Dfile.c1617 list_splice(&aio_req->osd_reqs, &osd_reqs);
/linux-master/fs/smb/client/
H A Dfile.c3681 list_splice(&tmp_list, &ctx->list);
4200 list_splice(&tmp_list, &ctx->list);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_target.c5610 list_splice(&q_full_list, &vha->hw->tgt.q_full_list);
H A Dqla_os.c756 list_splice(&ctx1->dsd_list, &sp->qpair->dsd_list);
842 list_splice(&ctx1->dsd_list, &sp->qpair->dsd_list);
5597 list_splice(&work, &vha->work_list);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c21670 list_splice(&tmp_list, &pvt_pool->list);
22158 list_splice(&qp->lpfc_io_buf_list_put,
H A Dlpfc_scsi.c567 list_splice(&phba->lpfc_scsi_buf_list_put,
H A Dlpfc_init.c4313 list_splice(&qp->lpfc_io_buf_list_put, &blist);
H A Dlpfc_bsg.c268 list_splice(&temp_list, &dma_buffers->list);
/linux-master/drivers/iommu/
H A Diommu.c822 list_splice(&stack, regions);
H A Ddma-iommu.c241 list_splice(freelist, &fq->entries[idx].freelist);
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c1171 list_splice(&temp_list[0], btm_bt);
1173 list_splice(&temp_list[level], &mid_bt[level]);
1298 list_splice(&head->leaf, &hem_list->btm_bt);
1299 list_splice(&head->root, &hem_list->root_bt);
1301 list_splice(&head->branch[i], &hem_list->mid_bt[i][0]);
/linux-master/fs/fuse/
H A Ddev.c1823 list_splice(&to_queue, &fiq->pending);
/linux-master/drivers/vfio/pci/mlx5/
H A Dcmd.c838 list_splice(&migf->avail_list, &migf->buf_list);
/linux-master/tools/perf/util/
H A Dparse-events.c540 list_splice(&config_terms, &evsel->config_terms);
1892 list_splice(&parse_state.terms->terms, &terms->terms);

Completed in 571 milliseconds

1234