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:last_associate
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H
A
D
libipw.h
632
u32
last_associate
;
member
H
A
D
libipw_rx.c
1340
network->
last_associate
= 0;
in libipw_handle_assoc_resp()
1398
network->
last_associate
= 0;
in libipw_network_init()
1516
/* dst->
last_associate
is not overwritten */
in update_network()
H
A
D
ipw2200.c
5712
if (network->
last_associate
&&
in ipw_best_network()
5713
time_after(network->
last_associate
+ (HZ * 3UL), jiffies)) {
in ipw_best_network()
5718
network->
last_associate
));
in ipw_best_network()
5885
network->
last_associate
= 0;
in ipw_adhoc_create()
7282
network->
last_associate
= jiffies;
in ipw_associate_network()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H
A
D
libipw.h
631
u32
last_associate
;
member
H
A
D
libipw_rx.c
1318
network->
last_associate
= 0;
in libipw_handle_assoc_resp()
1376
network->
last_associate
= 0;
in libipw_network_init()
1494
/* dst->
last_associate
is not overwritten */
in update_network()
H
A
D
ipw2200.c
5666
if (network->
last_associate
&&
in ipw_best_network()
5667
time_after(network->
last_associate
+ (HZ * 3UL), jiffies)) {
in ipw_best_network()
5672
network->
last_associate
));
in ipw_best_network()
5839
network->
last_associate
= 0;
in ipw_adhoc_create()
7236
network->
last_associate
= jiffies;
in ipw_associate_network()
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H
A
D
ieee80211.h
1358
u32
last_associate
;
member
H
A
D
ieee80211_rx.c
2063
network->
last_associate
= 0;
in ieee80211_network_init()
2231
/* dst->
last_associate
is not overwritten */
in update_network()
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H
A
D
ieee80211.h
1295
u32
last_associate
;
member
H
A
D
ieee80211_rx.c
2001
network->
last_associate
= 0;
in ieee80211_network_init()
2168
/* dst->
last_associate
is not overwritten */
in update_network()
Completed in 52 milliseconds