Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/vmware/vmci/
H A Dvmci_kernel_if.h36 #define vmci_list_swap(_l1, _l2, t, f) LIST_SWAP(_l1, _l2, t, f)
/freebsd-13.1/sys/dev/ice/
H A Dice_osdep.h240 LIST_SWAP(old_head, _new_head, ice_list_node, entries); \
/freebsd-13.1/share/man/man3/
H A DMakefile205 queue.3 LIST_SWAP.3 \
/freebsd-13.1/sys/sys/
H A Dqueue.h612 #define LIST_SWAP(head1, head2, type, field) do { \ macro
/freebsd-13.1/sys/ufs/ffs/
H A Dffs_softdep.c6028 LIST_SWAP(&freefrag->ff_jwork, &wkhd, worklist, wk_list);
10261 LIST_SWAP(&dirrem->dm_jwork, &dotdotwk, worklist, wk_list);
10382 LIST_SWAP(&freefile->fx_jwork, &wkhd, worklist, wk_list);
11436 LIST_SWAP(&bmsafemap->sm_inodedephd, &bmsafemap->sm_inodedepwr,
11438 LIST_SWAP(&bmsafemap->sm_newblkhd, &bmsafemap->sm_newblkwr,
11440 LIST_SWAP(&bmsafemap->sm_freehd, &bmsafemap->sm_freewr, worklist,
H A Dffs_alloc.c2676 LIST_SWAP(dephd, &blkelm->dephd, worklist, wk_list);
/freebsd-13.1/sys/vm/
H A Duma_core.c1620 LIST_SWAP(&freeslabs, &dom->ud_free_slab, uma_slab, us_link); in keg_drain_domain()