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:sched_count
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
stats.c
35
rq->
sched_count
, rq->sched_goidle,
in show_schedstat()
H
A
D
debug.c
742
P(
sched_count
);
in print_cpu()
H
A
D
sched.h
1177
unsigned int
sched_count
;
member
H
A
D
core.c
4509
schedstat_inc(this_rq()->
sched_count
);
in schedule_debug()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
stats.c
138
rq->
sched_count
, rq->sched_goidle,
in show_schedstat()
H
A
D
debug.c
820
P(
sched_count
);
in print_cpu()
H
A
D
sched.h
1260
unsigned int
sched_count
;
member
H
A
D
core.c
6143
schedstat_inc(this_rq()->
sched_count
);
in schedule_debug()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-sched.c
2718
u64
sched_count
;
member
2734
stats->
sched_count
+= r->run_stats.n;
in __show_thread_runtime()
2873
totals.
sched_count
+= r->run_stats.n;
in timehist_print_summary()
2913
totals.task_count, totals.
sched_count
);
in timehist_print_summary()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-sched.c
2775
u64
sched_count
;
member
2791
stats->
sched_count
+= r->run_stats.n;
in show_thread_runtime()
2909
totals.
sched_count
+= r->run_stats.n;
in timehist_print_summary()
2949
totals.task_count, totals.
sched_count
);
in timehist_print_summary()
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
journal.c
3034
int
sched_count
= 0;
in do_journal_begin_r()
local
3091
sched_count
++;
in do_journal_begin_r()
Completed in 51 milliseconds