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:attr_key
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
uverbs_ioctl.c
362
u32
attr_key
)
in uapi_get_attr_for_method()
366
if (likely(
attr_key
< pbundle->radix_slots_len)) {
in uapi_get_attr_for_method()
369
slot = pbundle->radix_slots +
attr_key
;
in uapi_get_attr_for_method()
376
pbundle->method_key |
attr_key
);
in uapi_get_attr_for_method()
382
u32
attr_key
= uapi_key_attr(uattr->attr_id);
in uverbs_set_attr()
local
383
u32 attr_bkey = uapi_bkey_attr(
attr_key
);
in uverbs_set_attr()
388
slot = uapi_get_attr_for_method(pbundle,
attr_key
);
in uverbs_set_attr()
361
uapi_get_attr_for_method(struct bundle_priv *pbundle, u32
attr_key
)
uapi_get_attr_for_method()
argument
H
A
D
uverbs_uapi.c
370
u32
attr_key
= iter.index & UVERBS_API_ATTR_KEY_MASK;
in uapi_finalize_ioctl_method()
local
371
u32 attr_bkey = uapi_bkey_attr(
attr_key
);
in uapi_finalize_ioctl_method()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
uverbs_ioctl.c
370
u32
attr_key
)
in uapi_get_attr_for_method()
374
if (likely(
attr_key
< pbundle->radix_slots_len)) {
in uapi_get_attr_for_method()
377
slot = pbundle->radix_slots +
attr_key
;
in uapi_get_attr_for_method()
384
pbundle->method_key |
attr_key
);
in uapi_get_attr_for_method()
390
u32
attr_key
= uapi_key_attr(uattr->attr_id);
in uverbs_set_attr()
local
391
u32 attr_bkey = uapi_bkey_attr(
attr_key
);
in uverbs_set_attr()
396
slot = uapi_get_attr_for_method(pbundle,
attr_key
);
in uverbs_set_attr()
369
uapi_get_attr_for_method(struct bundle_priv *pbundle, u32
attr_key
)
uapi_get_attr_for_method()
argument
H
A
D
uverbs_uapi.c
367
u32
attr_key
= iter.index & UVERBS_API_ATTR_KEY_MASK;
in uapi_finalize_ioctl_method()
local
368
u32 attr_bkey = uapi_bkey_attr(
attr_key
);
in uapi_finalize_ioctl_method()
/kernel/linux/linux-5.10/include/rdma/
H
A
D
uverbs_ioctl.h
209
uapi_key_attr_to_ioctl_method(u32
attr_key
)
in uapi_key_attr_to_ioctl_method()
argument
211
return
attr_key
&
in uapi_key_attr_to_ioctl_method()
274
* basically it undoes the reservation of 0 in the ID numbering.
attr_key
278
static inline __attribute_const__ u32 uapi_bkey_attr(u32
attr_key
)
in uapi_bkey_attr()
argument
280
return
attr_key
- 1;
in uapi_bkey_attr()
/kernel/linux/linux-6.6/include/rdma/
H
A
D
uverbs_ioctl.h
210
uapi_key_attr_to_ioctl_method(u32
attr_key
)
in uapi_key_attr_to_ioctl_method()
argument
212
return
attr_key
&
in uapi_key_attr_to_ioctl_method()
275
* basically it undoes the reservation of 0 in the ID numbering.
attr_key
279
static inline __attribute_const__ u32 uapi_bkey_attr(u32
attr_key
)
in uapi_bkey_attr()
argument
281
return
attr_key
- 1;
in uapi_bkey_attr()
/kernel/linux/linux-5.10/fs/hfsplus/
H
A
D
xattr.c
682
struct hfsplus_attr_key
attr_key
;
in hfsplus_listxattr()
local
730
hfs_bnode_read(fd.bnode, &
attr_key
,
in hfsplus_listxattr()
733
if (be32_to_cpu(
attr_key
.cnid) != inode->i_ino)
in hfsplus_listxattr()
/kernel/linux/linux-6.6/fs/hfsplus/
H
A
D
xattr.c
680
struct hfsplus_attr_key
attr_key
;
in hfsplus_listxattr()
local
729
hfs_bnode_read(fd.bnode, &
attr_key
,
in hfsplus_listxattr()
732
if (be32_to_cpu(
attr_key
.cnid) != inode->i_ino)
in hfsplus_listxattr()
Completed in 18 milliseconds