Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dfair.c6911 int has_blocked; /* Idle CPUS has blocked load */
9283 static inline void update_blocked_load_status(struct rq *rq, bool has_blocked) in update_blocked_load_status()
9285 if (!has_blocked) in update_blocked_load_status()
9292 static inline void update_blocked_load_status(struct rq *rq, bool has_blocked) {}
11890 if (READ_ONCE(nohz.has_blocked) && in nohz_balancer_kick()
12057 * meantime. We set the nohz.has_blocked flag to trig a check of the in nohz_balance_enter_idle()
12059 * of nohz.has_blocked can only happen after checking the new load in nohz_balance_enter_idle()
12075 * @idle_cpus_mask store, it must observe the @has_blocked in nohz_balance_enter_idle()
12088 WRITE_ONCE(nohz.has_blocked, 1);
12129 * the has_blocked fla in _nohz_idle_balance()
6909 int has_blocked; /* Idle CPUS has blocked load */ global() member
9281 update_blocked_load_status(struct rq * rq,bool has_blocked) update_blocked_load_status() argument
9290 update_blocked_load_status(struct rq * rq,bool has_blocked) update_blocked_load_status() argument
[all...]