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(x > t || x < -t)) { in __mod_zone_page_state()
342 long t; in __mod_node_page_state() local
346 t = __this_cpu_read(pcp->stat_threshold); in __mod_node_page_state()
348 if (unlikely(x > t || x < -t)) { in __mod_node_page_state()
383 s8 v, t; in __inc_zone_state() local
386 t = __this_cpu_read(pcp->stat_threshold); in __inc_zone_state()
387 if (unlikely(v > t)) { in __inc_zone_state()
388 s8 overstep = t >> 1; in __inc_zone_state()
399 s8 v, t; in __inc_node_state() local
402 t = __this_cpu_read(pcp->stat_threshold); in __inc_node_state()
403 if (unlikely(v > t)) { in __inc_node_state()
404 s8 overstep = t >> 1; in __inc_node_state()
427 s8 v, t; in __dec_zone_state() local
430 t = __this_cpu_read(pcp->stat_threshold); in __dec_zone_state()
431 if (unlikely(v < - t)) { in __dec_zone_state()
432 s8 overstep = t >> 1; in __dec_zone_state()
443 s8 v, t; in __dec_node_state() local
446 t = __this_cpu_read(pcp->stat_threshold); in __dec_node_state()
447 if (unlikely(v < - t)) { in __dec_node_state()
448 s8 overstep = t >> 1; in __dec_node_state()
485 long o, n, t, z; in mod_zone_state() local
500 t = this_cpu_read(pcp->stat_threshold); in mod_zone_state()
505 if (n > t || n < -t) { in mod_zone_state()
506 int os = overstep_mode * (t >> 1) ; in mod_zone_state()
542 long o, n, t, z; in mod_node_state() local
557 t = this_cpu_read(pcp->stat_threshold); in mod_node_state()
562 if (n > t || n < -t) { in mod_node_state()
563 int os = overstep_mode * (t >> 1) ; in mod_node_state()