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:curr_time
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_time.h
187
hi_u64
curr_time
;
in oal_get_time_stamp_from_timeval()
local
190
curr_time
= tv.tv_usec;
in oal_get_time_stamp_from_timeval()
191
do_div(
curr_time
, 1000); /* div 1000 */
in oal_get_time_stamp_from_timeval()
192
curr_time
=
curr_time
+ tv.tv_sec * 1000; /* mul 1000 */
in oal_get_time_stamp_from_timeval()
194
return
curr_time
;
in oal_get_time_stamp_from_timeval()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/include/
H
A
D
hi_log.h
331
hi_u32
curr_time
; \
332
curr_time
= log_get_time_ms(); \
333
if (time <= (
curr_time
- last_time)) { \
334
HI_LOG_DBG(" =TRACE freq=%d,freqtimes=%d=\n", time,
curr_time
); \
335
last_time =
curr_time
; \
346
hi_u32
curr_time
; \
347
curr_time
= log_get_time_ms(); \
348
if (time <= (
curr_time
- last_time)) { \
353
last_time =
curr_time
; \
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
wlioctl.h
7745
uint32
curr_time
; /**< ms */
member
7779
uint32
curr_time
; /**< ms */
member
7845
uint32
curr_time
; /* ms */
member
8292
uint32
curr_time
; /**< ms */
member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_linux.c
4649
u64
curr_time
= DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC);
in dhd_rx_frame()
local
4652
delta_sec =
curr_time
- ifp->last_sync;
in dhd_rx_frame()
Completed in 85 milliseconds