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:orig_fp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/net/
H
A
D
bpf_jit_comp.c
1896
struct bpf_prog *tmp, *
orig_fp
= fp;
in bpf_int_jit_compile()
local
1905
return
orig_fp
;
in bpf_int_jit_compile()
1908
return
orig_fp
;
in bpf_int_jit_compile()
1916
return
orig_fp
;
in bpf_int_jit_compile()
1926
fp =
orig_fp
;
in bpf_int_jit_compile()
1942
fp =
orig_fp
;
in bpf_int_jit_compile()
1952
fp =
orig_fp
;
in bpf_int_jit_compile()
1961
fp =
orig_fp
;
in bpf_int_jit_compile()
1967
fp =
orig_fp
;
in bpf_int_jit_compile()
1994
bpf_jit_prog_release_other(fp, fp ==
orig_fp
in bpf_int_jit_compile()
[all...]
/kernel/linux/linux-5.10/drivers/net/team/
H
A
D
team_mode_loadbalance.c
291
struct bpf_prog *
orig_fp
= NULL;
in lb_bpf_func_set()
local
310
orig_fp
= rcu_dereference_protected(lb_priv->fp,
in lb_bpf_func_set()
317
if (
orig_fp
) {
in lb_bpf_func_set()
319
bpf_prog_destroy(
orig_fp
);
in lb_bpf_func_set()
/kernel/linux/linux-6.6/drivers/net/team/
H
A
D
team_mode_loadbalance.c
285
struct bpf_prog *
orig_fp
= NULL;
in lb_bpf_func_set()
local
304
orig_fp
= rcu_dereference_protected(lb_priv->fp,
in lb_bpf_func_set()
311
if (
orig_fp
) {
in lb_bpf_func_set()
313
bpf_prog_destroy(
orig_fp
);
in lb_bpf_func_set()
/kernel/linux/linux-5.10/arch/s390/net/
H
A
D
bpf_jit_comp.c
1734
struct bpf_prog *tmp, *
orig_fp
= fp;
in bpf_int_jit_compile()
local
1743
return
orig_fp
;
in bpf_int_jit_compile()
1751
return
orig_fp
;
in bpf_int_jit_compile()
1761
fp =
orig_fp
;
in bpf_int_jit_compile()
1777
fp =
orig_fp
;
in bpf_int_jit_compile()
1787
fp =
orig_fp
;
in bpf_int_jit_compile()
1796
fp =
orig_fp
;
in bpf_int_jit_compile()
1802
fp =
orig_fp
;
in bpf_int_jit_compile()
1829
bpf_jit_prog_release_other(fp, fp ==
orig_fp
?
in bpf_int_jit_compile()
1830
tmp :
orig_fp
);
in bpf_int_jit_compile()
[all...]
Completed in 14 milliseconds