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:ifocb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
ocb.c
42
struct ieee80211_if_ocb *
ifocb
= &sdata->u.ocb;
in ieee80211_ocb_rx_no_sta()
local
80
spin_lock(&
ifocb
->incomplete_lock);
in ieee80211_ocb_rx_no_sta()
81
list_add(&sta->list, &
ifocb
->incomplete_stations);
in ieee80211_ocb_rx_no_sta()
82
spin_unlock(&
ifocb
->incomplete_lock);
in ieee80211_ocb_rx_no_sta()
111
struct ieee80211_if_ocb *
ifocb
= &sdata->u.ocb;
in ieee80211_ocb_housekeeping()
local
117
mod_timer(&
ifocb
->housekeeping_timer,
in ieee80211_ocb_housekeeping()
123
struct ieee80211_if_ocb *
ifocb
= &sdata->u.ocb;
in ieee80211_ocb_work()
local
126
if (
ifocb
->joined != true)
in ieee80211_ocb_work()
131
spin_lock_bh(&
ifocb
->incomplete_lock);
in ieee80211_ocb_work()
132
while (!list_empty(&
ifocb
in ieee80211_ocb_work()
155
struct ieee80211_if_ocb *
ifocb
= &sdata->u.ocb;
ieee80211_ocb_housekeeping_timer()
local
164
struct ieee80211_if_ocb *
ifocb
= &sdata->u.ocb;
ieee80211_ocb_setup_sdata()
local
176
struct ieee80211_if_ocb *
ifocb
= &sdata->u.ocb;
ieee80211_ocb_join()
local
207
struct ieee80211_if_ocb *
ifocb
= &sdata->u.ocb;
ieee80211_ocb_leave()
local
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
ocb.c
43
struct ieee80211_if_ocb *
ifocb
= &sdata->u.ocb;
in ieee80211_ocb_rx_no_sta()
local
81
spin_lock(&
ifocb
->incomplete_lock);
in ieee80211_ocb_rx_no_sta()
82
list_add(&sta->list, &
ifocb
->incomplete_stations);
in ieee80211_ocb_rx_no_sta()
83
spin_unlock(&
ifocb
->incomplete_lock);
in ieee80211_ocb_rx_no_sta()
112
struct ieee80211_if_ocb *
ifocb
= &sdata->u.ocb;
in ieee80211_ocb_housekeeping()
local
118
mod_timer(&
ifocb
->housekeeping_timer,
in ieee80211_ocb_housekeeping()
124
struct ieee80211_if_ocb *
ifocb
= &sdata->u.ocb;
in ieee80211_ocb_work()
local
127
if (
ifocb
->joined != true)
in ieee80211_ocb_work()
132
spin_lock_bh(&
ifocb
->incomplete_lock);
in ieee80211_ocb_work()
133
while (!list_empty(&
ifocb
in ieee80211_ocb_work()
156
struct ieee80211_if_ocb *
ifocb
= &sdata->u.ocb;
ieee80211_ocb_housekeeping_timer()
local
165
struct ieee80211_if_ocb *
ifocb
= &sdata->u.ocb;
ieee80211_ocb_setup_sdata()
local
177
struct ieee80211_if_ocb *
ifocb
= &sdata->u.ocb;
ieee80211_ocb_join()
local
208
struct ieee80211_if_ocb *
ifocb
= &sdata->u.ocb;
ieee80211_ocb_leave()
local
[all...]
Completed in 1 milliseconds