Lines Matching refs:t
246 long t; in __mod_zone_page_state() local
250 t = __this_cpu_read(pcp->stat_threshold); in __mod_zone_page_state()
252 if (unlikely(x > t || x < -t)) { in __mod_zone_page_state()
266 long t; in __mod_node_page_state() local
270 t = __this_cpu_read(pcp->stat_threshold); in __mod_node_page_state()
272 if (unlikely(x > t || x < -t)) { in __mod_node_page_state()
307 s8 v, t; in __inc_zone_state() local
310 t = __this_cpu_read(pcp->stat_threshold); in __inc_zone_state()
311 if (unlikely(v > t)) { in __inc_zone_state()
312 s8 overstep = t >> 1; in __inc_zone_state()
323 s8 v, t; in __inc_node_state() local
326 t = __this_cpu_read(pcp->stat_threshold); in __inc_node_state()
327 if (unlikely(v > t)) { in __inc_node_state()
328 s8 overstep = t >> 1; in __inc_node_state()
351 s8 v, t; in __dec_zone_state() local
354 t = __this_cpu_read(pcp->stat_threshold); in __dec_zone_state()
355 if (unlikely(v < - t)) { in __dec_zone_state()
356 s8 overstep = t >> 1; in __dec_zone_state()
367 s8 v, t; in __dec_node_state() local
370 t = __this_cpu_read(pcp->stat_threshold); in __dec_node_state()
371 if (unlikely(v < - t)) { in __dec_node_state()
372 s8 overstep = t >> 1; in __dec_node_state()
409 long o, n, t, z; in mod_zone_state() local
424 t = this_cpu_read(pcp->stat_threshold); in mod_zone_state()
429 if (n > t || n < -t) { in mod_zone_state()
430 int os = overstep_mode * (t >> 1) ; in mod_zone_state()
466 long o, n, t, z; in mod_node_state() local
481 t = this_cpu_read(pcp->stat_threshold); in mod_node_state()
486 if (n > t || n < -t) { in mod_node_state()
487 int os = overstep_mode * (t >> 1) ; in mod_node_state()