Searched refs:cgrp (Results 1 – 7 of 7) sorted by relevance
/include/trace/events/ |
D | cgroup.h | 56 TP_PROTO(struct cgroup *cgrp, const char *path), 58 TP_ARGS(cgrp, path), 68 __entry->root = cgrp->root->hierarchy_id; 69 __entry->id = cgroup_id(cgrp); 70 __entry->level = cgrp->level; 80 TP_PROTO(struct cgroup *cgrp, const char *path), 82 TP_ARGS(cgrp, path) 87 TP_PROTO(struct cgroup *cgrp, const char *path), 89 TP_ARGS(cgrp, path) 94 TP_PROTO(struct cgroup *cgrp, const char *path), [all …]
|
/include/linux/ |
D | cgroup.h | 315 static inline u64 cgroup_id(struct cgroup *cgrp) in cgroup_id() argument 317 return cgrp->kn->id; in cgroup_id() 425 static inline void cgroup_get(struct cgroup *cgrp) in cgroup_get() argument 427 css_get(&cgrp->self); in cgroup_get() 430 static inline bool cgroup_tryget(struct cgroup *cgrp) in cgroup_tryget() argument 432 return css_tryget(&cgrp->self); in cgroup_tryget() 435 static inline void cgroup_put(struct cgroup *cgrp) in cgroup_put() argument 437 css_put(&cgrp->self); in cgroup_put() 559 static inline struct cgroup *cgroup_parent(struct cgroup *cgrp) in cgroup_parent() argument 561 struct cgroup_subsys_state *parent_css = cgrp->self.parent; in cgroup_parent() [all …]
|
D | psi.h | 30 int psi_cgroup_alloc(struct cgroup *cgrp); 31 void psi_cgroup_free(struct cgroup *cgrp); 50 static inline int psi_cgroup_alloc(struct cgroup *cgrp) in psi_cgroup_alloc() argument 54 static inline void psi_cgroup_free(struct cgroup *cgrp) in psi_cgroup_free() argument
|
D | bpf-cgroup.h | 106 int cgroup_bpf_inherit(struct cgroup *cgrp); 107 void cgroup_bpf_offline(struct cgroup *cgrp); 109 int __cgroup_bpf_attach(struct cgroup *cgrp, 113 int __cgroup_bpf_detach(struct cgroup *cgrp, struct bpf_prog *prog, 116 int __cgroup_bpf_query(struct cgroup *cgrp, const union bpf_attr *attr, 120 int cgroup_bpf_attach(struct cgroup *cgrp, 124 int cgroup_bpf_detach(struct cgroup *cgrp, struct bpf_prog *prog, 126 int cgroup_bpf_query(struct cgroup *cgrp, const union bpf_attr *attr, 425 static inline int cgroup_bpf_inherit(struct cgroup *cgrp) { return 0; } in cgroup_bpf_inherit() argument 426 static inline void cgroup_bpf_offline(struct cgroup *cgrp) {} in cgroup_bpf_offline() argument
|
D | cgroup-defs.h | 512 struct cgroup cgrp; member
|
D | perf_event.h | 778 struct perf_cgroup *cgrp; /* cgroup event is attach to */ member 877 struct perf_cgroup *cgrp; member
|
/include/linux/sched/ |
D | task.h | 35 struct cgroup *cgrp; member
|