Searched refs:TAILQ_CONCAT (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_lockf.c | 429 TAILQ_CONCAT(&to->lf_blkhd, &from->lf_blkhd, lf_block); in lf_move_blocked() 1493 TAILQ_CONCAT(&wakelock->lf_blkhd, &listhead->lf_blkhd, lf_block); in lf_wakelock()
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | queue.h | 658 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
|
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 3892 TAILQ_CONCAT(&linger_head, &fsw->fsw_linger_head, fe_linger_link); in fsw_process_linger() 3938 TAILQ_CONCAT(&linger_head, &fsw->fsw_linger_head, fe_linger_link); in fsw_process_linger() 3940 TAILQ_CONCAT(&fsw->fsw_linger_head, &linger_head, fe_linger_link); in fsw_process_linger()
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | network_agent.c | 1235 TAILQ_CONCAT(&new_wrapper->token_list, &session->wrapper->token_list, token_chain); in netagent_handle_update_inner()
|
| H A D | ntstat.c | 5506 TAILQ_CONCAT(&cleanup_list, &state->ncs_src_queue, ns_control_link); in nstat_control_disconnect()
|
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_bio.c | 4914 TAILQ_CONCAT(&bufqueues[BQ_EMPTY], &privq, b_freelist); in buffer_cache_gc()
|