Home
last modified time | relevance | path

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

/freebsd/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/sys/dev/ice/
H A Dice_osdep.h241 LIST_SWAP(old_head, _new_head, ice_list_node, entries); \
/freebsd/share/man/man3/
H A DMakefile225 queue.3 LIST_SWAP.3 \
/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h574 #define LIST_SWAP(head1, head2, type, field) do { \ macro
/freebsd/sys/sys/
H A Dqueue.h784 #define LIST_SWAP(head1, head2, type, field) do { \ macro
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c5863 LIST_SWAP(&freefrag->ff_jwork, &wkhd, worklist, wk_list); in handle_workitem_freefrag()
10053 LIST_SWAP(&dirrem->dm_jwork, &dotdotwk, worklist, wk_list); in handle_workitem_remove()
10173 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.c2711 LIST_SWAP(dephd, &blkelm->dephd, worklist, wk_list); in ffs_blkfree()
/freebsd/sys/netinet/
H A Din_pcb.c376 LIST_SWAP(&old_grp->il_pending, &grp->il_pending, inpcb, in in_pcblbgroup_resize()
/freebsd/sys/vm/
H A Duma_core.c1673 LIST_SWAP(&freeslabs, &dom->ud_free_slab, uma_slab, us_link); in keg_drain_domain()