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:ibctx
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H
A
D
erdma_verbs.h
290
static inline struct erdma_ucontext *to_ectx(struct ib_ucontext *
ibctx
)
in to_ectx()
argument
292
return container_of(
ibctx
, struct erdma_ucontext, ibucontext);
in to_ectx()
321
int erdma_alloc_ucontext(struct ib_ucontext *
ibctx
, struct ib_udata *data);
322
void erdma_dealloc_ucontext(struct ib_ucontext *
ibctx
);
H
A
D
erdma_verbs.c
1429
int erdma_alloc_ucontext(struct ib_ucontext *
ibctx
, struct ib_udata *udata)
in erdma_alloc_ucontext()
argument
1431
struct erdma_ucontext *ctx = to_ectx(
ibctx
);
in erdma_alloc_ucontext()
1432
struct erdma_dev *dev = to_edev(
ibctx
->device);
in erdma_alloc_ucontext()
1495
void erdma_dealloc_ucontext(struct ib_ucontext *
ibctx
)
in erdma_dealloc_ucontext()
argument
1497
struct erdma_dev *dev = to_edev(
ibctx
->device);
in erdma_dealloc_ucontext()
1498
struct erdma_ucontext *ctx = to_ectx(
ibctx
);
in erdma_dealloc_ucontext()
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H
A
D
ocrdma_verbs.c
518
void ocrdma_dealloc_ucontext(struct ib_ucontext *
ibctx
)
in ocrdma_dealloc_ucontext()
argument
521
struct ocrdma_ucontext *uctx = get_ocrdma_ucontext(
ibctx
);
in ocrdma_dealloc_ucontext()
522
struct ocrdma_dev *dev = get_ocrdma_dev(
ibctx
->device);
in ocrdma_dealloc_ucontext()
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H
A
D
ocrdma_verbs.c
520
void ocrdma_dealloc_ucontext(struct ib_ucontext *
ibctx
)
in ocrdma_dealloc_ucontext()
argument
523
struct ocrdma_ucontext *uctx = get_ocrdma_ucontext(
ibctx
);
in ocrdma_dealloc_ucontext()
524
struct ocrdma_dev *dev = get_ocrdma_dev(
ibctx
->device);
in ocrdma_dealloc_ucontext()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
H
A
D
verbs.c
363
void qedr_dealloc_ucontext(struct ib_ucontext *
ibctx
)
in qedr_dealloc_ucontext()
argument
365
struct qedr_ucontext *uctx = get_qedr_ucontext(
ibctx
);
in qedr_dealloc_ucontext()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/
H
A
D
verbs.c
365
void qedr_dealloc_ucontext(struct ib_ucontext *
ibctx
)
in qedr_dealloc_ucontext()
argument
367
struct qedr_ucontext *uctx = get_qedr_ucontext(
ibctx
);
in qedr_dealloc_ucontext()
Completed in 21 milliseconds