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:wait_cnt
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
wl_cfg80211.c
6147
int
wait_cnt
;
in wl_cfg80211_cleanup_mismatch_status()
local
6166
wait_cnt
= 500/10;
in wl_cfg80211_cleanup_mismatch_status()
6168
wait_cnt
= 200/10;
in wl_cfg80211_cleanup_mismatch_status()
6175
while (wl_get_drv_status(cfg, DISCONNECTING, dev) &&
wait_cnt
) {
in wl_cfg80211_cleanup_mismatch_status()
6176
WL_DBG(("Waiting for disconnection terminated,
wait_cnt
: %d\n",
in wl_cfg80211_cleanup_mismatch_status()
6177
wait_cnt
));
in wl_cfg80211_cleanup_mismatch_status()
6178
wait_cnt
--;
in wl_cfg80211_cleanup_mismatch_status()
6182
if (
wait_cnt
== 0) {
in wl_cfg80211_cleanup_mismatch_status()
6320
int
wait_cnt
;
in wl_cfg80211_connect()
local
6388
wait_cnt
in wl_cfg80211_connect()
6811
uint8
wait_cnt
;
wl_cfg80211_disconnect_state_sync()
local
6837
uint8
wait_cnt
;
wl_cfg80211_wait_for_disconnection()
local
20808
int ret = 0,
wait_cnt
;
wl_cfg80211_set_if_band()
local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H
A
D
upg_common.c
771
hi_u32
wait_cnt
= 1000; /* wait 10s */
in upg_start_and_wait_update_ver()
local
774
for (try_cnt = 0; try_cnt <
wait_cnt
; try_cnt++) {
in upg_start_and_wait_update_ver()
783
} else if (try_cnt ==
wait_cnt
) {
in upg_start_and_wait_update_ver()
Completed in 16 milliseconds