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:WATCHDOG_INTERVAL
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/kernel/time/
H
A
D
clocksource.c
101
#define
WATCHDOG_INTERVAL
(HZ >> 1)
macro
102
#define WATCHDOG_INTERVAL_MAX_NS ((2 *
WATCHDOG_INTERVAL
) * (NSEC_PER_SEC / HZ))
122
#define MAX_SKEW_USEC (125 *
WATCHDOG_INTERVAL
/ HZ)
576
watchdog_timer.expires +=
WATCHDOG_INTERVAL
+ extra_wait;
in clocksource_watchdog()
588
watchdog_timer.expires = jiffies +
WATCHDOG_INTERVAL
;
in clocksource_start_watchdog()
/kernel/linux/linux-5.10/kernel/time/
H
A
D
clocksource.c
139
#define
WATCHDOG_INTERVAL
(HZ >> 1)
macro
140
#define WATCHDOG_INTERVAL_MAX_NS ((2 *
WATCHDOG_INTERVAL
) * (NSEC_PER_SEC / HZ))
487
watchdog_timer.expires +=
WATCHDOG_INTERVAL
+ extra_wait;
in clocksource_watchdog()
499
watchdog_timer.expires = jiffies +
WATCHDOG_INTERVAL
;
in clocksource_start_watchdog()
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H
A
D
rt2x00lib.h
20
#define
WATCHDOG_INTERVAL
round_jiffies_relative(HZ)
macro
H
A
D
rt2x00link.c
427
link->watchdog_interval =
WATCHDOG_INTERVAL
;
in rt2x00link_register()
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H
A
D
rt2x00lib.h
20
#define
WATCHDOG_INTERVAL
round_jiffies_relative(HZ)
macro
H
A
D
rt2x00link.c
427
link->watchdog_interval =
WATCHDOG_INTERVAL
;
in rt2x00link_register()
Completed in 7 milliseconds