Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:has_blocked
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
5993
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