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

/xnu-2782.1.97/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.c1195 bzero(&inp->pstats, sizeof (inp->pstats));
3242 inp->pstats.ifi_poll_packets += inp->tstats.packets;
3246 inp->pstats.ifi_poll_bytes += inp->tstats.bytes;
5032 bzero(&dl_inp->pstats, sizeof (dl_inp->pstats));
H A Dif.c3761 bcopy(&ifp->if_inp->pstats, if_rs, sizeof (*if_rs));
/xnu-2782.1.97/bsd/sys/
H A Dresourcevar.h73 struct pstats { struct
H A Dproc_internal.h244 struct pstats *p_stats; /* Accounting/statistics (PL). */
/xnu-2782.1.97/bsd/kern/
H A Dbsd_init.c212 struct pstats pstats0;
H A Dkern_malloc.c185 "pstats", /* 42 M_SUBPROC */
389 { SOS(pstats), KMZ_CREATEZONE, TRUE }, /* 42 M_PSTATS */
H A Dkern_fork.c1134 MALLOC_ZONE(child_proc->p_stats, struct pstats *,

Completed in 69 milliseconds