Searched refs:list_cut_before (Results 1 – 11 of 11) sorted by relevance
| /linux/block/ |
| H A D | blk-mq-sched.c | 65 list_cut_before(&hctx_list, rq_list, &rq->queuelist); in blk_mq_dispatch_hctx_list()
|
| /linux/Documentation/core-api/ |
| H A D | list.rst | 415 The second function, list_cut_before(), is much the same, except it cuts before 430 list_cut_before(&retirement, &car->clowns, &pic->node);
|
| /linux/include/linux/ |
| H A D | list.h | 515 static inline void list_cut_before(struct list_head *list, in list_cut_before() function
|
| /linux/fs/smb/client/ |
| H A D | cached_dir.c | 729 list_cut_before(&entry, &cfids->dying, &cfids->dying); in cfids_laundromat_worker()
|
| /linux/lib/tests/ |
| H A D | list-test.c | 431 list_cut_before(&list2, &list1, &entries[1]); in list_test_list_cut_before()
|
| /linux/drivers/xen/ |
| H A D | xen-scsiback.c | 1243 list_cut_before(&tmp_list, head, head); in scsiback_release_translation_entry()
|
| /linux/mm/ |
| H A D | migrate.c | 2099 list_cut_before(&folios, from, &folio2->lru); in migrate_pages()
|
| H A D | compaction.c | 1435 list_cut_before(&sublist, freelist, &freepage->buddy_list); in move_freelist_head()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | sev.c | 1977 list_cut_before(&dst->regions_list, &src->regions_list, &src->regions_list); in sev_migrate_from() 1984 list_cut_before(&dst->mirror_vms, &src->mirror_vms, &src->mirror_vms); in sev_migrate_from()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | dp_rx.c | 288 list_cut_before(list, head, cur); in ath12k_dp_list_cut_nodes()
|
| /linux/net/core/ |
| H A D | dev.c | 6208 list_cut_before(&sublist, head, &skb->list); in __netif_receive_skb_list()
|