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:key_bitmap_len
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
uverbs_ioctl.c
82
sizeof(*pbundle->bundle.attrs) * method_elm->
key_bitmap_len
+
in uapi_compute_bundle_size()
444
pbundle->method_elm->
key_bitmap_len
)))
in ib_uverbs_run_method()
495
unsigned int
key_bitmap_len
= pbundle->method_elm->
key_bitmap_len
;
in bundle_destroy()
local
501
while ((i = find_next_bit(pbundle->uobj_finalize,
key_bitmap_len
,
in bundle_destroy()
502
i + 1)) <
key_bitmap_len
) {
in bundle_destroy()
514
while ((i = find_next_bit(pbundle->spec_finalize,
key_bitmap_len
,
in bundle_destroy()
515
i + 1)) <
key_bitmap_len
) {
in bundle_destroy()
590
pbundle->internal_used = ALIGN(pbundle->method_elm->
key_bitmap_len
*
in ib_uverbs_cmd_verbs()
H
A
D
rdma_core.h
95
u8
key_bitmap_len
;
member
H
A
D
uverbs_uapi.c
411
method_elm->
key_bitmap_len
= max_bkey + 1;
in uapi_finalize_ioctl_method()
412
WARN_ON(method_elm->
key_bitmap_len
> UVERBS_API_ATTR_BKEY_LEN);
in uapi_finalize_ioctl_method()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
uverbs_ioctl.c
82
sizeof(*pbundle->bundle.attrs) * method_elm->
key_bitmap_len
+
in uapi_compute_bundle_size()
452
pbundle->method_elm->
key_bitmap_len
)))
in ib_uverbs_run_method()
503
unsigned int
key_bitmap_len
= pbundle->method_elm->
key_bitmap_len
;
in bundle_destroy()
local
509
while ((i = find_next_bit(pbundle->uobj_finalize,
key_bitmap_len
,
in bundle_destroy()
510
i + 1)) <
key_bitmap_len
) {
in bundle_destroy()
522
while ((i = find_next_bit(pbundle->spec_finalize,
key_bitmap_len
,
in bundle_destroy()
523
i + 1)) <
key_bitmap_len
) {
in bundle_destroy()
598
pbundle->internal_used = ALIGN(pbundle->method_elm->
key_bitmap_len
*
in ib_uverbs_cmd_verbs()
H
A
D
rdma_core.h
95
u8
key_bitmap_len
;
member
H
A
D
uverbs_uapi.c
408
method_elm->
key_bitmap_len
= max_bkey + 1;
in uapi_finalize_ioctl_method()
409
WARN_ON(method_elm->
key_bitmap_len
> UVERBS_API_ATTR_BKEY_LEN);
in uapi_finalize_ioctl_method()
Completed in 6 milliseconds