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:idle_active
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/kernel/time/
H
A
D
tick-sched.c
603
if (ts->
idle_active
) {
in update_ts_time_stats()
620
ts->
idle_active
= 0;
in tick_nohz_stop_idle()
628
ts->
idle_active
= 1;
in tick_nohz_start_idle()
659
if (ts->
idle_active
&& !nr_iowait_cpu(cpu)) {
in get_cpu_idle_time_us()
700
if (ts->
idle_active
&& nr_iowait_cpu(cpu) > 0) {
in get_cpu_iowait_time_us()
1241
bool
idle_active
, tick_stopped;
in tick_nohz_idle_exit()
local
1250
idle_active
= ts->
idle_active
;
in tick_nohz_idle_exit()
1253
if (
idle_active
|| tick_stopped)
in tick_nohz_idle_exit()
1256
if (
idle_active
)
in tick_nohz_idle_exit()
[all...]
H
A
D
tick-sched.h
31
* @
idle_active
: Indicator that the CPU is actively in the tick idle mode;
62
unsigned int
idle_active
: 1;
member
/kernel/linux/linux-6.6/kernel/time/
H
A
D
tick-sched.c
665
if (WARN_ON_ONCE(!ts->
idle_active
))
in tick_nohz_stop_idle()
677
ts->
idle_active
= 0;
in tick_nohz_stop_idle()
687
ts->
idle_active
= 1;
in tick_nohz_start_idle()
709
if (ts->
idle_active
&& compute_delta) {
in get_cpu_sleep_time_us()
1342
bool
idle_active
, tick_stopped;
in tick_nohz_idle_exit()
local
1351
idle_active
= ts->
idle_active
;
in tick_nohz_idle_exit()
1354
if (
idle_active
|| tick_stopped)
in tick_nohz_idle_exit()
1357
if (
idle_active
)
in tick_nohz_idle_exit()
1437
if (!ts->
idle_active
in tick_nohz_irq_enter()
[all...]
H
A
D
tick-sched.h
28
* @
idle_active
: Indicator that the CPU is actively in the tick idle mode;
62
unsigned int
idle_active
: 1;
member
Completed in 5 milliseconds