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_load
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
fair.c
8364
rq->
has_blocked_load
= 0;
in update_blocked_load_status()
8939
if (!rq->
has_blocked_load
)
in update_nohz_stats()
8950
return rq->
has_blocked_load
;
in update_nohz_stats()
11002
rq->
has_blocked_load
= 1;
in nohz_balance_enter_idle()
11052
bool
has_blocked_load
= false;
in _nohz_idle_balance()
local
11094
has_blocked_load
= true;
in _nohz_idle_balance()
11100
has_blocked_load
|= update_nohz_stats(rq, true);
in _nohz_idle_balance()
11134
has_blocked_load
|= this_rq->
has_blocked_load
;
in _nohz_idle_balance()
11148
if (
has_blocked_load
)
in _nohz_idle_balance()
[all...]
H
A
D
sched.h
1016
unsigned int
has_blocked_load
;
member
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
fair.c
9517
rq->
has_blocked_load
= 0;
in update_blocked_load_status()
12399
rq->
has_blocked_load
= 1;
in nohz_balance_enter_idle()
12441
if (!rq->
has_blocked_load
)
in update_nohz_stats()
12452
return rq->
has_blocked_load
;
in update_nohz_stats()
12465
bool
has_blocked_load
= false;
in _nohz_idle_balance()
local
12516
has_blocked_load
= true;
in _nohz_idle_balance()
12525
has_blocked_load
|= update_nohz_stats(rq);
in _nohz_idle_balance()
12562
if (
has_blocked_load
)
in _nohz_idle_balance()
H
A
D
sched.h
1083
unsigned int
has_blocked_load
;
member
Completed in 52 milliseconds