Lines Matching refs:t
322 long t; in __mod_zone_page_state() local
326 t = __this_cpu_read(pcp->stat_threshold); in __mod_zone_page_state()
328 if (unlikely(abs(x) > t)) { in __mod_zone_page_state()
342 long t; in __mod_node_page_state() local
351 t = __this_cpu_read(pcp->stat_threshold); in __mod_node_page_state()
353 if (unlikely(abs(x) > t)) { in __mod_node_page_state()
388 s8 v, t; in __inc_zone_state() local
391 t = __this_cpu_read(pcp->stat_threshold); in __inc_zone_state()
392 if (unlikely(v > t)) { in __inc_zone_state()
393 s8 overstep = t >> 1; in __inc_zone_state()
404 s8 v, t; in __inc_node_state() local
409 t = __this_cpu_read(pcp->stat_threshold); in __inc_node_state()
410 if (unlikely(v > t)) { in __inc_node_state()
411 s8 overstep = t >> 1; in __inc_node_state()
434 s8 v, t; in __dec_zone_state() local
437 t = __this_cpu_read(pcp->stat_threshold); in __dec_zone_state()
438 if (unlikely(v < - t)) { in __dec_zone_state()
439 s8 overstep = t >> 1; in __dec_zone_state()
450 s8 v, t; in __dec_node_state() local
455 t = __this_cpu_read(pcp->stat_threshold); in __dec_node_state()
456 if (unlikely(v < - t)) { in __dec_node_state()
457 s8 overstep = t >> 1; in __dec_node_state()
494 long o, n, t, z; in mod_zone_state() local
509 t = this_cpu_read(pcp->stat_threshold); in mod_zone_state()
514 if (abs(n) > t) { in mod_zone_state()
515 int os = overstep_mode * (t >> 1) ; in mod_zone_state()
551 long o, n, t, z; in mod_node_state() local
571 t = this_cpu_read(pcp->stat_threshold); in mod_node_state()
576 if (abs(n) > t) { in mod_node_state()
577 int os = overstep_mode * (t >> 1) ; in mod_node_state()