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:assigned_vifs
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
chan.c
21
list_for_each_entry(sdata, &ctx->
assigned_vifs
, assigned_chanctx_list)
in ieee80211_chanctx_num_assigned()
113
list_for_each_entry(sdata, &ctx->
assigned_vifs
,
in ieee80211_chanctx_non_reserved_chandef()
464
INIT_LIST_HEAD(&ctx->
assigned_vifs
);
in ieee80211_alloc_chanctx()
682
&new_ctx->
assigned_vifs
);
in ieee80211_assign_vif_chanctx()
1073
list_move(&sdata->assigned_chanctx_list, &new_ctx->
assigned_vifs
);
in ieee80211_vif_use_reserved_reassign()
1252
if (!list_empty(&ctx->replace_ctx->
assigned_vifs
))
in ieee80211_chsw_switch_ctxs()
1269
if (!list_empty(&ctx->replace_ctx->
assigned_vifs
))
in ieee80211_chsw_switch_ctxs()
1324
list_for_each_entry(sdata, &ctx->replace_ctx->
assigned_vifs
,
in ieee80211_vif_use_reserved_switch()
1455
&ctx->
assigned_vifs
);
in ieee80211_vif_use_reserved_switch()
H
A
D
util.c
4271
!list_empty(&ctx->
assigned_vifs
));
in ieee80211_chanctx_radar_detect()
4273
list_for_each_entry(sdata, &ctx->
assigned_vifs
, assigned_chanctx_list)
in ieee80211_chanctx_radar_detect()
H
A
D
ieee80211_i.h
826
struct list_head
assigned_vifs
;
member
Completed in 12 milliseconds