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:cg_id
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
cgroup_hierarchical_stats.c
48
static int create_percpu_attach_counter(__u64
cg_id
, __u64 state)
in create_percpu_attach_counter()
argument
56
static int create_attach_counter(__u64
cg_id
, __u64 state, __u64 pending)
in create_attach_counter()
argument
68
__u64
cg_id
= cgroup_id(dst_cgrp);
in BPF_PROG()
local
87
__u64
cg_id
= cgroup_id(cgrp);
in BPF_PROG()
local
137
__u64
cg_id
= cgrp ? cgroup_id(cgrp) : 0;
BPF_PROG()
local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
cgroup_iter.c
24
static unsigned long long
cg_id
[] = {0, 0, 0, 0};
variable
[all...]
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
hbm.c
161
static int run_bpf_prog(char *prog, int
cg_id
)
in run_bpf_prog()
argument
441
int
cg_id
= 1;
in main()
local
[all...]
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
hbm.c
161
static int run_bpf_prog(char *prog, int
cg_id
)
in run_bpf_prog()
argument
454
int
cg_id
in main()
local
[all...]
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
cgroup.c
916
u64
cg_id
= 0;
in bpf_cgroup_link_show_fdinfo()
local
935
u64
cg_id
= 0;
in bpf_cgroup_link_fill_link_info()
local
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
cgroup.c
1234
u64
cg_id
= 0;
in bpf_cgroup_link_show_fdinfo()
local
1253
u64
cg_id
= 0;
in bpf_cgroup_link_fill_link_info()
local
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8195/
H
A
D
mt8195-dai-etdm.c
1465
int
cg_id
= -1;
in mtk_dai_etdm_get_cg_id_by_dai_id()
local
1582
int
cg_id
;
in mtk_dai_etdm_startup()
local
1623
int
cg_id
;
mtk_dai_etdm_shutdown()
local
2300
int
cg_id
= mtk_dai_etdm_get_
cg_id
_by_dai_id(dai->id);
mtk_dai_hdmitx_dptx_startup()
local
2315
int
cg_id
= mtk_dai_etdm_get_
cg_id
_by_dai_id(dai->id);
mtk_dai_hdmitx_dptx_shutdown()
local
[all...]
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8188/
H
A
D
mt8188-dai-etdm.c
659
int
cg_id
;
in mtk_etdm_cg_event()
local
Completed in 13 milliseconds