Home
last modified time | relevance | path

Searched refs:next_blocked (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c5995 unsigned long next_blocked; /* Next update of blocked load in jiffies */ member
9564 WRITE_ONCE(nohz.next_blocked, jiffies + msecs_to_jiffies(LOAD_AVG_PERIOD)); in update_sd_lb_stats()
10845 if (READ_ONCE(nohz.has_blocked) && time_after(now, READ_ONCE(nohz.next_blocked))) { in nohz_balancer_kick()
11161 WRITE_ONCE(nohz.next_blocked, now + msecs_to_jiffies(LOAD_AVG_PERIOD)); in _nohz_idle_balance()
11216 if (!READ_ONCE(nohz.has_blocked) || time_before(jiffies, READ_ONCE(nohz.next_blocked))) { in nohz_newidle_balance()
12158 nohz.next_blocked = jiffies; in init_sched_fair_class()

Completed in 15 milliseconds