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:add_stream_wk
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
mac80211.c
932
schedule_work(&mvm->
add_stream_wk
);
in iwl_mvm_mac_wake_tx_queue()
1288
flush_work(&mvm->
add_stream_wk
);
in iwl_mvm_mac_stop()
3143
flush_work(&mvm->
add_stream_wk
);
in iwl_mvm_mac_sta_state()
4798
flush_work(&mvm->
add_stream_wk
);
in iwl_mvm_mac_flush()
H
A
D
ops.c
723
INIT_WORK(&mvm->
add_stream_wk
, iwl_mvm_add_new_dqa_stream_wk);
in iwl_op_mode_mvm_start()
H
A
D
mvm.h
877
struct work_struct
add_stream_wk
; /* To add streams to queues */
member
H
A
D
tx.c
1163
* mvm->
add_stream_wk
can't ruin the state, and if we DON'T
in iwl_mvm_tx_mpdu()
1170
schedule_work(&mvm->
add_stream_wk
);
in iwl_mvm_tx_mpdu()
H
A
D
sta.c
1422
add_stream_wk
);
in iwl_mvm_add_new_dqa_stream_wk()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
mac80211.c
881
schedule_work(&mvm->
add_stream_wk
);
in iwl_mvm_mac_wake_tx_queue()
1288
flush_work(&mvm->
add_stream_wk
);
in iwl_mvm_mac_stop()
3864
flush_work(&mvm->
add_stream_wk
);
in iwl_mvm_mac_sta_state_common()
5579
flush_work(&mvm->
add_stream_wk
);
in iwl_mvm_mac_flush()
H
A
D
mvm.h
899
struct work_struct
add_stream_wk
; /* To add streams to queues */
member
H
A
D
ops.c
1229
INIT_WORK(&mvm->
add_stream_wk
, iwl_mvm_add_new_dqa_stream_wk);
in iwl_op_mode_mvm_start()
H
A
D
tx.c
1234
* mvm->
add_stream_wk
can't ruin the state, and if we DON'T
in iwl_mvm_tx_mpdu()
1241
schedule_work(&mvm->
add_stream_wk
);
in iwl_mvm_tx_mpdu()
H
A
D
sta.c
1507
add_stream_wk
);
in iwl_mvm_add_new_dqa_stream_wk()
Completed in 41 milliseconds