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:default_margin
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/init/linux/
H
A
D
wtdg_init.c
29
extern int
default_margin
;
33
module_param(
default_margin
, int, 0);
34
MODULE_PARM_DESC(
default_margin
,
35
"Watchdog
default_margin
in seconds. (0<
default_margin
<80, default=" __MODULE_STRING(HIDOG_TIMER_MARGIN) ")");
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/wtdg/
H
A
D
hi_wtdg.c
57
int
default_margin
= HIDOG_TIMER_MARGIN; /* in seconds */
variable
334
osal_msleep(
default_margin
* 1000 / 2 + 10); /* sleep (60*1000/2 + 10)->30.01s */
in hidog_deamon()
367
int ret =
default_margin
;
in get_margin()
369
/* Check that the
default_margin
value is within it's range ; if not reset to the default */
in get_margin()
370
if (hidog_set_heartbeat(
default_margin
)) {
in get_margin()
371
default_margin
= HIDOG_TIMER_MARGIN;
in get_margin()
373
osal_printk("
default_margin
value must be 0<
default_margin
<%lu, using %d\n",
in get_margin()
431
osal_printk("Hisilicon Watchdog Timer: 0.01 initialized.
default_margin
=%d sec (nodeamon= %d)\n",
in watchdog_init()
432
default_margin
, nodeamo
in watchdog_init()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_liteos/mpp/module_init/src/
H
A
D
hi_module_param.h
125
int
default_margin
;
member
Completed in 2 milliseconds