Home
last modified time | relevance | path

Searched refs:SLIST_SWAP (Results 1 – 5 of 5) sorted by relevance

/freebsd/share/man/man3/
H A DMakefile247 queue.3 SLIST_SWAP.3 \
/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h271 #define SLIST_SWAP(head1, head2, type) do { \ macro
/freebsd/sys/sys/
H A Dqueue.h373 #define SLIST_SWAP(head1, head2, type) do { \ macro
/freebsd/sys/kern/
H A Dkern_exec.c1511 SLIST_SWAP(&head, &exec_args_kva_freelist, exec_args_kva); in exec_args_kva_lowmem()
H A Duipc_usrreq.c3943 SLIST_SWAP(&unp_defers, &drl, unp_defer); in unp_process_defers()