Searched refs:TAILQ_CONCAT (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.61.12/bsd/kern/ ! |
| H A D | kern_lockf.c | 426 TAILQ_CONCAT(&to->lf_blkhd, &from->lf_blkhd, lf_block); in lf_move_blocked() 1490 TAILQ_CONCAT(&wakelock->lf_blkhd, &listhead->lf_blkhd, lf_block); in lf_wakelock()
|
| /xnu-12377.61.12/bsd/sys/ ! |
| H A D | queue.h | 653 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
|
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/ ! |
| H A D | fsw_dp.c | 5105 TAILQ_CONCAT(&linger_head, &fsw->fsw_linger_head, fe_linger_link); in fsw_process_linger() 5149 TAILQ_CONCAT(&linger_head, &fsw->fsw_linger_head, fe_linger_link); in fsw_process_linger() 5151 TAILQ_CONCAT(&fsw->fsw_linger_head, &linger_head, fe_linger_link); in fsw_process_linger() 5174 TAILQ_CONCAT(&rxstrc_head, &fsw->fsw_rxstrc_head, fe_rxstrc_link); in fsw_process_rxstrc()
|
| /xnu-12377.61.12/bsd/net/ ! |
| H A D | network_agent.c | 1463 TAILQ_CONCAT(&new_registration->token_list, ®istration->token_list, token_chain); in netagent_handle_update_inner()
|
| H A D | ntstat.c | 6027 TAILQ_CONCAT(&cleanup_list, &client->ntc_src_queue, nts_client_link); in nstat_client_disconnect()
|
| /xnu-12377.61.12/bsd/vfs/ ! |
| H A D | vfs_bio.c | 5101 TAILQ_CONCAT(&bufqueues[BQ_EMPTY], &privq, b_freelist); in buffer_cache_gc()
|