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:kt
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_time.h
231
static inline unsigned long oal_ktime_to_us(const oal_time_t_stru
kt
)
in oal_ktime_to_us()
argument
233
return ktime_to_us(
kt
);
in oal_ktime_to_us()
329
static inline hi_u64 oal_ktime_to_us(const oal_time_t_stru
kt
)
in oal_ktime_to_us()
argument
331
return (OAL_JIFFIES_TO_MSECS((hi_u32)
kt
.tv64) * 1000); /* mul 1000 */
in oal_ktime_to_us()
334
static inline hi_u64 oal_ktime_to_ms(const oal_time_t_stru
kt
)
in oal_ktime_to_ms()
argument
336
return (OAL_JIFFIES_TO_MSECS(
kt
.tv64));
in oal_ktime_to_ms()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H
A
D
rga_drv.c
28
static ktime_t
kt
;
variable
120
hrtimer_forward_now(timer,
kt
);
in hrtimer_handler()
126
kt
= ktime_set(0, RGA_LOAD_INTERVAL);
in rga_init_timer()
128
hrtimer_start(&timer,
kt
, HRTIMER_MODE_REL);
in rga_init_timer()
Completed in 3 milliseconds