Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dqueue.h255 #define SLIST_SWAP(head1, head2, type) do { \ macro
/f-stack/dpdk/lib/librte_eal/windows/include/sys/
H A Dqueue.h272 #define SLIST_SWAP(head1, head2, type) do { \ macro
/f-stack/freebsd/sys/
H A Dqueue.h302 #define SLIST_SWAP(head1, head2, type) do { \ macro
/f-stack/freebsd/kern/
H A Dkern_exec.c1378 SLIST_SWAP(&head, &exec_args_kva_freelist, exec_args_kva); in exec_args_kva_lowmem()
H A Duipc_usrreq.c2507 SLIST_SWAP(&unp_defers, &drl, unp_defer); in unp_process_defers()