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_pie_limit
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
hpet.c
1115
static unsigned long
hpet_pie_limit
;
variable
1180
if (!(hpet_rtc_flags & RTC_PIE) ||
hpet_pie_limit
)
in hpet_rtc_timer_init()
1268
hpet_pie_limit
= DEFAULT_RTC_INT_FREQ / freq;
in hpet_set_periodic_freq()
1276
hpet_pie_limit
= 0;
in hpet_set_periodic_freq()
1297
if (!(hpet_rtc_flags & RTC_PIE) ||
hpet_pie_limit
)
in hpet_rtc_timer_reinit()
1342
if (hpet_rtc_flags & RTC_PIE && ++hpet_pie_count >=
hpet_pie_limit
) {
in hpet_rtc_interrupt()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
hpet.c
1227
static unsigned long
hpet_pie_limit
;
variable
1292
if (!(hpet_rtc_flags & RTC_PIE) ||
hpet_pie_limit
)
in hpet_rtc_timer_init()
1380
hpet_pie_limit
= DEFAULT_RTC_INT_FREQ / freq;
in hpet_set_periodic_freq()
1388
hpet_pie_limit
= 0;
in hpet_set_periodic_freq()
1409
if (!(hpet_rtc_flags & RTC_PIE) ||
hpet_pie_limit
)
in hpet_rtc_timer_reinit()
1454
if (hpet_rtc_flags & RTC_PIE && ++hpet_pie_count >=
hpet_pie_limit
) {
in hpet_rtc_interrupt()
Completed in 4 milliseconds