Searched refs:counts (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c957 // send one last counts notification
1295 // send one last counts notification
1503 nstat_msg_src_counts counts; local
1507 counts.hdr.type = NSTAT_MSG_TYPE_SRC_COUNTS;
1508 counts.hdr.context = context;
1509 counts.srcref = src->srcref;
1510 bzero(&counts.counts, sizeof(counts.counts));
[all...]
H A Dntstat.h283 nstat_counts counts; member in struct:nstat_msg_src_counts
H A Dkpi_interface.h2064 @param counts A pointer to a structure containing the amount to
2065 increment each counter by. Any counts not appearing in the
2070 const struct ifnet_stat_increment_param *counts);
2076 function allows a driver to update the inbound interface counts.
2077 The most efficient time to update these counts is when calling
2080 A lock protects the counts, this makes the increment functions
2097 counts.
2099 A lock protects the counts, this makes the increment functions
2121 @param counts The new stats values.
2344 have their reference counts bumpe
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c3980 int counts[MAXBSIZE/CLBYTES+1]; local
3987 counts[j] = 0;
3992 counts[bp->b_bufsize/CLBYTES]++;
3999 if (counts[j] != 0)
4000 printf(", %d-%d", j * CLBYTES, counts[j]);

Completed in 88 milliseconds