Searched refs:LIST_CONCAT (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/sys/ |
| H A D | queue_mergesort.h | 196 LIST_INSERT_HEAD, LIST_INSERT_AFTER_4, LIST_CONCAT, LIST_REMOVE_HEAD)
|
| H A D | queue.h | 522 #define LIST_CONCAT(head1, head2, type, field) do { \ macro
|
| /freebsd-14.2/contrib/libarchive/unzip/ |
| H A D | la_queue.h | 484 #define LIST_CONCAT(head1, head2, type, field) do { \ macro
|
| /freebsd-14.2/sys/dev/ixl/ |
| H A D | ixl_pf_main.c | 1253 LIST_CONCAT(&tmp, &vsi->ftl, ixl_mac_filter, ftle); in ixl_reconfigure_filters() 1563 LIST_CONCAT(&vsi->ftl, to_add, ixl_mac_filter, ftle); in ixl_add_hw_filters()
|
| /freebsd-14.2/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 12167 LIST_CONCAT(&bmsafemap->sm_freehd, &bmsafemap->sm_freewr, in handle_written_bmsafemap() 12224 LIST_CONCAT(&bmsafemap->sm_newblkhd, &bmsafemap->sm_newblkwr, in handle_written_bmsafemap() 12226 LIST_CONCAT(&bmsafemap->sm_freehd, &bmsafemap->sm_freewr, in handle_written_bmsafemap()
|