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:excnt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/net/
H
A
D
bpf_jit_comp.c
52
int
excnt
; /* Number of exception table entries */
member
661
if (WARN_ON_ONCE(jit->
excnt
>= fp->aux->num_exentries))
in bpf_jit_probe_mem()
664
ex = &fp->aux->extable[jit->
excnt
];
in bpf_jit_probe_mem()
682
jit->
excnt
++;
in bpf_jit_probe_mem()
1660
jit->
excnt
= 0;
in bpf_jit_prog()
1687
jit->
excnt
!= fp->aux->num_exentries))
in bpf_jit_prog()
/kernel/linux/linux-6.6/arch/s390/net/
H
A
D
bpf_jit_comp.c
53
int
excnt
; /* Number of exception table entries */
member
714
if (WARN_ON_ONCE(jit->
excnt
>= fp->aux->num_exentries))
in bpf_jit_probe_mem()
717
ex = &fp->aux->extable[jit->
excnt
];
in bpf_jit_probe_mem()
736
jit->
excnt
++;
in bpf_jit_probe_mem()
1822
jit->
excnt
= 0;
in bpf_jit_prog()
1849
jit->
excnt
!= fp->aux->num_exentries))
in bpf_jit_prog()
/kernel/linux/linux-5.10/arch/x86/net/
H
A
D
bpf_jit_comp.c
796
int i, cnt = 0,
excnt
= 0;
in do_jit()
local
1197
if (
excnt
>= bpf_prog->aux->num_exentries) {
in do_jit()
1201
ex = &bpf_prog->aux->extable[
excnt
++];
in do_jit()
1503
if (image &&
excnt
!= bpf_prog->aux->num_exentries) {
in do_jit()
/kernel/linux/linux-6.6/arch/x86/net/
H
A
D
bpf_jit_comp.c
1035
int i,
excnt
= 0;
in do_jit()
local
1531
if (
excnt
>= bpf_prog->aux->num_exentries) {
in do_jit()
1535
ex = &bpf_prog->aux->extable[
excnt
++];
in do_jit()
1948
if (image &&
excnt
!= bpf_prog->aux->num_exentries) {
in do_jit()
Completed in 13 milliseconds