Searched refs:LIST_INSERT_AFTER (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/bsd/man/man3/
H A DMakefile35 queue.3 LIST_INSERT_AFTER.3 \
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c612 LIST_INSERT_AFTER(frep, frent, fr_next);
847 LIST_INSERT_AFTER(frp, cur, fr_next);
1117 LIST_INSERT_AFTER(frep, frent, fr_next);
1376 LIST_INSERT_AFTER(frp, cur, fr_next);
H A Dif_bridge.c4604 LIST_INSERT_AFTER(lbrt, brt, brt_hash);
/darwin-on-arm/xnu/bsd/sys/
H A Dqueue.h434 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c955 LIST_INSERT_AFTER(fcpl, fwc, chain);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c1042 LIST_INSERT_AFTER(pfp, fp, fm_link);
1459 LIST_INSERT_AFTER(owp, nd, nd_tq);
1477 LIST_INSERT_AFTER(owp, nd, nd_hash);
H A Dnfs_subs.c2873 LIST_INSERT_AFTER(nxfs3, nxfs, nxfs_next);
2932 LIST_INSERT_AFTER(nx3, nx, nx_next);
H A Dnfs_vnops.c5064 * Also note: the LIST_INSERT_AFTER(lastbp) is only safe because
5074 LIST_INSERT_AFTER(lastbp, bp, nb_vnbufs);
5259 * Also note: the LIST_INSERT_AFTER(lastbp) is only safe because
5269 LIST_INSERT_AFTER(lastbp, bp, nb_vnbufs);
H A Dnfs_bio.c3106 LIST_INSERT_AFTER(prevlbp, bp, nb_vnbufs);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c2341 LIST_INSERT_AFTER(parent, child, p_pglist);
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c663 LIST_INSERT_AFTER(p, te, tqe_q);
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c340 LIST_INSERT_AFTER(curelm, elm, field);\

Completed in 219 milliseconds