Lines Matching refs:nrequests

119 			bin->stats.nrequests += tbin->tstats.nrequests;  in tcache_bin_flush_small()
120 tbin->tstats.nrequests = 0; in tcache_bin_flush_small()
156 bin->stats.nrequests += tbin->tstats.nrequests; in tcache_bin_flush_small()
157 tbin->tstats.nrequests = 0; in tcache_bin_flush_small()
201 tbin->tstats.nrequests; in tcache_bin_flush_large()
202 arena->stats.lstats[binind - NBINS].nrequests += in tcache_bin_flush_large()
203 tbin->tstats.nrequests; in tcache_bin_flush_large()
204 tbin->tstats.nrequests = 0; in tcache_bin_flush_large()
238 arena->stats.nrequests_large += tbin->tstats.nrequests; in tcache_bin_flush_large()
239 arena->stats.lstats[binind - NBINS].nrequests += in tcache_bin_flush_large()
240 tbin->tstats.nrequests; in tcache_bin_flush_large()
241 tbin->tstats.nrequests = 0; in tcache_bin_flush_large()
366 if (config_stats && tbin->tstats.nrequests != 0) { in tcache_destroy()
369 bin->stats.nrequests += tbin->tstats.nrequests; in tcache_destroy()
378 if (config_stats && tbin->tstats.nrequests != 0) { in tcache_destroy()
380 arena->stats.nrequests_large += tbin->tstats.nrequests; in tcache_destroy()
381 arena->stats.lstats[i - NBINS].nrequests += in tcache_destroy()
382 tbin->tstats.nrequests; in tcache_destroy()
428 bin->stats.nrequests += tbin->tstats.nrequests; in tcache_stats_merge()
430 tbin->tstats.nrequests = 0; in tcache_stats_merge()
436 arena->stats.nrequests_large += tbin->tstats.nrequests; in tcache_stats_merge()
437 lstats->nrequests += tbin->tstats.nrequests; in tcache_stats_merge()
438 tbin->tstats.nrequests = 0; in tcache_stats_merge()