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:get_cgroup_id
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H
A
D
cg_storage_multi.c
118
key.cgroup_inode_id =
get_cgroup_id
(PARENT_CGROUP);
in test_egress_only()
123
key.cgroup_inode_id =
get_cgroup_id
(CHILD_CGROUP);
in test_egress_only()
142
key.cgroup_inode_id =
get_cgroup_id
(PARENT_CGROUP);
in test_egress_only()
147
key.cgroup_inode_id =
get_cgroup_id
(CHILD_CGROUP);
in test_egress_only()
202
key.cgroup_inode_id =
get_cgroup_id
(PARENT_CGROUP);
in test_isolated()
213
key.cgroup_inode_id =
get_cgroup_id
(CHILD_CGROUP);
in test_isolated()
247
key.cgroup_inode_id =
get_cgroup_id
(PARENT_CGROUP);
in test_isolated()
258
key.cgroup_inode_id =
get_cgroup_id
(CHILD_CGROUP);
in test_isolated()
327
key =
get_cgroup_id
(PARENT_CGROUP);
in test_shared()
335
key =
get_cgroup_id
(CHILD_CGROU
in test_shared()
[all...]
H
A
D
sock_fields.c
361
parent_cg_id =
get_cgroup_id
(PARENT_CGROUP);
in test_sock_fields()
368
child_cg_id =
get_cgroup_id
(CHILD_CGROUP);
in test_sock_fields()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
cg_storage_multi.c
117
key.cgroup_inode_id =
get_cgroup_id
(PARENT_CGROUP);
in test_egress_only()
122
key.cgroup_inode_id =
get_cgroup_id
(CHILD_CGROUP);
in test_egress_only()
140
key.cgroup_inode_id =
get_cgroup_id
(PARENT_CGROUP);
in test_egress_only()
145
key.cgroup_inode_id =
get_cgroup_id
(CHILD_CGROUP);
in test_egress_only()
195
key.cgroup_inode_id =
get_cgroup_id
(PARENT_CGROUP);
in test_isolated()
206
key.cgroup_inode_id =
get_cgroup_id
(CHILD_CGROUP);
in test_isolated()
237
key.cgroup_inode_id =
get_cgroup_id
(PARENT_CGROUP);
in test_isolated()
248
key.cgroup_inode_id =
get_cgroup_id
(CHILD_CGROUP);
in test_isolated()
308
key =
get_cgroup_id
(PARENT_CGROUP);
in test_shared()
316
key =
get_cgroup_id
(CHILD_CGROU
in test_shared()
[all...]
H
A
D
rcu_read_lock.c
26
bpf_program__set_autoload(skel->progs.
get_cgroup_id
, true);
in test_success()
137
cgroup_id =
get_cgroup_id
("/rcu_read_lock");
in test_rcu_read_lock()
H
A
D
task_under_cgroup.c
27
skel->rodata->cgid =
get_cgroup_id
(FOO);
in test_task_under_cgroup()
H
A
D
sock_fields.c
360
parent_cg_id =
get_cgroup_id
(PARENT_CGROUP);
in serial_test_sock_fields()
367
child_cg_id =
get_cgroup_id
(CHILD_CGROUP);
in serial_test_sock_fields()
H
A
D
cgrp_local_storage.c
248
cgroup_id =
get_cgroup_id
("/cgrp_local_storage");
in test_cgrp_local_storage()
H
A
D
cgroup_hierarchical_stats.c
138
cgroups[i].id =
get_cgroup_id
(cgroups[i].path);
in setup_cgroups()
H
A
D
cgroup_iter.c
37
cg_id[i] =
get_cgroup_id
(cg_path[i]);
in setup_cgroups()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
test_skb_cgroup_id_user.c
123
expected_ids[0] =
get_cgroup_id
("/.."); /* root cgroup */
in check_ancestor_cgroup_ids()
124
expected_ids[1] =
get_cgroup_id
("");
in check_ancestor_cgroup_ids()
125
expected_ids[2] =
get_cgroup_id
(CGROUP_PATH);
in check_ancestor_cgroup_ids()
H
A
D
cgroup_helpers.h
17
unsigned long long
get_cgroup_id
(const char *path);
H
A
D
get_cgroup_id_user.c
124
ucgid =
get_cgroup_id
(TEST_CGROUP);
in main()
H
A
D
cgroup_helpers.c
239
*
get_cgroup_id
() - Get cgroup id for a particular cgroup path
246
unsigned long long
get_cgroup_id
(const char *path)
in get_cgroup_id()
function
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_skb_cgroup_id_user.c
122
expected_ids[0] =
get_cgroup_id
("/.."); /* root cgroup */
in check_ancestor_cgroup_ids()
123
expected_ids[1] =
get_cgroup_id
("");
in check_ancestor_cgroup_ids()
124
expected_ids[2] =
get_cgroup_id
(CGROUP_PATH);
in check_ancestor_cgroup_ids()
H
A
D
cgroup_helpers.h
22
unsigned long long
get_cgroup_id
(const char *relative_path);
H
A
D
get_cgroup_id_user.c
136
ucgid =
get_cgroup_id
(TEST_CGROUP);
in main()
H
A
D
cgroup_helpers.c
398
*
get_cgroup_id
() - Get cgroup id for a particular cgroup path
405
unsigned long long
get_cgroup_id
(const char *relative_path)
in get_cgroup_id()
function
/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/
H
A
D
off_cpu.bpf.c
120
static inline __u64
get_cgroup_id
(struct task_struct *t)
in get_cgroup_id()
function
175
__u64 cgrp_id =
get_cgroup_id
(t);
in can_record()
218
.cgroup_id = needs_cgroup ?
get_cgroup_id
(next) : 0,
in off_cpu_stat()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
rcu_read_lock.c
30
int
get_cgroup_id
(void *ctx)
in get_cgroup_id()
function
Completed in 8 milliseconds