Searched refs:TAILQ_FOREACH_SAFE (Results 1 - 20 of 20) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_timer.c145 TAILQ_FOREACH_SAFE(mpp, &mppi->mppi_pcbs, mpp_entry, tmpp) {
H A Din_tclass.c165 TAILQ_FOREACH_SAFE(tfp, &tfp_head, tfp_link, tvar) {
210 TAILQ_FOREACH_SAFE(tfp, &tfp_head, tfp_link, tvar) {
H A Dmptcp_subr.c530 TAILQ_FOREACH_SAFE(mpo, &mpte->mpte_sopts, mpo_entry, tmpo) {
669 TAILQ_FOREACH_SAFE(mpo, &mpte->mpte_sopts, mpo_entry, tmpo) {
2966 TAILQ_FOREACH_SAFE(mpp, &mppi->mppi_pcbs, mpp_entry, tmpp) {
3019 TAILQ_FOREACH_SAFE(mpts,
3130 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) {
3203 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) {
3263 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) {
H A Dtcp_timer.c519 TAILQ_FOREACH_SAFE(tw_tp, &tcp_tw_tailq, t_twentry, tw_ntp) {
H A Dtcp_input.c5056 TAILQ_FOREACH_SAFE(so, &head->so_incomp, so_list, sonext) {
/xnu-2422.115.4/bsd/hfs/
H A Drangelist.c51 TAILQ_FOREACH_SAFE(rangelist, entry, rl_link, next) { function
H A Dhfs_link.c1149 TAILQ_FOREACH_SAFE(origin, &cp->c_originlist, lo_link, prev) {
1167 TAILQ_FOREACH_SAFE(origin, &cp->c_originlist, lo_link, prev) {
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_node.c910 TAILQ_FOREACH_SAFE(nflp, &np->n_locks, nfl_link, nextnflp) {
928 TAILQ_FOREACH_SAFE(nlop, &np->n_lock_owners, nlo_link, nextnlop) {
937 TAILQ_FOREACH_SAFE(nofp, &np->n_opens, nof_link, nextnofp) {
H A Dnfs_syscalls.c356 TAILQ_FOREACH_SAFE(req, &iodq, r_achain, treq) {
H A Dnfs4_vnops.c3859 TAILQ_FOREACH_SAFE(nflp, &np->n_locks, nfl_link, nextnflp) {
3924 TAILQ_FOREACH_SAFE(nflp, &np->n_locks, nfl_link, nextnflp) {
4015 TAILQ_FOREACH_SAFE(nflp, &np->n_locks, nfl_link, nextnflp) {
4102 TAILQ_FOREACH_SAFE(nflp, &np->n_locks, nfl_link, nextnflp) {
5692 TAILQ_FOREACH_SAFE(nflp, &nlop->nlo_locks, nfl_lolink, nextnflp) {
5758 TAILQ_FOREACH_SAFE(nflp, &np->n_locks, nfl_link, nextnflp) {
H A Dnfs4_subs.c2611 TAILQ_FOREACH_SAFE(nflp, &nlop->nlo_locks, nfl_lolink, nextnflp) {
2675 TAILQ_FOREACH_SAFE(np, &nmp->nm_delegations, n_dlink, nextnp) {
H A Dnfs_socket.c627 TAILQ_FOREACH_SAFE(nso, &nss->nss_socklist, nso_link, nsonext) {
911 TAILQ_FOREACH_SAFE(nso, &nss->nss_socklist, nso_link, nsonext) {
2262 TAILQ_FOREACH_SAFE(ncbsp, &nfs4_cb_socks, ncbs_link, nextncbsp) {
H A Dnfs_vfsops.c4363 TAILQ_FOREACH_SAFE(req, &iodq, r_achain, treq) {
4380 TAILQ_FOREACH_SAFE(noop, &nmp->nm_open_owners, noo_link, nextnoop) {
/xnu-2422.115.4/bsd/kern/
H A Duipc_domain.c322 TAILQ_FOREACH_SAFE(dp1, &domains, dom_entry, dp2) {
336 TAILQ_FOREACH_SAFE(pp1, &dp1->dom_protosw, pr_entry, pp2) {
H A Dkpi_socketfilter.c966 TAILQ_FOREACH_SAFE(se, &dst_sl->sl_head, se_link, tse) {
H A Duipc_socket.c5110 TAILQ_FOREACH_SAFE(se, &sl->sl_head, se_link, tse) {
5148 TAILQ_FOREACH_SAFE(src_se, &src_sl->sl_head, se_link, tse) {
/xnu-2422.115.4/bsd/sys/
H A Dqueue.h580 #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ macro
/xnu-2422.115.4/bsd/netinet6/
H A Dnd6_prproxy.c1466 TAILQ_FOREACH_SAFE(ssrc, &soltgt->soltgt_q, solsrc_tqe, tssrc) {
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c1109 TAILQ_FOREACH_SAFE(ut, &info->throttle_uthlist[level], uu_throttlelist, utlist) {
/xnu-2422.115.4/bsd/net/
H A Dbridgestp.c2372 TAILQ_FOREACH_SAFE(bt, &bstp_task_queue, bt_next, tvar) {

Completed in 262 milliseconds