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:mmap_xa
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
ib_core_uverbs.c
16
* @entry: entry into the
mmap_xa
that needs to be linked with
102
* rdma_user_mmap_entry_get_pgoff() - Get an entry from the
mmap_xa
125
xa_lock(&ucontext->
mmap_xa
);
in rdma_user_mmap_entry_get_pgoff()
127
entry = xa_load(&ucontext->
mmap_xa
, pgoff);
in rdma_user_mmap_entry_get_pgoff()
138
xa_unlock(&ucontext->
mmap_xa
);
in rdma_user_mmap_entry_get_pgoff()
146
xa_unlock(&ucontext->
mmap_xa
);
in rdma_user_mmap_entry_get_pgoff()
152
* rdma_user_mmap_entry_get() - Get an entry from the
mmap_xa
190
xa_lock(&ucontext->
mmap_xa
);
in rdma_user_mmap_entry_free()
192
__xa_erase(&ucontext->
mmap_xa
, entry->start_pgoff + i);
in rdma_user_mmap_entry_free()
193
xa_unlock(&ucontext->
mmap_xa
);
in rdma_user_mmap_entry_free()
[all...]
H
A
D
rdma_core.c
837
WARN_ON(!xa_empty(&ucontext->
mmap_xa
));
in ufile_destroy_ucontext()
H
A
D
uverbs_cmd.c
223
xa_init_flags(&ucontext->
mmap_xa
, XA_FLAGS_ALLOC);
in ib_alloc_ucontext()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
ib_core_uverbs.c
16
* @entry: entry into the
mmap_xa
that needs to be linked with
102
* rdma_user_mmap_entry_get_pgoff() - Get an entry from the
mmap_xa
125
xa_lock(&ucontext->
mmap_xa
);
in rdma_user_mmap_entry_get_pgoff()
127
entry = xa_load(&ucontext->
mmap_xa
, pgoff);
in rdma_user_mmap_entry_get_pgoff()
138
xa_unlock(&ucontext->
mmap_xa
);
in rdma_user_mmap_entry_get_pgoff()
146
xa_unlock(&ucontext->
mmap_xa
);
in rdma_user_mmap_entry_get_pgoff()
152
* rdma_user_mmap_entry_get() - Get an entry from the
mmap_xa
190
xa_lock(&ucontext->
mmap_xa
);
in rdma_user_mmap_entry_free()
192
__xa_erase(&ucontext->
mmap_xa
, entry->start_pgoff + i);
in rdma_user_mmap_entry_free()
193
xa_unlock(&ucontext->
mmap_xa
);
in rdma_user_mmap_entry_free()
[all...]
H
A
D
rdma_core.c
874
WARN_ON(!xa_empty(&ucontext->
mmap_xa
));
in ufile_destroy_ucontext()
H
A
D
uverbs_cmd.c
223
xa_init_flags(&ucontext->
mmap_xa
, XA_FLAGS_ALLOC);
in ib_alloc_ucontext()
/kernel/linux/linux-5.10/include/rdma/
H
A
D
ib_verbs.h
1491
struct xarray
mmap_xa
;
member
2393
* This will be called once refcount of an entry in
mmap_xa
reaches
/kernel/linux/linux-6.6/include/rdma/
H
A
D
ib_verbs.h
1521
struct xarray
mmap_xa
;
member
2449
* This will be called once refcount of an entry in
mmap_xa
reaches
Completed in 31 milliseconds