• Home
  • Raw
  • Download

Lines Matching refs:nrequests

124 			bin->stats.nrequests += tbin->tstats.nrequests;  in tcache_bin_flush_small()
125 tbin->tstats.nrequests = 0; in tcache_bin_flush_small()
161 bin->stats.nrequests += tbin->tstats.nrequests; in tcache_bin_flush_small()
162 tbin->tstats.nrequests = 0; in tcache_bin_flush_small()
206 tbin->tstats.nrequests; in tcache_bin_flush_large()
207 arena->stats.lstats[binind - NBINS].nrequests += in tcache_bin_flush_large()
208 tbin->tstats.nrequests; in tcache_bin_flush_large()
209 tbin->tstats.nrequests = 0; in tcache_bin_flush_large()
244 arena->stats.nrequests_large += tbin->tstats.nrequests; in tcache_bin_flush_large()
245 arena->stats.lstats[binind - NBINS].nrequests += in tcache_bin_flush_large()
246 tbin->tstats.nrequests; in tcache_bin_flush_large()
247 tbin->tstats.nrequests = 0; in tcache_bin_flush_large()
373 if (config_stats && tbin->tstats.nrequests != 0) { in tcache_destroy()
376 bin->stats.nrequests += tbin->tstats.nrequests; in tcache_destroy()
385 if (config_stats && tbin->tstats.nrequests != 0) { in tcache_destroy()
387 arena->stats.nrequests_large += tbin->tstats.nrequests; in tcache_destroy()
388 arena->stats.lstats[i - NBINS].nrequests += in tcache_destroy()
389 tbin->tstats.nrequests; in tcache_destroy()
436 bin->stats.nrequests += tbin->tstats.nrequests; in tcache_stats_merge()
438 tbin->tstats.nrequests = 0; in tcache_stats_merge()
444 arena->stats.nrequests_large += tbin->tstats.nrequests; in tcache_stats_merge()
445 lstats->nrequests += tbin->tstats.nrequests; in tcache_stats_merge()
446 tbin->tstats.nrequests = 0; in tcache_stats_merge()