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:credit_return
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
pio.h
155
struct
credit_return
{
struct
161
struct
credit_return
*va;
H
A
D
pio.c
553
* o va and dma are arrays of struct
credit_return
. One for each physical
556
*
credit_return
for its credit return.
568
&((struct
credit_return
*)sc->dd->cr_base[sc->node].dma)[gc];
in cr_group_addresses()
2121
int bytes = TXE_NUM_CONTEXTS * sizeof(struct
credit_return
);
in init_credit_return()
2154
sizeof(struct
credit_return
),
in free_credit_return()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
pio.h
113
struct
credit_return
{
struct
119
struct
credit_return
*va;
H
A
D
pio.c
511
* o va and dma are arrays of struct
credit_return
. One for each physical
514
*
credit_return
for its credit return.
526
&((struct
credit_return
*)sc->dd->cr_base[sc->node].dma)[gc];
in cr_group_addresses()
2076
int bytes = TXE_NUM_CONTEXTS * sizeof(struct
credit_return
);
in init_credit_return()
2113
sizeof(struct
credit_return
),
in free_credit_return()
Completed in 7 milliseconds