/src/usr.sbin/altq/altqstat/ |
qdisc_jobs.c | 80 struct class_stats stats1[JOBS_MAXPRI], stats2[JOBS_MAXPRI]; local in function:jobs_stat_loop 92 new = &stats1[0];
|
qdisc_priq.c | 52 struct priq_classstats stats1[PRIQ_MAXPRI], stats2[PRIQ_MAXPRI]; local in function:priq_stat_loop 64 new = &stats1[0];
|
qdisc_hfsc.c | 55 struct hfsc_classstats stats1[NCLASSES], stats2[NCLASSES]; local in function:hfsc_stat_loop 69 new = &stats1[0];
|
qdisc_cbq.c | 62 class_stats_t stats1[NCLASSES], stats2[NCLASSES]; local in function:cbq_stat_loop 75 new = &stats1[0];
|
qdisc_cdnr.c | 60 struct tce_stats stats1[NELEMENTS], stats2[NELEMENTS]; local in function:cdnr_stat_loop 78 new = &stats1[0]; 82 stats1[i].tce_handle = stats2[i].tce_handle = CDNR_NULL_HANDLE;
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
asan_mac_test.cc | 226 malloc_statistics_t stats1, stats2; local in function:TEST 227 malloc_zone_statistics(/*all zones*/NULL, &stats1); 231 EXPECT_GT(stats2.blocks_in_use, stats1.blocks_in_use); 232 EXPECT_GE(stats2.size_in_use - stats1.size_in_use, kMallocSize);
|
/src/sys/dev/pci/cxgb/ |
cxgb_vsc7323.c | 294 u32 stats0[NSTATS0], stats1[NSTATS1]; local in function:t3_vsc7323_update_stats 302 stats1, NSTATS1); 350 RMON_UPDATE(mac, tx_frames_64, stats1[36 - STATS1_START]); 351 RMON_UPDATE(mac, tx_frames_65_127, stats1[37 - STATS1_START]); 352 RMON_UPDATE(mac, tx_frames_128_255, stats1[38 - STATS1_START]); 353 RMON_UPDATE(mac, tx_frames_256_511, stats1[39 - STATS1_START]); 354 RMON_UPDATE(mac, tx_frames_512_1023, stats1[40 - STATS1_START]); 355 RMON_UPDATE(mac, tx_frames_1024_1518, stats1[41 - STATS1_START]); 356 RMON_UPDATE(mac, tx_frames_1519_max, stats1[42 - STATS1_START]);
|