Home
last modified time | relevance | path

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

/freebsd-12.1/share/man/man3/
H A DMakefile115 queue.3 SLIST_SWAP.3 \
/freebsd-12.1/sys/sys/
H A Dqueue.h306 #define SLIST_SWAP(head1, head2, type) do { \ macro
/freebsd-12.1/sys/kern/
H A Dkern_exec.c1428 SLIST_SWAP(&head, &exec_args_kva_freelist, exec_args_kva); in exec_args_kva_lowmem()
H A Duipc_usrreq.c2434 SLIST_SWAP(&unp_defers, &drl, unp_defer); in unp_process_defers()