Searched refs:list_splice (Results 26 - 50 of 90) sorted by relevance

1234

/linux-master/drivers/scsi/cxlflash/
H A Dvlun.c1322 list_splice(&sidecar, &ctxi_dst->luns);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_cs.c77 list_splice(&b->bucket[i], out_list);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c316 list_splice(&local_list, &pool->list);
H A Dktls_rx.c776 list_splice(&local_list, &ktls_resync->list);
/linux-master/drivers/base/
H A Dbus.c1054 list_splice(&sorted_devices, &device_klist->k_list);
/linux-master/net/rds/
H A Drecv.c513 list_splice(&copy, &rs->rs_notify_queue);
/linux-master/drivers/gpu/drm/
H A Ddrm_buddy.c640 list_splice(&blocks_lhs, blocks);
H A Ddrm_gpuvm.c766 list_splice(*local_list, list);
/linux-master/include/linux/
H A Dlist.h538 * list_splice - join two lists, this is designed for stacks
542 static inline void list_splice(const struct list_head *list, function
/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);
H A Dmetricgroup.c1293 list_splice(&list, metric_list);
H A Devlist.c1675 list_splice(&move, &evlist->core.entries);
/linux-master/lib/
H A Dlist-test.c455 list_splice(&list2, &entries[1]);
/linux-master/net/sctp/
H A Doutqueue.c1705 list_splice(&tlist, transmitted_queue);
/linux-master/net/netfilter/
H A Dnf_flow_table_offload.c1108 list_splice(&bo->cb_list, &flowtable->flow_block.cb_list);
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/fs/gfs2/
H A Dlog.c739 list_splice(&written, &sdp->sd_log_ordered);
/linux-master/mm/
H A Dvmscan.c1497 list_splice(&ret_folios, folio_list);
1538 list_splice(&clean_folios, folio_list);
1689 list_splice(&folios_skipped, src);
4384 list_splice(&moved, head);
/linux-master/drivers/char/xillybus/
H A Dxillyusb.c473 list_splice(&ep->filled_buffers, &ep->buffers);
/linux-master/drivers/dma/sh/
H A Drcar-dmac.c610 list_splice(&list, &chan->desc.wait);
/linux-master/fs/
H A Deventpoll.c738 * contain them, and the list_splice() below takes care of them.
759 list_splice(txlist, &ep->rdllist);
H A Dfs-writeback.c1441 list_splice(&tmp, dispatch_queue);
/linux-master/drivers/block/aoe/
H A Daoecmd.c780 list_splice(&flist, &d->factive[0]);
/linux-master/drivers/md/dm-vdo/
H A Ddata-vio.c740 list_splice(&returned, &pool->available);
/linux-master/drivers/base/power/
H A Dmain.c1132 list_splice(&list, &dpm_list);

Completed in 393 milliseconds

1234