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:centries
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H
A
D
sge.c
189
struct cmdQ_ce *
centries
; /* SW command context descriptor Q */
member
204
struct freelQ_ce *
centries
; /* SW freelist context descriptor Q */
member
513
struct freelQ_ce *ce = &q->
centries
[cidx];
in free_freelQ_buffers()
541
if (q->
centries
) {
in free_rx_resources()
543
kfree(q->
centries
);
in free_rx_resources()
575
q->
centries
= kzalloc(size, GFP_KERNEL);
in alloc_rx_resources()
576
if (!q->
centries
)
in alloc_rx_resources()
628
ce = &q->
centries
[cidx];
in free_cmdQ_buffers()
645
ce = q->
centries
;
in free_cmdQ_buffers()
664
if (q->
centries
) {
in free_tx_resources()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H
A
D
sge.c
180
struct cmdQ_ce *
centries
; /* SW command context descriptor Q */
member
195
struct freelQ_ce *
centries
; /* SW freelist context descriptor Q */
member
504
struct freelQ_ce *ce = &q->
centries
[cidx];
in free_freelQ_buffers()
532
if (q->
centries
) {
in free_rx_resources()
534
kfree(q->
centries
);
in free_rx_resources()
566
q->
centries
= kzalloc(size, GFP_KERNEL);
in alloc_rx_resources()
567
if (!q->
centries
)
in alloc_rx_resources()
619
ce = &q->
centries
[cidx];
in free_cmdQ_buffers()
636
ce = q->
centries
;
in free_cmdQ_buffers()
655
if (q->
centries
) {
in free_tx_resources()
[all...]
Completed in 4 milliseconds