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:hv_stimer_cleanup
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
hyperv_timer.c
139
*
hv_stimer_cleanup
- Per-cpu cleanup of the clockevent
141
int
hv_stimer_cleanup
(unsigned int cpu)
in hv_stimer_cleanup()
function
170
EXPORT_SYMBOL_GPL(
hv_stimer_cleanup
);
variable
204
hv_stimer_init,
hv_stimer_cleanup
);
in hv_stimer_alloc()
253
(void)
hv_stimer_cleanup
(cpu);
in hv_stimer_legacy_cleanup()
292
* (
hv_stimer_cleanup
) will be run on all CPUs to stop the
in hv_stimer_global_cleanup()
/kernel/linux/linux-6.6/include/clocksource/
H
A
D
hyperv_timer.h
29
extern int
hv_stimer_cleanup
(unsigned int cpu);
107
static inline int
hv_stimer_cleanup
(unsigned int cpu) { return 0; }
in hv_stimer_cleanup()
function
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
hyperv_timer.c
153
*
hv_stimer_cleanup
- Per-cpu cleanup of the clockevent
155
int
hv_stimer_cleanup
(unsigned int cpu)
in hv_stimer_cleanup()
function
184
EXPORT_SYMBOL_GPL(
hv_stimer_cleanup
);
variable
287
hv_stimer_init,
hv_stimer_cleanup
);
in hv_stimer_alloc()
334
(void)
hv_stimer_cleanup
(cpu);
in hv_stimer_legacy_cleanup()
/kernel/linux/linux-5.10/include/clocksource/
H
A
D
hyperv_timer.h
26
extern int
hv_stimer_cleanup
(unsigned int cpu);
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
vmbus_drv.c
2570
hv_stimer_cleanup
(cpu);
in hv_crash_handler()
2581
*
hv_stimer_cleanup
() -> clockevents_unbind_device().
in hv_synic_suspend()
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
vmbus_drv.c
2573
hv_stimer_cleanup
(cpu);
in hv_crash_handler()
2584
*
hv_stimer_cleanup
() -> clockevents_unbind_device().
in hv_synic_suspend()
Completed in 9 milliseconds