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:secs
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
bcm_app_utils.c
76
if (input->
secs
[sec].duration) {
in cca_per_chan_summary()
77
totals.duration += input->
secs
[sec].duration;
in cca_per_chan_summary()
78
totals.congest_ibss += input->
secs
[sec].congest_ibss;
in cca_per_chan_summary()
79
totals.congest_obss += input->
secs
[sec].congest_obss;
in cca_per_chan_summary()
80
totals.interference += input->
secs
[sec].interference;
in cca_per_chan_summary()
90
avg->
secs
[0].duration = totals.duration / avg->num_secs;
in cca_per_chan_summary()
91
avg->
secs
[0].congest_ibss = totals.congest_ibss * 100/totals.duration;
in cca_per_chan_summary()
92
avg->
secs
[0].congest_obss = totals.congest_obss * 100/totals.duration;
in cca_per_chan_summary()
93
avg->
secs
[0].interference = totals.interference * 100/totals.duration;
in cca_per_chan_summary()
95
avg->
secs
[
in cca_per_chan_summary()
[all...]
H
A
D
dhd_linux_pktdump.c
991
uint16
secs
;
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H
A
D
netif.h
911
#define netif_ip6_addr_set_valid_life(netif, i,
secs
) \
912
do { if (netif != NULL) { (netif)->ip6_addr_valid_life[i] = (
secs
); }} while (0)
915
#define netif_ip6_addr_set_pref_life(netif, i,
secs
) \
916
do { if (netif != NULL) { (netif)->ip6_addr_pref_life[i] = (
secs
); }} while (0)
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/
H
A
D
dhcp.h
69
PACK_STRUCT_FIELD(u16_t
secs
);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_net.h
1463
hi_u16
secs
; /* seconds since boot began */
member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H
A
D
mac_frame.h
1052
hi_u16
secs
; /* elapsed time in sec. from boot */
member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
wlioctl.h
1250
uint16 num_secs; /**< How many
secs
worth of data */
1251
cca_congest_t
secs
[1]; /**< Data */
member
1287
uint16 num_secs; /**< How many
secs
worth of data */
1288
cca_congest_ext_t
secs
[1]; /**< Data - 3 sets for ALL - non-PM - PM */
member
6255
int32 scan_freq; /* Scan frequency (
secs
) */
6256
int32 lost_network_timeout; /* Timeout to declare net lost (
secs
) */
7603
uint16 time_taken; /**< no of
secs
the test is run */
13367
uint16 interval; /* keepalive tx interval (
secs
) */
13368
uint16 retry_interval; /* keepalive retry interval (
secs
) */
Completed in 82 milliseconds