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:func_cnt
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
syscall.c
2306
_bpf_prog_put_noref(prog, prog->aux->
func_cnt
);
in bpf_prog_load()
3563
if (prog->aux->
func_cnt
) {
in bpf_prog_get_info_by_fd()
3567
for (i = 0; i < prog->aux->
func_cnt
; i++) {
in bpf_prog_get_info_by_fd()
3582
if (prog->aux->
func_cnt
) {
in bpf_prog_get_info_by_fd()
3587
for (i = 0; i < prog->aux->
func_cnt
; i++) {
in bpf_prog_get_info_by_fd()
3611
info.nr_jited_ksyms = prog->aux->
func_cnt
?: 1;
in bpf_prog_get_info_by_fd()
3623
if (prog->aux->
func_cnt
) {
in bpf_prog_get_info_by_fd()
3642
info.nr_jited_func_lens = prog->aux->
func_cnt
?: 1;
in bpf_prog_get_info_by_fd()
3651
if (prog->aux->
func_cnt
) {
in bpf_prog_get_info_by_fd()
3721
info.nr_prog_tags = prog->aux->
func_cnt
in bpf_prog_get_info_by_fd()
[all...]
H
A
D
verifier.c
11103
func[i]->aux->
func_cnt
= env->subprog_cnt;
in jit_subprogs()
11140
prog->aux->
func_cnt
= env->subprog_cnt;
in jit_subprogs()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
bpf.h
785
u32
func_cnt
; /* used by non-func prog as the number of func progs */
member
Completed in 24 milliseconds