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:nr_switches
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
debug.c
712
P(
nr_switches
);
in print_cpu()
943
unsigned long
nr_switches
;
in proc_sched_show_task()
local
958
nr_switches
= p->nvcsw + p->nivcsw;
in proc_sched_show_task()
998
if (
nr_switches
)
in proc_sched_show_task()
999
avg_atom = div64_ul(avg_atom,
nr_switches
);
in proc_sched_show_task()
1015
__P(
nr_switches
);
in proc_sched_show_task()
H
A
D
sched.h
1026
u64
nr_switches
;
member
H
A
D
core.c
4022
sum += cpu_rq(i)->
nr_switches
;
in nr_context_switches()
4716
rq->
nr_switches
++;
in __schedule()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
debug.c
790
P(
nr_switches
);
in print_cpu()
1010
unsigned long
nr_switches
;
in proc_sched_show_task()
local
1025
nr_switches
= p->nvcsw + p->nivcsw;
in proc_sched_show_task()
1065
if (
nr_switches
)
in proc_sched_show_task()
1066
avg_atom = div64_ul(avg_atom,
nr_switches
);
in proc_sched_show_task()
1086
__P(
nr_switches
);
in proc_sched_show_task()
H
A
D
core.c
5596
return cpu_rq(cpu)->
nr_switches
;
in nr_context_switches_cpu()
5605
sum += cpu_rq(i)->
nr_switches
;
in nr_context_switches()
6858
rq->
nr_switches
++;
in __schedule()
H
A
D
sched.h
1093
u64
nr_switches
;
member
Completed in 40 milliseconds