Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c5993 int has_blocked; /* Idle CPUS has blocked load */ member
8379 static inline void update_blocked_load_status(struct rq *rq, bool has_blocked) in update_blocked_load_status() argument
8383 if (!has_blocked) { in update_blocked_load_status()
8396 static inline void update_blocked_load_status(struct rq *rq, bool has_blocked) in update_blocked_load_status() argument
9521 if (env->idle == CPU_NEWLY_IDLE && READ_ONCE(nohz.has_blocked)) { in update_sd_lb_stats()
10845 if (READ_ONCE(nohz.has_blocked) && time_after(now, READ_ONCE(nohz.next_blocked))) { in nohz_balancer_kick()
11021 * meantime. We set the nohz.has_blocked flag to trig a check of the in nohz_balance_enter_idle()
11023 * of nohz.has_blocked can only happen after checking the new load in nohz_balance_enter_idle()
11041 * @idle_cpus_mask store, it must observe the @has_blocked in nohz_balance_enter_idle()
11053 WRITE_ONCE(nohz.has_blocked, in nohz_balance_enter_idle()
[all...]

Completed in 14 milliseconds