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:hpet_lock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/loongson64/
H
A
D
hpet.c
20
static DEFINE_SPINLOCK(
hpet_lock
);
89
spin_lock(&
hpet_lock
);
in hpet_set_state_periodic()
110
spin_unlock(&
hpet_lock
);
in hpet_set_state_periodic()
118
spin_lock(&
hpet_lock
);
in hpet_set_state_shutdown()
124
spin_unlock(&
hpet_lock
);
in hpet_set_state_shutdown()
132
spin_lock(&
hpet_lock
);
in hpet_set_state_oneshot()
145
spin_unlock(&
hpet_lock
);
in hpet_set_state_oneshot()
151
spin_lock(&
hpet_lock
);
in hpet_tick_resume()
153
spin_unlock(&
hpet_lock
);
in hpet_tick_resume()
/kernel/linux/linux-6.6/arch/mips/loongson64/
H
A
D
hpet.c
20
static DEFINE_SPINLOCK(
hpet_lock
);
89
spin_lock(&
hpet_lock
);
in hpet_set_state_periodic()
110
spin_unlock(&
hpet_lock
);
in hpet_set_state_periodic()
118
spin_lock(&
hpet_lock
);
in hpet_set_state_shutdown()
124
spin_unlock(&
hpet_lock
);
in hpet_set_state_shutdown()
132
spin_lock(&
hpet_lock
);
in hpet_set_state_oneshot()
145
spin_unlock(&
hpet_lock
);
in hpet_set_state_oneshot()
151
spin_lock(&
hpet_lock
);
in hpet_tick_resume()
153
spin_unlock(&
hpet_lock
);
in hpet_tick_resume()
/kernel/linux/linux-5.10/drivers/char/
H
A
D
hpet.c
86
static DEFINE_SPINLOCK(
hpet_lock
);
151
spin_lock(&
hpet_lock
);
in hpet_interrupt()
189
spin_unlock(&
hpet_lock
);
in hpet_interrupt()
204
spin_lock_irq(&
hpet_lock
);
in hpet_timer_set_irq()
206
spin_unlock_irq(&
hpet_lock
);
in hpet_timer_set_irq()
218
spin_unlock_irq(&
hpet_lock
);
in hpet_timer_set_irq()
247
spin_lock_irq(&
hpet_lock
);
in hpet_timer_set_irq()
252
spin_unlock_irq(&
hpet_lock
);
in hpet_timer_set_irq()
267
spin_lock_irq(&
hpet_lock
);
in hpet_open()
279
spin_unlock_irq(&
hpet_lock
);
in hpet_open()
[all...]
/kernel/linux/linux-6.6/drivers/char/
H
A
D
hpet.c
87
static DEFINE_SPINLOCK(
hpet_lock
);
136
spin_lock(&
hpet_lock
);
in hpet_interrupt()
174
spin_unlock(&
hpet_lock
);
in hpet_interrupt()
189
spin_lock_irq(&
hpet_lock
);
in hpet_timer_set_irq()
191
spin_unlock_irq(&
hpet_lock
);
in hpet_timer_set_irq()
203
spin_unlock_irq(&
hpet_lock
);
in hpet_timer_set_irq()
232
spin_lock_irq(&
hpet_lock
);
in hpet_timer_set_irq()
237
spin_unlock_irq(&
hpet_lock
);
in hpet_timer_set_irq()
252
spin_lock_irq(&
hpet_lock
);
in hpet_open()
264
spin_unlock_irq(&
hpet_lock
);
in hpet_open()
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
hpet.c
672
union
hpet_lock
{
union
680
static union
hpet_lock
hpet __cacheline_aligned = {
687
union
hpet_lock
old, new;
in read_hpet()
689
BUILD_BUG_ON(sizeof(union
hpet_lock
) != 8);
in read_hpet()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
hpet.c
782
union
hpet_lock
{
union
790
static union
hpet_lock
hpet __cacheline_aligned = {
797
union
hpet_lock
old, new;
in read_hpet()
799
BUILD_BUG_ON(sizeof(union
hpet_lock
) != 8);
in read_hpet()
Completed in 6 milliseconds