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:join_cgroup
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
test_current_task_under_cgroup_user.c
70
if (
join_cgroup
(CGROUP_PATH))
in main()
89
if (
join_cgroup
("/"))
in main()
H
A
D
hbm.c
185
if (
join_cgroup
(cg_dir)) {
in run_bpf_prog()
186
printf("ERROR:
join_cgroup
\n");
in run_bpf_prog()
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
test_current_task_under_cgroup_user.c
70
if (
join_cgroup
(CGROUP_PATH))
in main()
89
if (
join_cgroup
("/"))
in main()
H
A
D
hbm.c
184
if (
join_cgroup
(cg_dir)) {
in run_bpf_prog()
185
printf("ERROR:
join_cgroup
\n");
in run_bpf_prog()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
cgroup_helpers.c
168
*
join_cgroup
() - Join a cgroup
178
int
join_cgroup
(const char *path)
in join_cgroup()
function
309
if (
join_cgroup
(path)) {
in cgroup_setup_and_join()
H
A
D
cgroup_helpers.h
14
int
join_cgroup
(const char *path);
H
A
D
test_progs.c
234
if (
join_cgroup
(path)) {
in test__join_cgroup()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
cgroup_helpers.h
24
int
join_cgroup
(const char *relative_path);
H
A
D
cgroup_helpers.c
262
*
join_cgroup
() - Join a cgroup
272
int
join_cgroup
(const char *relative_path)
in join_cgroup()
function
296
* See
join_cgroup
().
468
if (
join_cgroup
(path)) {
in cgroup_setup_and_join()
H
A
D
test_progs.c
527
if (
join_cgroup
(path)) {
in test__join_cgroup()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H
A
D
cgroup_attach_autodetach.c
48
if (CHECK_FAIL(
join_cgroup
("/cg_autodetach")))
in test_cgroup_attach_autodetach()
H
A
D
cgroup_attach_multi.c
113
if (CHECK_FAIL(
join_cgroup
("/cg1/cg2/cg3/cg4/cg5")))
in test_cgroup_attach_multi()
H
A
D
cgroup_link.c
61
err =
join_cgroup
(cgs[last_cg].path);
in test_cgroup_link()
H
A
D
cg_storage_multi.c
63
if (
join_cgroup
(cgroup_path))
in connect_send()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
cgroup_attach_autodetach.c
48
if (CHECK_FAIL(
join_cgroup
("/cg_autodetach")))
in serial_test_cgroup_attach_autodetach()
H
A
D
cgroup_tcp_skb.c
77
err =
join_cgroup
(CGROUP_TCP_SKB_PATH);
in talk_to_cgroup()
78
if (!ASSERT_OK(err, "
join_cgroup
"))
in talk_to_cgroup()
124
err =
join_cgroup
(CGROUP_TCP_SKB_PATH);
in talk_to_outside()
125
if (!ASSERT_OK(err, "
join_cgroup
"))
in talk_to_outside()
H
A
D
lsm_cgroup.c
92
if (!ASSERT_GE(cgroup_fd, 0, "
join_cgroup
"))
in test_lsm_cgroup_functional()
275
if (!ASSERT_OK(
join_cgroup
("/sock_policy_empty"), "join root cgroup"))
in test_lsm_cgroup_functional()
H
A
D
cgroup_attach_multi.c
113
if (CHECK_FAIL(
join_cgroup
("/cg1/cg2/cg3/cg4/cg5")))
in serial_test_cgroup_attach_multi()
H
A
D
cgroup_link.c
61
err =
join_cgroup
(cgs[last_cg].path);
in serial_test_cgroup_link()
H
A
D
cg_storage_multi.c
63
if (
join_cgroup
(cgroup_path))
in connect_send()
Completed in 10 milliseconds