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:jited
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
syscall.c
536
u32 type = 0,
jited
= 0;
in bpf_map_show_fdinfo()
local
542
jited
= array->aux->owner.
jited
;
in bpf_map_show_fdinfo()
559
seq_printf(m, "owner_jited:\t%u\n",
jited
);
in bpf_map_show_fdinfo()
1864
prog->type, prog->
jited
, prog_tag, prog->pages * 1ULL << PAGE_SHIFT, prog->aux->id, stats.nsecs,
in bpf_prog_show_fdinfo()
2237
prog->
jited
= 0;
in bpf_prog_load()
H
A
D
verifier.c
11070
if (!func[i]->
jited
) {
in jit_subprogs()
11137
prog->
jited
= 1;
in jit_subprogs()
11886
if (!tgt_prog->
jited
) {
in bpf_check_attach_target()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
bpf.h
835
/* jited_linfo is the
jited
addr of the linfo. It has a
837
* jited_linfo[i] is the
jited
addr for the linfo[i]->insn_off.
868
bool
jited
;
member
Completed in 26 milliseconds