Searched refs:TAILQ_CONCAT (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_lockf.c349 TAILQ_CONCAT(&to->lf_blkhd, &from->lf_blkhd, lf_block);
1196 TAILQ_CONCAT(&wakelock->lf_blkhd, &listhead->lf_blkhd, lf_block);
/darwin-on-arm/xnu/bsd/sys/
H A Dqueue.h505 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c350 TAILQ_CONCAT(&iodq, &nmp->nm_iodq, r_achain);
H A Dnfs_socket.c2092 TAILQ_CONCAT(&cb_socks, &nfs4_cb_socks, ncbs_link);
H A Dnfs_vfsops.c4316 TAILQ_CONCAT(&iodq, &nmp->nm_iodq, r_achain);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c4389 TAILQ_CONCAT(&bufqueues[BQ_EMPTY], &privq, b_freelist);

Completed in 114 milliseconds