Searched refs:LIST_SWAP (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/share/man/man3/
H A DMakefile57 queue.3 LIST_SWAP.3 \
/freebsd-9.3-release/sys/sys/
H A Dqueue.h476 #define LIST_SWAP(head1, head2, type, field) do { \ macro
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_softdep.c5460 LIST_SWAP(&freefrag->ff_jwork, &wkhd, worklist, wk_list);
9548 LIST_SWAP(&dirrem->dm_jwork, &dotdotwk, worklist, wk_list);
9662 LIST_SWAP(&freefile->fx_jwork, &wkhd, worklist, wk_list);
10679 LIST_SWAP(&bmsafemap->sm_inodedephd, &bmsafemap->sm_inodedepwr,
10681 LIST_SWAP(&bmsafemap->sm_newblkhd, &bmsafemap->sm_newblkwr,
10683 LIST_SWAP(&bmsafemap->sm_freehd, &bmsafemap->sm_freewr, worklist,
H A Dffs_alloc.c2310 LIST_SWAP(dephd, &tp->dephd, worklist, wk_list);

Completed in 142 milliseconds