/Linux-v6.6/tools/testing/selftests/cgroup/ |
D | cgroup_util.c | 75 char *cg_control(const char *cgroup, const char *control) in cg_control() 86 int cg_read(const char *cgroup, const char *control, char *buf, size_t len) in cg_read() 97 int cg_read_strcmp(const char *cgroup, const char *control, in cg_read_strcmp() 124 int cg_read_strstr(const char *cgroup, const char *control, const char *needle) in cg_read_strstr() 134 long cg_read_long(const char *cgroup, const char *control) in cg_read_long() 144 long cg_read_key_long(const char *cgroup, const char *control, const char *key) in cg_read_key_long() 159 long cg_read_lc(const char *cgroup, const char *control) in cg_read_lc() 176 int cg_write(const char *cgroup, const char *control, char *buf) in cg_write() 186 int cg_write_numeric(const char *cgroup, const char *control, long value) in cg_write_numeric() 227 int cg_create(const char *cgroup) in cg_create() [all …]
|
D | test_freezer.c | 27 static int cg_check_frozen(const char *cgroup, bool frozen) in cg_check_frozen() 50 static int cg_freeze_nowait(const char *cgroup, bool freeze) in cg_freeze_nowait() 59 static int cg_enter_and_wait_for_frozen(const char *cgroup, int pid, in cg_enter_and_wait_for_frozen() 93 static int cg_freeze_wait(const char *cgroup, bool freeze) in cg_freeze_wait() 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 340 static int forkbomb_fn(const char *cgroup, void *arg) in forkbomb_fn() 363 char *cgroup = NULL; in test_cgfreezer_forkbomb() local 511 char *cgroup[2] = {0}; in test_cgfreezer_migrate() local [all …]
|
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
|
D | test_memcontrol.c | 93 static int alloc_anon_50M_check(const char *cgroup, void *arg) in alloc_anon_50M_check() 129 static int alloc_pagecache_50M_check(const char *cgroup, void *arg) in alloc_pagecache_50M_check() 198 static int alloc_pagecache_50M_noexit(const char *cgroup, void *arg) in alloc_pagecache_50M_noexit() 212 static int alloc_anon_noexit(const char *cgroup, void *arg) in alloc_anon_noexit() 238 static int cg_test_proc_killed(const char *cgroup) in cg_test_proc_killed() 464 static int alloc_pagecache_max_30M(const char *cgroup, void *arg) in alloc_pagecache_max_30M() 544 static int alloc_anon_mlock(const char *cgroup, void *arg) in alloc_anon_mlock() 784 static int alloc_anon_50M_check_swap(const char *cgroup, void *arg) in alloc_anon_50M_check_swap() 928 static int tcp_server(const char *cgroup, void *arg) in tcp_server() 985 static int tcp_client(const char *cgroup, unsigned short port) in tcp_client()
|
D | test_cpuset.c | 9 static int idle_process_fn(const char *cgroup, void *arg) in idle_process_fn() 15 static int do_migration_fn(const char *cgroup, void *arg) in do_migration_fn() 30 static int do_controller_fn(const char *cgroup, void *arg) in do_controller_fn()
|
D | test_kmem.c | 30 static int alloc_dcache(const char *cgroup, void *arg) in alloc_dcache() 100 static int alloc_kmem_smp(const char *cgroup, void *arg) in alloc_kmem_smp() 130 int (*fn)(const char *cgroup, void *arg), in cg_run_in_subcgroups() 245 static int spawn_1000_threads(const char *cgroup, void *arg) in spawn_1000_threads()
|
D | test_zswap.c | 58 static int allocate_bytes(const char *cgroup, void *arg) in allocate_bytes() 118 static int no_kmem_bypass_child(const char *cgroup, void *arg) in no_kmem_bypass_child()
|
D | test_cpu.c | 23 char *cgroup; member 131 static int hog_cpus_timed(const char *cgroup, void *arg) in hog_cpus_timed()
|
/Linux-v6.6/include/linux/ |
D | cgroup-defs.h | 157 struct cgroup *cgroup; member 392 struct cgroup { struct 394 struct cgroup_subsys_state self; argument 399 * The depth this cgroup is at. The root is at depth zero and each argument 425 * Each non-empty css_set associated with this cgroup contributes argument 439 int nr_threaded_children; /* # of live threaded child cgroups */ argument 441 struct kernfs_node *kn; /* cgroup kernfs entry */ argument 442 struct cgroup_file procs_file; /* handle for "cgroup.procs" */ argument 443 struct cgroup_file events_file; /* handle for "cgroup.events" */ argument 446 struct cgroup_file psi_files[NR_PSI_RESOURCES]; argument [all …]
|
/Linux-v6.6/tools/perf/util/ |
D | cgroup.h | 12 struct cgroup { struct 23 struct cgroup *cgroup__get(struct cgroup *cgroup); argument
|
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()
|
D | tool.h | 50 cgroup, member
|
/Linux-v6.6/kernel/bpf/ |
D | bpf_cgrp_storage.c | 46 void bpf_cgrp_storage_free(struct cgroup *cgroup) in bpf_cgrp_storage_free() 64 cgroup_storage_lookup(struct cgroup *cgroup, struct bpf_map *map, bool cacheit_lockit) in cgroup_storage_lookup() 81 struct cgroup *cgroup; in bpf_cgrp_storage_lookup_elem() local 100 struct cgroup *cgroup; in bpf_cgrp_storage_update_elem() local 116 static int cgroup_storage_delete(struct cgroup *cgroup, struct bpf_map *map) in cgroup_storage_delete() 130 struct cgroup *cgroup; in bpf_cgrp_storage_delete_elem() local 161 BPF_CALL_5(bpf_cgrp_storage_get, struct bpf_map *, map, struct cgroup *, cgroup, in BPF_CALL_5() 191 BPF_CALL_2(bpf_cgrp_storage_delete, struct bpf_map *, map, struct cgroup *, cgroup) in BPF_CALL_2()
|
D | cgroup_iter.c | 160 BTF_ID_LIST_GLOBAL_SINGLE(bpf_cgroup_btf_id, struct, cgroup) in BTF_ID_LIST_GLOBAL_SINGLE() argument
|
/Linux-v6.6/tools/perf/util/bpf_skel/vmlinux/ |
D | vmlinux.h | 74 struct cgroup { struct 80 struct cgroup *cgroup; argument
|
/Linux-v6.6/tools/testing/selftests/clone3/ |
D | clone3_selftests.h | 43 __aligned_u64 cgroup; member
|
/Linux-v6.6/tools/tracing/rtla/src/ |
D | utils.c | 639 int set_pid_cgroup(pid_t pid, const char *cgroup) in set_pid_cgroup() 697 int set_comm_cgroup(const char *comm_prefix, const char *cgroup) in set_comm_cgroup()
|
/Linux-v6.6/tools/mm/ |
D | page-types.c | 374 uint64_t cgroup, uint64_t mapcnt) in show_page_range() 416 uint64_t flags, uint64_t cgroup, uint64_t mapcnt) in show_page() 636 uint64_t flags, uint64_t cgroup, uint64_t mapcnt, in add_page() 977 uint64_t cgroup = 0; in walk_file_range() local
|
/Linux-v6.6/include/linux/sched/ |
D | task.h | 38 int cgroup; member
|
/Linux-v6.6/tools/include/uapi/linux/ |
D | sched.h | 103 __aligned_u64 cgroup; member
|
/Linux-v6.6/include/uapi/linux/ |
D | sched.h | 103 __aligned_u64 cgroup; member
|
/Linux-v6.6/kernel/cgroup/ |
D | misc.c | 51 static struct misc_cg *parent_misc(struct misc_cg *cgroup) in parent_misc()
|
/Linux-v6.6/drivers/infiniband/core/ |
D | cma_configfs.c | 319 static void drop_cma_dev(struct config_group *cgroup, struct config_item *item) in drop_cma_dev()
|
/Linux-v6.6/tools/ |
D | Makefile | 72 cgroup counter firewire hv guest bootconfig spi usb virtio mm bpf iio gpio objtool leds wmi pci fir… target
|
/Linux-v6.6/kernel/sched/ |
D | psi.c | 1100 int psi_cgroup_alloc(struct cgroup *cgroup) in psi_cgroup_alloc() 1119 void psi_cgroup_free(struct cgroup *cgroup) in psi_cgroup_free()
|