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
defs:progs
(Results
1 - 25
of
48
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/net/netns/
H
A
D
bpf.h
17
struct bpf_prog *
progs
[MAX_NETNS_BPF_ATTACH_TYPE];
member
/kernel/linux/linux-6.6/include/net/netns/
H
A
D
bpf.h
24
struct bpf_prog *
progs
[MAX_NETNS_BPF_ATTACH_TYPE];
member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
trampoline_count.c
37
char *const
progs
[] = { "fentry_test", "fmod_ret_test", "fexit_test" };
in serial_test_trampoline_count()
local
H
A
D
flow_dissector_reattach.c
607
int i,
progs
[2] = { -1, -1 };
in run_tests()
local
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
test_cgrp2_sock2.c
38
struct bpf_program *
progs
[2];
in main()
local
H
A
D
task_fd_query_user.c
23
static struct bpf_program *
progs
[2];
variable
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
H
A
D
iterators.skel.h
19
}
progs
;
member
[all...]
/kernel/linux/linux-6.6/kernel/bpf/preload/iterators/
H
A
D
iterators.lskel-little-endian.h
16
}
progs
;
member
H
A
D
iterators.lskel-big-endian.h
16
}
progs
;
member
/kernel/linux/linux-6.6/drivers/hid/bpf/entrypoints/
H
A
D
entrypoints.lskel.h
15
}
progs
;
member
/kernel/linux/linux-5.10/drivers/media/rc/
H
A
D
bpf-lirc.c
294
struct bpf_prog_array *
progs
;
in lirc_prog_query()
local
[all...]
H
A
D
rc-core-priv.h
65
struct bpf_prog_array __rcu *
progs
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
bpf-cgroup-defs.h
59
struct hlist_head
progs
[MAX_CGROUP_BPF_ATTACH_TYPE];
member
H
A
D
hid_bpf.h
136
struct hid_bpf_prog_list __rcu *
progs
[HID_BPF_PROG_TYPE_MAX]; /* attached BPF
progs
*/
member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H
A
D
flow_dissector_reattach.c
607
int i,
progs
[2] = { -1, -1 };
in run_tests()
local
/kernel/linux/linux-6.6/drivers/media/rc/
H
A
D
bpf-lirc.c
298
struct bpf_prog_array *
progs
;
in lirc_prog_query()
local
[all...]
H
A
D
rc-core-priv.h
65
struct bpf_prog_array __rcu *
progs
;
member
/kernel/linux/linux-6.6/drivers/hid/bpf/
H
A
D
hid_bpf_jmp_table.c
44
struct bpf_prog *
progs
[HID_BPF_MAX_PROGS]; /* idx ->
progs
mapping */
member
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H
A
D
bench_htab_mem.c
18
const char **
progs
;
member
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
trampoline.c
149
struct bpf_prog **
progs
;
in bpf_trampoline_get_progs()
local
[all...]
H
A
D
bpf_struct_ops.c
38
struct bpf_prog **
progs
;
member
[all...]
H
A
D
offload.c
45
struct list_head
progs
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
bpf-cgroup.h
77
struct list_head
progs
[MAX_BPF_ATTACH_TYPE];
member
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
offload.c
46
struct list_head
progs
;
member
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H
A
D
hid_bpf.c
583
const struct test_program
progs
[] = {
in TEST_F()
local
631
const struct test_program
progs
[] = {
in TEST_F()
local
714
const struct test_program
progs
[]
in TEST_F()
local
778
const struct test_program
progs
[] = {
TEST_F()
local
818
const struct test_program
progs
[] = {
TEST_F()
local
[all...]
Completed in 15 milliseconds
1
2