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:rq_db_mmap_entry
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/
H
A
D
efa.h
102
struct rdma_user_mmap_entry *
rq_db_mmap_entry
;
member
H
A
D
efa_verbs.c
415
rdma_user_mmap_entry_remove(qp->
rq_db_mmap_entry
);
in efa_qp_user_mmap_entries_remove()
509
qp->
rq_db_mmap_entry
=
in qp_mmap_entries_setup()
514
if (!qp->
rq_db_mmap_entry
)
in qp_mmap_entries_setup()
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/
H
A
D
efa.h
111
struct rdma_user_mmap_entry *
rq_db_mmap_entry
;
member
H
A
D
efa_verbs.c
443
rdma_user_mmap_entry_remove(qp->
rq_db_mmap_entry
);
in efa_qp_user_mmap_entries_remove()
536
qp->
rq_db_mmap_entry
=
in qp_mmap_entries_setup()
541
if (!qp->
rq_db_mmap_entry
)
in qp_mmap_entries_setup()
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H
A
D
erdma_verbs.h
51
struct rdma_user_mmap_entry *
rq_db_mmap_entry
;
member
H
A
D
erdma_verbs.c
1425
rdma_user_mmap_entry_remove(uctx->
rq_db_mmap_entry
);
in erdma_uctx_user_mmap_entries_remove()
1462
ctx->
rq_db_mmap_entry
= erdma_user_mmap_entry_insert(
in erdma_alloc_ucontext()
1464
if (!ctx->
rq_db_mmap_entry
) {
in erdma_alloc_ucontext()
Completed in 10 milliseconds