Searched refs:LIST_SWAP (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/dev/vmware/vmci/ |
| H A D | vmci_kernel_if.h | 36 #define vmci_list_swap(_l1, _l2, t, f) LIST_SWAP(_l1, _l2, t, f)
|
| /freebsd-13.1/sys/dev/ice/ |
| H A D | ice_osdep.h | 240 LIST_SWAP(old_head, _new_head, ice_list_node, entries); \
|
| /freebsd-13.1/share/man/man3/ |
| H A D | Makefile | 205 queue.3 LIST_SWAP.3 \
|
| /freebsd-13.1/sys/sys/ |
| H A D | queue.h | 612 #define LIST_SWAP(head1, head2, type, field) do { \ macro
|
| /freebsd-13.1/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 6028 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 D | ffs_alloc.c | 2676 LIST_SWAP(dephd, &blkelm->dephd, worklist, wk_list);
|
| /freebsd-13.1/sys/vm/ |
| H A D | uma_core.c | 1620 LIST_SWAP(&freeslabs, &dom->ud_free_slab, uma_slab, us_link); in keg_drain_domain()
|