Lines Matching refs:t
351 long t; in __mod_zone_page_state() local
364 t = __this_cpu_read(pcp->stat_threshold); in __mod_zone_page_state()
366 if (unlikely(abs(x) > t)) { in __mod_zone_page_state()
382 long t; in __mod_node_page_state() local
400 t = __this_cpu_read(pcp->stat_threshold); in __mod_node_page_state()
402 if (unlikely(abs(x) > t)) { in __mod_node_page_state()
439 s8 v, t; in __inc_zone_state() local
445 t = __this_cpu_read(pcp->stat_threshold); in __inc_zone_state()
446 if (unlikely(v > t)) { in __inc_zone_state()
447 s8 overstep = t >> 1; in __inc_zone_state()
460 s8 v, t; in __inc_node_state() local
468 t = __this_cpu_read(pcp->stat_threshold); in __inc_node_state()
469 if (unlikely(v > t)) { in __inc_node_state()
470 s8 overstep = t >> 1; in __inc_node_state()
495 s8 v, t; in __dec_zone_state() local
501 t = __this_cpu_read(pcp->stat_threshold); in __dec_zone_state()
502 if (unlikely(v < - t)) { in __dec_zone_state()
503 s8 overstep = t >> 1; in __dec_zone_state()
516 s8 v, t; in __dec_node_state() local
524 t = __this_cpu_read(pcp->stat_threshold); in __dec_node_state()
525 if (unlikely(v < - t)) { in __dec_node_state()
526 s8 overstep = t >> 1; in __dec_node_state()
565 long n, t, z; in mod_zone_state() local
582 t = this_cpu_read(pcp->stat_threshold); in mod_zone_state()
586 if (abs(n) > t) { in mod_zone_state()
587 int os = overstep_mode * (t >> 1) ; in mod_zone_state()
623 long n, t, z; in mod_node_state() local
651 t = this_cpu_read(pcp->stat_threshold); in mod_node_state()
655 if (abs(n) > t) { in mod_node_state()
656 int os = overstep_mode * (t >> 1) ; in mod_node_state()