Home
last modified time | relevance | path

Searched defs:cgroup (Results 26 - 50 of 91) sorted by relevance

1234

/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dtest_kmem.c30 static int alloc_dcache(const char *cgroup, void *arg) in alloc_dcache() argument
100 static int alloc_kmem_smp(const char *cgroup, void *arg) in alloc_kmem_smp() argument
245 static int spawn_1000_threads(const char *cgroup, void *arg) in spawn_1000_threads() argument
129 cg_run_in_subcgroups(const char *parent, int (*fn)(const char *cgroup, void *arg), void *arg, int times) cg_run_in_subcgroups() argument
[all...]
H A Dtest_zswap.c58 static int allocate_bytes(const char *cgroup, void *arg) in allocate_bytes() argument
118 static int no_kmem_bypass_child(const char *cgroup, void *arg) in no_kmem_bypass_child() argument
[all...]
H A Dtest_core.c48 static int alloc_and_touch_anon_noexit(const char *cgroup, void *arg) in alloc_and_touch_anon_noexit() argument
[all...]
H A Dtest_cpu.c23 char *cgroup; member
131 static int hog_cpus_timed(const char *cgroup, void *arg) in hog_cpus_timed() argument
[all...]
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dsched.h103 __aligned_u64 cgroup; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dsched.h62 __aligned_u64 cgroup; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dsched.h62 __aligned_u64 cgroup; member
/third_party/ltp/include/lapi/
H A Dsched.h60 uint64_t __attribute__((aligned(8))) cgroup; member
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H A Dtest_core.c48 static int alloc_and_touch_anon_noexit(const char *cgroup, void *arg) in alloc_and_touch_anon_noexit() argument
[all...]
H A Dcgroup_util.c78 char *cg_control(const char *cgroup, const char *control) in cg_control() argument
88 int cg_read(const char *cgroup, const char *control, char *buf, size_t len) in cg_read() argument
100 int cg_read_strcmp(const char *cgroup, const char *control, in cg_read_strcmp() argument
127 int cg_read_strstr(const char *cgroup, const char *control, const char *needle) in cg_read_strstr() argument
137 long cg_read_long(const char *cgroup, cons argument
147 cg_read_key_long(const char *cgroup, const char *control, const char *key) cg_read_key_long() argument
162 cg_read_lc(const char *cgroup, const char *control) cg_read_lc() argument
178 cg_write(const char *cgroup, const char *control, char *buf) cg_write() argument
220 cg_create(const char *cgroup) cg_create() argument
225 cg_wait_for_proc_count(const char *cgroup, int count) cg_wait_for_proc_count() argument
250 cg_killall(const char *cgroup) cg_killall() argument
274 cg_destroy(const char *cgroup) cg_destroy() argument
292 cg_enter(const char *cgroup, int pid) cg_enter() argument
300 cg_enter_current(const char *cgroup) cg_enter_current() argument
305 cg_enter_current_thread(const char *cgroup) cg_enter_current_thread() argument
310 cg_run(const char *cgroup, int (*fn)(const char *cgroup, void *arg), void *arg) cg_run() argument
408 clone_into_cgroup_run_nowait(const char *cgroup, int (*fn)(const char *cgroup, void *arg), void *arg) clone_into_cgroup_run_nowait() argument
427 cg_run_nowait(const char *cgroup, int (*fn)(const char *cgroup, void *arg), void *arg) cg_run_nowait() argument
482 alloc_anon(const char *cgroup, void *arg) alloc_anon() argument
555 clone_into_cgroup_run_wait(const char *cgroup) clone_into_cgroup_run_wait() argument
[all...]
H A Dtest_memcontrol.c89 static int alloc_anon_50M_check(const char *cgroup, void *arg) in alloc_anon_50M_check() argument
120 static int alloc_pagecache_50M_check(const char *cgroup, void *arg) in alloc_pagecache_50M_check() argument
189 alloc_pagecache_50M(const char *cgroup, void *arg) alloc_pagecache_50M() argument
196 alloc_pagecache_50M_noexit(const char *cgroup, void *arg) alloc_pagecache_50M_noexit() argument
210 alloc_anon_noexit(const char *cgroup, void *arg) alloc_anon_noexit() argument
227 cg_test_proc_killed(const char *cgroup) cg_test_proc_killed() argument
556 alloc_pagecache_max_30M(const char *cgroup, void *arg) alloc_pagecache_max_30M() argument
682 alloc_anon_50M_check_swap(const char *cgroup, void *arg) alloc_anon_50M_check_swap() argument
821 tcp_server(const char *cgroup, void *arg) tcp_server() argument
878 tcp_client(const char *cgroup, unsigned short port) tcp_client() argument
[all...]
/kernel/linux/linux-5.10/kernel/bpf/
H A Dlocal_storage.c579 bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage, struct cgroup *cgroup, enum bpf_attach_type type) bpf_cgroup_storage_link() argument
/kernel/linux/linux-5.10/include/linux/
H A Dbpf-cgroup.h55 struct cgroup *cgroup; member
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dbpf-cgroup.h100 struct cgroup *cgroup; member
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dlocal_storage.c574 bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage, struct cgroup *cgroup, enum bpf_attach_type type) bpf_cgroup_storage_link() argument
/kernel/linux/linux-6.6/tools/perf/include/perf/
H A Dperf_dlfilter.h60 __u64 cgroup; /* Refer PERF_SAMPLE_CGROUP in <linux/perf_event.h> */ member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsample.h99 u64 cgroup; member
H A Dcgroup.c111 struct cgroup *cgroup = zalloc(sizeof(*cgroup)); in cgroup__new() local
140 struct cgroup *cgroup = evlist__find_cgroup(evlist, name); evlist__findnew_cgroup() local
171 cgroup__delete(struct cgroup *cgroup) cgroup__delete() argument
186 cgroup__get(struct cgroup *cgroup) cgroup__get() argument
193 evsel__set_default_cgroup(struct evsel *evsel, struct cgroup *cgroup) evsel__set_default_cgroup() argument
199 evlist__set_default_cgroup(struct evlist *evlist, struct cgroup *cgroup) evlist__set_default_cgroup() argument
[all...]
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dutils.c633 int set_pid_cgroup(pid_t pid, const char *cgroup) in set_pid_cgroup() argument
691 set_comm_cgroup(const char *comm_prefix, const char *cgroup) set_comm_cgroup() argument
[all...]
H A Dosnoise_hist.c34 int cgroup; member
H A Dosnoise_top.c41 int cgroup; member
/third_party/node/deps/uv/src/unix/
H A Dlinux-core.c796 static uint64_t uv__read_cgroups_uint64(const char* cgroup, const char* param) { in uv__read_cgroups_uint64() argument
/kernel/linux/linux-5.10/tools/perf/util/
H A Devent.h138 u64 cgroup; member
/kernel/linux/linux-6.6/tools/perf/dlfilters/
H A Ddlfilter-test-api-v2.c65 __u64 cgroup; /* Refer PERF_SAMPLE_CGROUP in <linux/perf_event.h> */ member
H A Ddlfilter-test-api-v0.c59 __u64 cgroup; /* Refer PERF_SAMPLE_CGROUP in <linux/perf_event.h> */ member

Completed in 16 milliseconds

1234