Home
last modified time | relevance | path

Searched refs:mbuf_class_under_pressure (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1501 extern bool mbuf_class_under_pressure(struct mbuf *m);
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c1276 mbuf_class_under_pressure(struct mbuf *m) in mbuf_class_under_pressure() function
H A Duipc_mbuf_mcache.c933 mbuf_class_under_pressure(struct mbuf *m) in mbuf_class_under_pressure() function
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_input.c577 if (mbuf_class_under_pressure(tmp)) { in tcp_reass()