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:cntxt_pd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H
A
D
ocrdma_verbs.c
389
return (uctx->
cntxt_pd
== pd);
in is_ucontext_pd()
414
uctx->
cntxt_pd
= get_ocrdma_pd(pd);
in ocrdma_alloc_ucontext_pd()
416
status = _ocrdma_alloc_pd(dev, uctx->
cntxt_pd
, uctx, udata);
in ocrdma_alloc_ucontext_pd()
418
kfree(uctx->
cntxt_pd
);
in ocrdma_alloc_ucontext_pd()
422
uctx->
cntxt_pd
->uctx = uctx;
in ocrdma_alloc_ucontext_pd()
423
uctx->
cntxt_pd
->ibpd.device = &dev->ibdev;
in ocrdma_alloc_ucontext_pd()
430
struct ocrdma_pd *pd = uctx->
cntxt_pd
;
in ocrdma_dealloc_ucontext_pd()
437
uctx->
cntxt_pd
= NULL;
in ocrdma_dealloc_ucontext_pd()
449
pd = uctx->
cntxt_pd
;
in ocrdma_get_ucontext_pd()
941
uresp.db_page_addr = ocrdma_get_db_addr(dev, uctx->
cntxt_pd
in ocrdma_copy_cq_uresp()
[all...]
H
A
D
ocrdma.h
437
struct ocrdma_pd *
cntxt_pd
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H
A
D
ocrdma_verbs.c
391
return (uctx->
cntxt_pd
== pd);
in is_ucontext_pd()
416
uctx->
cntxt_pd
= get_ocrdma_pd(pd);
in ocrdma_alloc_ucontext_pd()
418
status = _ocrdma_alloc_pd(dev, uctx->
cntxt_pd
, uctx, udata);
in ocrdma_alloc_ucontext_pd()
420
kfree(uctx->
cntxt_pd
);
in ocrdma_alloc_ucontext_pd()
424
uctx->
cntxt_pd
->uctx = uctx;
in ocrdma_alloc_ucontext_pd()
425
uctx->
cntxt_pd
->ibpd.device = &dev->ibdev;
in ocrdma_alloc_ucontext_pd()
432
struct ocrdma_pd *pd = uctx->
cntxt_pd
;
in ocrdma_dealloc_ucontext_pd()
439
uctx->
cntxt_pd
= NULL;
in ocrdma_dealloc_ucontext_pd()
451
pd = uctx->
cntxt_pd
;
in ocrdma_get_ucontext_pd()
943
uresp.db_page_addr = ocrdma_get_db_addr(dev, uctx->
cntxt_pd
in ocrdma_copy_cq_uresp()
[all...]
H
A
D
ocrdma.h
437
struct ocrdma_pd *
cntxt_pd
;
member
Completed in 8 milliseconds