/linux-6.3-rc2/include/linux/ |
A D | cgroup-defs.h | 157 struct cgroup *cgroup; member 378 struct cgroup { struct 411 * Each non-empty css_set associated with this cgroup contributes argument 427 struct kernfs_node *kn; /* cgroup kernfs entry */ argument 449 struct cgroup_root *root; argument 453 * cgroup. Protected by css_set_lock. argument 473 struct cgroup *dom_cgrp; argument 482 struct cgroup_base_stat bstat; argument 502 struct cgroup_bpf bpf; argument 504 /* If there is block congestion on this cgroup. */ argument [all …]
|
/linux-6.3-rc2/tools/testing/selftests/cgroup/ |
A D | cgroup_util.c | 227 int cg_create(const char *cgroup) in cg_create() 257 int cg_killall(const char *cgroup) in cg_killall() 285 int cg_destroy(const char *cgroup) in cg_destroy() 303 int cg_enter(const char *cgroup, int pid) in cg_enter() 311 int cg_enter_current(const char *cgroup) in cg_enter_current() 321 int cg_run(const char *cgroup, in cg_run() 322 int (*fn)(const char *cgroup, void *arg), in cg_run() 438 int cg_run_nowait(const char *cgroup, in cg_run_nowait() 439 int (*fn)(const char *cgroup, void *arg), in cg_run_nowait() 493 int alloc_anon(const char *cgroup, void *arg) in alloc_anon() [all …]
|
A D | test_freezer.c | 27 static int cg_check_frozen(const char *cgroup, bool frozen) in cg_check_frozen() 121 static int child_fn(const char *cgroup, void *arg) in child_fn() 139 char *cgroup = NULL; in test_cgfreezer_simple() local 190 char *cgroup[10] = {0}; in test_cgfreezer_tree() local 363 char *cgroup = NULL; in test_cgfreezer_forkbomb() local 511 char *cgroup[2] = {0}; in test_cgfreezer_migrate() local 586 char *cgroup = NULL; in test_cgfreezer_ptrace() local 668 char *cgroup = NULL; in test_cgfreezer_stopped() local 712 char *cgroup = NULL; in test_cgfreezer_ptraced() local 763 static int vfork_fn(const char *cgroup, void *arg) in vfork_fn() [all …]
|
A D | test_kill.c | 21 static int cg_kill_wait(const char *cgroup) in cg_kill_wait() 46 static int child_fn(const char *cgroup, void *arg) in child_fn() 60 char *cgroup = NULL; in test_cgkill_simple() local 116 char *cgroup[10] = {0}; in test_cgkill_tree() local 204 static int forkbomb_fn(const char *cgroup, void *arg) in forkbomb_fn() 225 char *cgroup = NULL; in test_cgkill_forkbomb() local
|
A D | test_memcontrol.c | 93 static int alloc_anon_50M_check(const char *cgroup, void *arg) in alloc_anon_50M_check() 124 static int alloc_pagecache_50M_check(const char *cgroup, void *arg) in alloc_pagecache_50M_check() 193 static int alloc_pagecache_50M_noexit(const char *cgroup, void *arg) in alloc_pagecache_50M_noexit() 207 static int alloc_anon_noexit(const char *cgroup, void *arg) in alloc_anon_noexit() 228 static int cg_test_proc_killed(const char *cgroup) in cg_test_proc_killed() 452 static int alloc_pagecache_max_30M(const char *cgroup, void *arg) in alloc_pagecache_max_30M() 532 static int alloc_anon_mlock(const char *cgroup, void *arg) in alloc_anon_mlock() 772 static int alloc_anon_50M_check_swap(const char *cgroup, void *arg) in alloc_anon_50M_check_swap() 911 static int tcp_server(const char *cgroup, void *arg) in tcp_server() 968 static int tcp_client(const char *cgroup, unsigned short port) in tcp_client()
|
A D | test_kmem.c | 30 static int alloc_dcache(const char *cgroup, void *arg) in alloc_dcache() 96 static int alloc_kmem_smp(const char *cgroup, void *arg) in alloc_kmem_smp() 126 int (*fn)(const char *cgroup, void *arg), in cg_run_in_subcgroups() 248 static int spawn_1000_threads(const char *cgroup, void *arg) in spawn_1000_threads()
|
A D | test_cpu.c | 23 char *cgroup; member 131 static int hog_cpus_timed(const char *cgroup, void *arg) in hog_cpus_timed()
|
A D | test_core.c | 48 static int alloc_and_touch_anon_noexit(const char *cgroup, void *arg) in alloc_and_touch_anon_noexit()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | cgroup.h | 12 struct cgroup { struct 23 struct cgroup *cgroup__get(struct cgroup *cgroup); argument
|
A D | cgroup.c | 111 struct cgroup *cgroup = zalloc(sizeof(*cgroup)); in cgroup__new() local 140 struct cgroup *cgroup = evlist__find_cgroup(evlist, name); in evlist__findnew_cgroup() local 171 static void cgroup__delete(struct cgroup *cgroup) in cgroup__delete() 186 struct cgroup *cgroup__get(struct cgroup *cgroup) in cgroup__get() 193 static void evsel__set_default_cgroup(struct evsel *evsel, struct cgroup *cgroup) in evsel__set_default_cgroup() 199 void evlist__set_default_cgroup(struct evlist *evlist, struct cgroup *cgroup) in evlist__set_default_cgroup()
|
A D | tool.h | 50 cgroup, member
|
A D | sample.h | 87 u64 cgroup; member
|
/linux-6.3-rc2/kernel/bpf/ |
A D | bpf_cgrp_storage.c | 46 void bpf_cgrp_storage_free(struct cgroup *cgroup) in bpf_cgrp_storage_free() 71 cgroup_storage_lookup(struct cgroup *cgroup, struct bpf_map *map, bool cacheit_lockit) in cgroup_storage_lookup() 88 struct cgroup *cgroup; in bpf_cgrp_storage_lookup_elem() local 107 struct cgroup *cgroup; in bpf_cgrp_storage_update_elem() local 123 static int cgroup_storage_delete(struct cgroup *cgroup, struct bpf_map *map) in cgroup_storage_delete() 137 struct cgroup *cgroup; in bpf_cgrp_storage_delete_elem() local 168 BPF_CALL_5(bpf_cgrp_storage_get, struct bpf_map *, map, struct cgroup *, cgroup, in BPF_CALL_5() 198 BPF_CALL_2(bpf_cgrp_storage_delete, struct bpf_map *, map, struct cgroup *, cgroup) in BPF_CALL_2()
|
A D | cgroup_iter.c | 160 BTF_ID_LIST_GLOBAL_SINGLE(bpf_cgroup_btf_id, struct, cgroup) in BTF_ID_LIST_GLOBAL_SINGLE() argument
|
A D | local_storage.c | 568 struct cgroup *cgroup, in bpf_cgroup_storage_link()
|
/linux-6.3-rc2/tools/testing/selftests/clone3/ |
A D | clone3_selftests.h | 43 __aligned_u64 cgroup; member
|
/linux-6.3-rc2/tools/mm/ |
A D | page-types.c | 376 uint64_t cgroup, uint64_t mapcnt) in show_page_range() 418 uint64_t flags, uint64_t cgroup, uint64_t mapcnt) in show_page() 640 uint64_t flags, uint64_t cgroup, uint64_t mapcnt, in add_page() 981 uint64_t cgroup = 0; in walk_file_range() local
|
/linux-6.3-rc2/include/linux/sched/ |
A D | task.h | 33 int cgroup; member
|
/linux-6.3-rc2/kernel/cgroup/ |
A D | misc.c | 51 static struct misc_cg *parent_misc(struct misc_cg *cgroup) in parent_misc()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | sched.h | 103 __aligned_u64 cgroup; member
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | sched.h | 103 __aligned_u64 cgroup; member
|
/linux-6.3-rc2/drivers/infiniband/core/ |
A D | cma_configfs.c | 319 static void drop_cma_dev(struct config_group *cgroup, struct config_item *item) in drop_cma_dev()
|
/linux-6.3-rc2/tools/ |
A D | Makefile | 72 cgroup counter firewire hv guest bootconfig spi usb virtio vm bpf iio gpio objtool leds wmi pci fir… target
|
/linux-6.3-rc2/kernel/sched/ |
A D | psi.c | 1077 int psi_cgroup_alloc(struct cgroup *cgroup) in psi_cgroup_alloc() 1096 void psi_cgroup_free(struct cgroup *cgroup) in psi_cgroup_free()
|
/linux-6.3-rc2/tools/perf/include/perf/ |
A D | perf_dlfilter.h | 60 __u64 cgroup; /* Refer PERF_SAMPLE_CGROUP in <linux/perf_event.h> */ member
|