Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/share/man/man3/
H A DMakefile95 queue.3 LIST_SWAP.3 \
/freebsd-12.1/sys/kern/
H A Dsubr_gtaskqueue.c921 LIST_SWAP(&gtask_head, &qgroup->tqg_queue[0].tgc_tasks, in taskqgroup_config_init()
962 LIST_SWAP(&gtask_head, &qgroup->tqg_queue[0].tgc_tasks, in _taskqgroup_adjust()
/freebsd-12.1/sys/sys/
H A Dqueue.h609 #define LIST_SWAP(head1, head2, type, field) do { \ macro
/freebsd-12.1/sys/ufs/ffs/
H A Dffs_softdep.c5639 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 Dffs_alloc.c2621 LIST_SWAP(dephd, &blkelm->dephd, worklist, wk_list);