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:__capi
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
capability.h
53
#define CAP_FOR_EACH_U32(
__capi
) \
54
for (
__capi
= 0;
__capi
< _KERNEL_CAPABILITY_U32S; ++
__capi
)
104
unsigned
__capi
; \
105
CAP_FOR_EACH_U32(
__capi
) { \
106
c.cap[
__capi
] = a.cap[
__capi
] OP b.cap[
__capi
]; \
112
unsigned
__capi
; \
151
unsigned
__capi
;
cap_isclear()
local
[all...]
/kernel/linux/linux-5.10/fs/proc/
H
A
D
array.c
307
unsigned
__capi
;
in render_cap_t()
local
310
CAP_FOR_EACH_U32(
__capi
) {
in render_cap_t()
312
a->cap[CAP_LAST_U32 -
__capi
], 8);
in render_cap_t()
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
10160
unsigned
__capi
;
in io_uring_show_cred()
local
10180
CAP_FOR_EACH_U32(
__capi
)
in io_uring_show_cred()
10181
seq_put_hex_ll(m, NULL, cap.cap[CAP_LAST_U32 -
__capi
], 8);
in io_uring_show_cred()
Completed in 16 milliseconds