Searched defs:cgroup (Results 1 – 8 of 8) sorted by relevance
/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
|
D | local_storage.c | 575 struct cgroup *cgroup, in bpf_cgroup_storage_link()
|
D | verifier.c | 6285 BTF_TYPE_SAFE_RCU(struct cgroup) { in BTF_TYPE_SAFE_RCU()
|
/kernel/cgroup/ |
D | misc.c | 51 static struct misc_cg *parent_misc(struct misc_cg *cgroup) in parent_misc()
|
D | cgroup.c | 3637 struct cgroup *cgroup = seq_css(seq)->cgroup; in cgroup_stat_show() local 5707 struct cgroup *cgroup; in cgroup_check_hierarchy_limits() local 6958 struct cgroup *cgroup; in cgroup_sk_alloc() local
|
/kernel/sched/ |
D | psi.c | 1119 int psi_cgroup_alloc(struct cgroup *cgroup) in psi_cgroup_alloc() 1138 void psi_cgroup_free(struct cgroup *cgroup) in psi_cgroup_free()
|
/kernel/events/ |
D | core.c | 688 static void perf_ctx_disable(struct perf_event_context *ctx, bool cgroup) in perf_ctx_disable() 699 static void perf_ctx_enable(struct perf_event_context *ctx, bool cgroup) in perf_ctx_enable() 1562 struct cgroup *cgroup = NULL; in event_cgroup() local 1644 struct cgroup *cgroup; member 3282 bool cgroup = event_type & EVENT_CGROUP; in ctx_sched_out() local 3873 bool cgroup) in ctx_groups_sched_in() 3895 bool cgroup = event_type & EVENT_CGROUP; in ctx_sched_in() local
|