Searched refs:LIST_SWAP (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/dev/vmware/vmci/ |
| H A D | vmci_kernel_if.h | 34 #define vmci_list_swap(_l1, _l2, t, f) LIST_SWAP(_l1, _l2, t, f)
|
| /freebsd/sys/dev/ice/ |
| H A D | ice_osdep.h | 241 LIST_SWAP(old_head, _new_head, ice_list_node, entries); \
|
| /freebsd/share/man/man3/ |
| H A D | Makefile | 225 queue.3 LIST_SWAP.3 \
|
| /freebsd/contrib/libarchive/unzip/ |
| H A D | la_queue.h | 574 #define LIST_SWAP(head1, head2, type, field) do { \ macro
|
| /freebsd/sys/sys/ |
| H A D | queue.h | 784 #define LIST_SWAP(head1, head2, type, field) do { \ macro
|
| /freebsd/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 5863 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 D | ffs_alloc.c | 2711 LIST_SWAP(dephd, &blkelm->dephd, worklist, wk_list); in ffs_blkfree()
|
| /freebsd/sys/netinet/ |
| H A D | in_pcb.c | 376 LIST_SWAP(&old_grp->il_pending, &grp->il_pending, inpcb, in in_pcblbgroup_resize()
|
| /freebsd/sys/vm/ |
| H A D | uma_core.c | 1673 LIST_SWAP(&freeslabs, &dom->ud_free_slab, uma_slab, us_link); in keg_drain_domain()
|