Searched refs:LIST_SWAP (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.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-12.1/share/man/man3/ |
| H A D | Makefile | 95 queue.3 LIST_SWAP.3 \
|
| /freebsd-12.1/sys/kern/ |
| H A D | subr_gtaskqueue.c | 921 LIST_SWAP(>ask_head, &qgroup->tqg_queue[0].tgc_tasks, in taskqgroup_config_init() 962 LIST_SWAP(>ask_head, &qgroup->tqg_queue[0].tgc_tasks, in _taskqgroup_adjust()
|
| /freebsd-12.1/sys/sys/ |
| H A D | queue.h | 609 #define LIST_SWAP(head1, head2, type, field) do { \ macro
|
| /freebsd-12.1/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 5639 LIST_SWAP(&freefrag->ff_jwork, &wkhd, worklist, wk_list); 9835 LIST_SWAP(&dirrem->dm_jwork, &dotdotwk, worklist, wk_list); 9949 LIST_SWAP(&freefile->fx_jwork, &wkhd, worklist, wk_list); 10997 LIST_SWAP(&bmsafemap->sm_inodedephd, &bmsafemap->sm_inodedepwr, 10999 LIST_SWAP(&bmsafemap->sm_newblkhd, &bmsafemap->sm_newblkwr, 11001 LIST_SWAP(&bmsafemap->sm_freehd, &bmsafemap->sm_freewr, worklist,
|
| H A D | ffs_alloc.c | 2621 LIST_SWAP(dephd, &blkelm->dephd, worklist, wk_list);
|