Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dsys-queue-macros.h124 #define SLIST_SWAP(head1, head2, type) \ macro
/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.c1510 SLIST_SWAP(&head, &exec_args_kva_freelist, exec_args_kva); in exec_args_kva_lowmem()
H A Duipc_usrreq.c3964 SLIST_SWAP(&unp_defers, &drl, unp_defer); in unp_process_defers()