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:MAX_IDLE_TIME
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/hw_random/
H
A
D
iproc-rng200.c
104
#define
MAX_IDLE_TIME
(1 * HZ)
in iproc_rng200_read()
macro
105
unsigned long idle_endtime = jiffies +
MAX_IDLE_TIME
;
in iproc_rng200_read()
141
idle_endtime = jiffies +
MAX_IDLE_TIME
;
in iproc_rng200_read()
/kernel/linux/linux-6.6/drivers/char/hw_random/
H
A
D
iproc-rng200.c
100
#define
MAX_IDLE_TIME
(1 * HZ)
in iproc_rng200_read()
macro
101
unsigned long idle_endtime = jiffies +
MAX_IDLE_TIME
;
in iproc_rng200_read()
137
idle_endtime = jiffies +
MAX_IDLE_TIME
;
in iproc_rng200_read()
/kernel/linux/linux-5.10/block/
H
A
D
blk-throttle.c
28
#define
MAX_IDLE_TIME
(5L * 1000 * 1000) /* 5 s */
macro
1888
time = min_t(unsigned long,
MAX_IDLE_TIME
, 4 * tg->idletime_threshold);
in throtl_tg_is_idle()
/kernel/linux/linux-6.6/block/
H
A
D
blk-throttle.c
28
#define
MAX_IDLE_TIME
(5L * 1000 * 1000) /* 5 s */
macro
1815
time = min_t(unsigned long,
MAX_IDLE_TIME
, 4 * tg->idletime_threshold);
in throtl_tg_is_idle()
Completed in 8 milliseconds