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:kflag
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
btf.h
324
bool
kflag
= btf_kflag(t);
in btf_member_bit_offset()
local
326
return
kflag
? BTF_MEMBER_BIT_OFFSET(m->offset) : m->offset;
in btf_member_bit_offset()
336
bool
kflag
= btf_kflag(t);
in btf_member_bitfield_size()
local
338
return
kflag
? BTF_MEMBER_BITFIELD_SIZE(m->offset) : 0;
in btf_member_bitfield_size()
H
A
D
btf.c
1563
static __u32 btf_type_info(int kind, int vlen, int
kflag
)
in btf_type_info()
argument
1565
return (
kflag
<< 31) | (kind << 24) | vlen;
in btf_type_info()
1754
/* start out with vlen=0 and no
kflag
; this will be adjusted when
in btf_add_composite()
1863
/* update parent type's vlen and
kflag
*/
in btf__add_field()
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
btf.h
532
bool
kflag
= btf_kflag(t);
in btf_member_bit_offset()
local
534
return
kflag
? BTF_MEMBER_BIT_OFFSET(m->offset) : m->offset;
in btf_member_bit_offset()
544
bool
kflag
= btf_kflag(t);
in btf_member_bitfield_size()
local
546
return
kflag
? BTF_MEMBER_BITFIELD_SIZE(m->offset) : 0;
in btf_member_bitfield_size()
H
A
D
libbpf_internal.h
242
static inline __u32 btf_type_info(int kind, int vlen, int
kflag
)
in btf_type_info()
argument
244
return (
kflag
<< 31) | (kind << 24) | vlen;
in btf_type_info()
368
/* BTF_KIND_ENUM64 support and BTF_KIND_ENUM
kflag
support */
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
entry-arcv2.h
269
kflag
r9
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
entry-arcv2.h
279
kflag
r9
Completed in 10 milliseconds