Searched refs:SLIST_SWAP (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/ |
| H A D | sys-queue-macros.h | 124 #define SLIST_SWAP(head1, head2, type) \ macro
|
| /freebsd/share/man/man3/ |
| H A D | Makefile | 247 queue.3 SLIST_SWAP.3 \
|
| /freebsd/contrib/libarchive/unzip/ |
| H A D | la_queue.h | 271 #define SLIST_SWAP(head1, head2, type) do { \ macro
|
| /freebsd/sys/sys/ |
| H A D | queue.h | 373 #define SLIST_SWAP(head1, head2, type) do { \ macro
|
| /freebsd/sys/kern/ |
| H A D | kern_exec.c | 1510 SLIST_SWAP(&head, &exec_args_kva_freelist, exec_args_kva); in exec_args_kva_lowmem()
|
| H A D | uipc_usrreq.c | 3964 SLIST_SWAP(&unp_defers, &drl, unp_defer); in unp_process_defers()
|