Searched refs:pstats (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Ddlil.h149 struct if_rxpoll_stats pstats; /* polling statistics */ member in struct:dlil_threading_info
150 #define rxpoll_offreq pstats.ifi_poll_off_req
151 #define rxpoll_offerr pstats.ifi_poll_off_err
152 #define rxpoll_onreq pstats.ifi_poll_on_req
153 #define rxpoll_onerr pstats.ifi_poll_on_err
154 #define rxpoll_wavg pstats.ifi_poll_wakeups_avg
155 #define rxpoll_wlowat pstats.ifi_poll_wakeups_lowat
156 #define rxpoll_whiwat pstats.ifi_poll_wakeups_hiwat
157 #define rxpoll_pavg pstats.ifi_poll_packets_avg
158 #define rxpoll_pmin pstats
[all...]
H A Ddlil.c1023 bzero(&inp->pstats, sizeof (inp->pstats));
2803 inp->pstats.ifi_poll_packets += inp->tstats.packets;
2807 inp->pstats.ifi_poll_bytes += inp->tstats.bytes;
4439 bzero(&dl_inp->pstats, sizeof (dl_inp->pstats));
H A Dif.c3549 bcopy(&ifp->if_inp->pstats, if_rs, sizeof (*if_rs));
/darwin-on-arm/xnu/bsd/sys/
H A Dresourcevar.h73 struct pstats { struct
H A Dproc_internal.h242 struct pstats *p_stats; /* Accounting/statistics (PL). */
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_malloc.c183 "pstats", /* 42 M_SUBPROC */
369 { SOS(pstats), KMZ_CREATEZONE, TRUE }, /* 42 M_PSTATS */
H A Dbsd_init.c203 struct pstats pstats0;
H A Dkern_fork.c1102 MALLOC_ZONE(child_proc->p_stats, struct pstats *,

Completed in 41 milliseconds