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:seq_pool
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H
A
D
mt76x02_dfs.h
117
struct list_head
seq_pool
;
member
H
A
D
mt76x02_dfs.c
156
list_add(&seq->head, &dfs_pd->
seq_pool
);
in mt76x02_dfs_seq_pool_put()
168
if (list_empty(&dfs_pd->
seq_pool
)) {
in mt76x02_dfs_seq_pool_get()
171
seq = list_first_entry(&dfs_pd->
seq_pool
,
in mt76x02_dfs_seq_pool_get()
860
INIT_LIST_HEAD(&dfs_pd->
seq_pool
);
in mt76x02_dfs_init_detector()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H
A
D
mt76x02_dfs.h
117
struct list_head
seq_pool
;
member
H
A
D
mt76x02_dfs.c
156
list_add(&seq->head, &dfs_pd->
seq_pool
);
in mt76x02_dfs_seq_pool_put()
168
if (list_empty(&dfs_pd->
seq_pool
)) {
in mt76x02_dfs_seq_pool_get()
171
seq = list_first_entry(&dfs_pd->
seq_pool
,
in mt76x02_dfs_seq_pool_get()
858
INIT_LIST_HEAD(&dfs_pd->
seq_pool
);
in mt76x02_dfs_init_detector()
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H
A
D
efct_hw.c
1283
if (!hw->
seq_pool
) {
in efct_hw_rx_post()
1289
hw->
seq_pool
= kmalloc_array(count,
in efct_hw_rx_post()
1291
if (!hw->
seq_pool
)
in efct_hw_rx_post()
1305
seq = hw->
seq_pool
+ idx;
in efct_hw_rx_post()
1317
if (rc && hw->
seq_pool
)
in efct_hw_rx_post()
1318
kfree(hw->
seq_pool
);
in efct_hw_rx_post()
3490
kfree(hw->
seq_pool
);
in efct_hw_teardown()
3491
hw->
seq_pool
= NULL;
in efct_hw_teardown()
H
A
D
efct_hw.h
418
struct efc_hw_sequence *
seq_pool
;
member
Completed in 9 milliseconds