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:wakeup_stats
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/
H
A
D
futex-wake.c
45
static struct stats waketime_stats,
wakeup_stats
;
variable
84
unsigned int wakeup_avg = avg_stats(&
wakeup_stats
);
in print_summary()
158
init_stats(&
wakeup_stats
);
in bench_futex_wake()
188
update_stats(&
wakeup_stats
, nwoken);
in bench_futex_wake()
H
A
D
futex-wake-parallel.c
56
static struct stats waketime_stats,
wakeup_stats
;
variable
193
wakeup_avg = avg_stats(&
wakeup_stats
);
in print_summary()
209
update_stats(&
wakeup_stats
, waking_worker[i].nwoken);
in do_run_stats()
273
init_stats(&
wakeup_stats
);
in bench_futex_wake_parallel()
/kernel/linux/linux-6.6/tools/perf/bench/
H
A
D
futex-wake.c
40
static struct stats waketime_stats,
wakeup_stats
;
variable
89
unsigned int wakeup_avg = avg_stats(&
wakeup_stats
);
in print_summary()
181
init_stats(&
wakeup_stats
);
in bench_futex_wake()
211
update_stats(&
wakeup_stats
, nwoken);
in bench_futex_wake()
H
A
D
futex-wake-parallel.c
56
static struct stats waketime_stats,
wakeup_stats
;
variable
214
wakeup_avg = avg_stats(&
wakeup_stats
);
in print_summary()
230
update_stats(&
wakeup_stats
, waking_worker[i].nwoken);
in do_run_stats()
299
init_stats(&
wakeup_stats
);
in bench_futex_wake_parallel()
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H
A
D
queue.c
94
bool
wakeup_stats
= false;
in __cw1200_queue_gc()
local
104
wakeup_stats
= true;
in __cw1200_queue_gc()
112
if (
wakeup_stats
)
in __cw1200_queue_gc()
337
bool
wakeup_stats
= false;
in cw1200_queue_get()
local
360
wakeup_stats
= true;
in cw1200_queue_get()
364
if (
wakeup_stats
)
in cw1200_queue_get()
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H
A
D
queue.c
95
bool
wakeup_stats
= false;
in __cw1200_queue_gc()
local
107
wakeup_stats
= true;
in __cw1200_queue_gc()
115
if (
wakeup_stats
)
in __cw1200_queue_gc()
340
bool
wakeup_stats
= false;
in cw1200_queue_get()
local
363
wakeup_stats
= true;
in cw1200_queue_get()
367
if (
wakeup_stats
)
in cw1200_queue_get()
Completed in 5 milliseconds