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:afree
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
cxgb3_offload.c
508
p->next = t->
afree
;
in cxgb3_free_atid()
509
t->
afree
= p;
in cxgb3_free_atid()
657
if (t->
afree
&&
in cxgb3_alloc_atid()
660
union active_open_entry *p = t->
afree
;
in cxgb3_alloc_atid()
663
t->
afree
= p->next;
in cxgb3_alloc_atid()
1176
t->
afree
= NULL;
in init_tid_tabs()
1193
t->
afree
= t->atid_tab;
in init_tid_tabs()
H
A
D
cxgb3_offload.h
179
union active_open_entry *
afree
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
cxgb3_offload.c
508
p->next = t->
afree
;
in cxgb3_free_atid()
509
t->
afree
= p;
in cxgb3_free_atid()
657
if (t->
afree
&&
in cxgb3_alloc_atid()
660
union active_open_entry *p = t->
afree
;
in cxgb3_alloc_atid()
663
t->
afree
= p->next;
in cxgb3_alloc_atid()
1176
t->
afree
= NULL;
in init_tid_tabs()
1193
t->
afree
= t->atid_tab;
in init_tid_tabs()
H
A
D
cxgb3_offload.h
179
union active_open_entry *
afree
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_uld.h
138
union aopen_entry *
afree
;
member
H
A
D
cxgb4_main.c
1599
if (t->
afree
) {
in cxgb4_alloc_atid()
1600
union aopen_entry *p = t->
afree
;
in cxgb4_alloc_atid()
1603
t->
afree
= p->next;
in cxgb4_alloc_atid()
1620
p->next = t->
afree
;
in cxgb4_free_atid()
1621
t->
afree
= p;
in cxgb4_free_atid()
1880
t->
afree
= NULL;
in tid_init()
1891
t->
afree
= t->atid_tab;
in tid_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_uld.h
138
union aopen_entry *
afree
;
member
H
A
D
cxgb4_main.c
1598
if (t->
afree
) {
in cxgb4_alloc_atid()
1599
union aopen_entry *p = t->
afree
;
in cxgb4_alloc_atid()
1602
t->
afree
= p->next;
in cxgb4_alloc_atid()
1619
p->next = t->
afree
;
in cxgb4_free_atid()
1620
t->
afree
= p;
in cxgb4_free_atid()
1879
t->
afree
= NULL;
in tid_init()
1890
t->
afree
= t->atid_tab;
in tid_init()
Completed in 24 milliseconds