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:rx_roq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H
A
D
rx.c
507
return ((unsigned long) roq - (unsigned long) i2400m->
rx_roq
)
in __i2400m_roq_index()
921
* This routine destroys the memory allocated for
rx_roq
, when no
922
* other thread is accessing it. Access to
rx_roq
is refcounted by
933
__skb_queue_purge(&i2400m->
rx_roq
[itr].queue);
in i2400m_rx_roq_destroy()
934
kfree(i2400m->
rx_roq
[0].log);
in i2400m_rx_roq_destroy()
935
kfree(i2400m->
rx_roq
);
in i2400m_rx_roq_destroy()
936
i2400m->
rx_roq
= NULL;
in i2400m_rx_roq_destroy()
1032
if (i2400m->
rx_roq
== NULL) {
in i2400m_rx_edata()
1033
kfree_skb(skb); /*
rx_roq
is already destroyed */
in i2400m_rx_edata()
1037
roq = &i2400m->
rx_roq
[ro_ci
in i2400m_rx_edata()
[all...]
H
A
D
i2400m.h
437
* @
rx_roq
: RX ReOrder queues. (fw >= v1.4) When packets are received
443
* @rx_roq_refcount: refcount
rx_roq
. This refcounts any access to
444
*
rx_roq
thus preventing
rx_roq
being destroyed when
rx_roq
613
struct i2400m_roq *
rx_roq
; /* access is refcounted */
member
614
struct kref rx_roq_refcount; /* refcount access to
rx_roq
*/
Completed in 4 milliseconds