Searched refs:SLIST_CONCAT (Results 1 – 7 of 7) sorted by relevance
| /src/sys/sys/ |
| H A D | queue_mergesort.h | 188 SLIST_INSERT_HEAD, SLIST_INSERT_AFTER_4, SLIST_CONCAT, SLIST_REMOVE_HEAD)
|
| H A D | queue.h | 275 #define SLIST_CONCAT(head1, head2, type, field) do { \ macro
|
| /src/tests/sys/sys/ |
| H A D | queue_test.c | 210 SLIST_CONCAT(first, second, slist_id_elem, ie_entry)
|
| /src/contrib/libarchive/unzip/ |
| H A D | la_queue.h | 184 #define SLIST_CONCAT(head1, head2, type, field) do { \ macro
|
| /src/sys/netinet6/ |
| H A D | in6_mcast.c | 561 SLIST_CONCAT(&in6m_free_list, inmh, in6_multi, in6m_nrele); in in6m_release_list_deferred() 645 SLIST_CONCAT(&in6m_free_tmp, &in6m_free_list, in6_multi, in6m_nrele); in in6m_release_task()
|
| /src/sys/netinet/ |
| H A D | in_mcast.c | 246 SLIST_CONCAT(&inm_free_list, inmh, in_multi, inm_nrele); in inm_release_list_deferred() 307 SLIST_CONCAT(&inm_free_tmp, &inm_free_list, in_multi, inm_nrele); in inm_release_task()
|
| /src/sys/netpfil/ipfw/ |
| H A D | ip_fw_dynamic.c | 2389 SLIST_CONCAT(&V_dyn_expired_ipv4, &expired_ipv4, in dyn_expire_states() 2392 SLIST_CONCAT(&V_dyn_expired_ipv6, &expired_ipv6, in dyn_expire_states()
|