Home
last modified time | relevance | path

Searched refs:LIST_SWAP (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/sys/dev/vmware/vmci/
H A Dvmci_kernel_if.h34 #define vmci_list_swap(_l1, _l2, t, f) LIST_SWAP(_l1, _l2, t, f)
/freebsd-14.2/sys/dev/ice/
H A Dice_osdep.h241 LIST_SWAP(old_head, _new_head, ice_list_node, entries); \
/freebsd-14.2/share/man/man3/
H A DMakefile220 queue.3 LIST_SWAP.3 \
/freebsd-14.2/contrib/libarchive/unzip/
H A Dla_queue.h574 #define LIST_SWAP(head1, head2, type, field) do { \ macro
/freebsd-14.2/sys/sys/
H A Dqueue.h630 #define LIST_SWAP(head1, head2, type, field) do { \ macro
/freebsd-14.2/sys/ufs/ffs/
H A Dffs_softdep.c5861 LIST_SWAP(&freefrag->ff_jwork, &wkhd, worklist, wk_list); in handle_workitem_freefrag()
10051 LIST_SWAP(&dirrem->dm_jwork, &dotdotwk, worklist, wk_list); in handle_workitem_remove()
10171 LIST_SWAP(&freefile->fx_jwork, &wkhd, worklist, wk_list); in handle_workitem_freefile()
11220 LIST_SWAP(&bmsafemap->sm_inodedephd, &bmsafemap->sm_inodedepwr, in initiate_write_bmsafemap()
11222 LIST_SWAP(&bmsafemap->sm_newblkhd, &bmsafemap->sm_newblkwr, in initiate_write_bmsafemap()
11224 LIST_SWAP(&bmsafemap->sm_freehd, &bmsafemap->sm_freewr, worklist, in initiate_write_bmsafemap()
H A Dffs_alloc.c2695 LIST_SWAP(dephd, &blkelm->dephd, worklist, wk_list); in ffs_blkfree()
/freebsd-14.2/sys/vm/
H A Duma_core.c1674 LIST_SWAP(&freeslabs, &dom->ud_free_slab, uma_slab, us_link); in keg_drain_domain()