Lines Matching refs:t
348 long t; in __mod_zone_page_state() local
361 t = __this_cpu_read(pcp->stat_threshold); in __mod_zone_page_state()
363 if (unlikely(abs(x) > t)) { in __mod_zone_page_state()
379 long t; in __mod_node_page_state() local
397 t = __this_cpu_read(pcp->stat_threshold); in __mod_node_page_state()
399 if (unlikely(abs(x) > t)) { in __mod_node_page_state()
436 s8 v, t; in __inc_zone_state() local
442 t = __this_cpu_read(pcp->stat_threshold); in __inc_zone_state()
443 if (unlikely(v > t)) { in __inc_zone_state()
444 s8 overstep = t >> 1; in __inc_zone_state()
457 s8 v, t; in __inc_node_state() local
465 t = __this_cpu_read(pcp->stat_threshold); in __inc_node_state()
466 if (unlikely(v > t)) { in __inc_node_state()
467 s8 overstep = t >> 1; in __inc_node_state()
492 s8 v, t; in __dec_zone_state() local
498 t = __this_cpu_read(pcp->stat_threshold); in __dec_zone_state()
499 if (unlikely(v < - t)) { in __dec_zone_state()
500 s8 overstep = t >> 1; in __dec_zone_state()
513 s8 v, t; in __dec_node_state() local
521 t = __this_cpu_read(pcp->stat_threshold); in __dec_node_state()
522 if (unlikely(v < - t)) { in __dec_node_state()
523 s8 overstep = t >> 1; in __dec_node_state()
562 long o, n, t, z; in mod_zone_state() local
577 t = this_cpu_read(pcp->stat_threshold); in mod_zone_state()
582 if (abs(n) > t) { in mod_zone_state()
583 int os = overstep_mode * (t >> 1) ; in mod_zone_state()
619 long o, n, t, z; in mod_node_state() local
645 t = this_cpu_read(pcp->stat_threshold); in mod_node_state()
650 if (abs(n) > t) { in mod_node_state()
651 int os = overstep_mode * (t >> 1) ; in mod_node_state()