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:hi_get_tick
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_traffic_classify.c
114
cfm_info->last_jiffies =
hi_get_tick
();
in hmac_tx_add_cfm_traffic()
266
judge_list->jiffies_end =
hi_get_tick
(); /* 更新最新来包时间 */
in hmac_tx_traffic_classify_list_proc()
268
judge_list->jiffies_st =
hi_get_tick
(); /* 更新队列产生时间 */
in hmac_tx_traffic_classify_list_proc()
361
cfm_info->last_jiffies =
hi_get_tick
(); /* 更新业务最新来包时间 */
in hmac_tx_traffic_classify()
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H
A
D
app_demo_flash.c
38
tick[0] =
hi_get_tick
();
in test_flash_body2()
63
tick[1] =
hi_get_tick
();
in test_flash_body2()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H
A
D
hi_time.h
63
hi_u32
hi_get_tick
(hi_void);
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_time.h
18
* @li System time of the
hi_get_tick
, hi_get_tick64, hi_get_milli_seconds, and hi_get_seconds operations. The system
20
CNcomment:
hi_get_tick
, hi_get_tick64,hi_get_milli_seconds, hi_get_seconds操作的系统时间,
71
hi_u32
hi_get_tick
(hi_void);
H
A
D
hi_hook_fuc.h
114
typedef hi_u32 (*fuc_type_name(
hi_get_tick
))(hi_void);
192
fuc_type_name(
hi_get_tick
) hi_get_tick_hook;
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
hi_time.c
31
hi_u32
hi_get_tick
(hi_void)
in hi_get_tick()
function
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_cfg80211.c
47
extern hi_u32
hi_get_tick
(hi_void);
4462
if (
hi_get_tick
() > tmp_cookie->record_time + WAL_MGMT_TX_TIMEOUT_MSEC / HI_MILLISECOND_PER_TICK) {
in wal_check_cookie_timeout()
4529
tmp_cookie->record_time =
hi_get_tick
();
in wal_check_cookie_timeout()
4904
hi_u32 start_time_stamp =
hi_get_tick
();
in wal_check_cookie_timeout()
4910
} while ((ret != HI_SUCCESS) && (
hi_get_tick
() < end_time_stamp));
in wal_check_cookie_timeout()
Completed in 10 milliseconds