| /include/linux/ |
| D | cgroup.h | 103 struct cgroup_subsys_state *cgroup_e_css(struct cgroup *cgroup, 105 struct cgroup_subsys_state *cgroup_get_e_css(struct cgroup *cgroup, 110 struct cgroup *cgroup_get_from_path(const char *path); 111 struct cgroup *cgroup_get_from_fd(int fd); 112 struct cgroup *cgroup_v1v2_get_from_fd(int fd); 115 int cgroup_transfer_tasks(struct cgroup *to, struct cgroup *from); 327 static inline u64 cgroup_id(const struct cgroup *cgrp) in cgroup_id() 352 static inline void cgroup_get(struct cgroup *cgrp) in cgroup_get() 357 static inline bool cgroup_tryget(struct cgroup *cgrp) in cgroup_tryget() 362 static inline void cgroup_put(struct cgroup *cgrp) in cgroup_put() [all …]
|
| D | psi.h | 35 static inline struct psi_group *cgroup_psi(struct cgroup *cgrp) in cgroup_psi() 40 int psi_cgroup_alloc(struct cgroup *cgrp); 41 void psi_cgroup_free(struct cgroup *cgrp); 54 static inline int psi_cgroup_alloc(struct cgroup *cgrp) in psi_cgroup_alloc() 58 static inline void psi_cgroup_free(struct cgroup *cgrp) in psi_cgroup_free()
|
| D | cgroup-defs.h | 28 struct cgroup; 165 struct cgroup *cgroup; member 254 struct cgroup *dfl_cgrp; 313 struct cgroup *mg_src_cgrp; 314 struct cgroup *mg_dst_cgrp; 394 struct cgroup *updated_children; /* terminated by self cgroup */ 395 struct cgroup *updated_next; /* NULL iff not on the list */ 452 struct cgroup { struct 556 struct cgroup *dom_cgrp; argument 557 struct cgroup *old_dom_cgrp; /* used while enabling threaded */ argument [all …]
|
| D | bpf-cgroup.h | 16 struct cgroup; 105 struct cgroup *cgroup; member 117 int cgroup_bpf_inherit(struct cgroup *cgrp); 118 void cgroup_bpf_offline(struct cgroup *cgrp); 175 struct cgroup *cgroup, 188 struct cgroup *cgrp = sock_cgroup_ptr(&sk->sk_cgrp_data); in cgroup_bpf_sock_enabled() 434 static inline int cgroup_bpf_inherit(struct cgroup *cgrp) { return 0; } in cgroup_bpf_inherit() 435 static inline void cgroup_bpf_offline(struct cgroup *cgrp) {} in cgroup_bpf_offline()
|
| D | bpf_types.h | 145 BPF_LINK_TYPE(BPF_LINK_TYPE_CGROUP, cgroup)
|
| D | memcontrol.h | 885 return memcg ? cgroup_ino(memcg->css.cgroup) : 0; in mem_cgroup_ino() 923 return cgroup_is_descendant(memcg->css.cgroup, root->css.cgroup); in mem_cgroup_is_descendant()
|
| D | bpf.h | 56 struct cgroup; 2453 struct cgroup *start; /* starting cgroup */ 2455 } cgroup; member 2663 void bpf_cgrp_storage_free(struct cgroup *cgroup); 2966 static inline void bpf_cgrp_storage_free(struct cgroup *cgroup) in bpf_cgrp_storage_free() argument
|
| D | perf_event.h | 1248 u64 cgroup; member
|
| /include/trace/events/ |
| D | cgroup.h | 3 #define TRACE_SYSTEM cgroup 54 DECLARE_EVENT_CLASS(cgroup, 56 TP_PROTO(struct cgroup *cgrp, const char *path), 78 DEFINE_EVENT(cgroup, cgroup_mkdir, 80 TP_PROTO(struct cgroup *cgrp, const char *path), 85 DEFINE_EVENT(cgroup, cgroup_rmdir, 87 TP_PROTO(struct cgroup *cgrp, const char *path), 92 DEFINE_EVENT(cgroup, cgroup_release, 94 TP_PROTO(struct cgroup *cgrp, const char *path), 99 DEFINE_EVENT(cgroup, cgroup_rename, [all …]
|
| D | iocost.h | 23 __string(cgroup, path) 38 __assign_str(cgroup); 54 __get_str(devname), __get_str(cgroup), 87 __string(cgroup, path) 97 __assign_str(cgroup); 106 __get_str(devname), __get_str(cgroup), __entry->now, 192 __string(cgroup, path) 204 __assign_str(cgroup); 215 __get_str(devname), __get_str(cgroup),
|
| D | writeback.h | 161 return cgroup_ino(wb->memcg_css->cgroup); in __trace_wb_assign_cgroup() 269 __entry->page_cgroup_ino = cgroup_ino(folio_memcg(folio)->css.cgroup);
|
| /include/trace/hooks/ |
| D | cgroup.h | 3 #define TRACE_SYSTEM cgroup 15 TP_PROTO(int ret, struct cgroup *cgrp, struct task_struct *task, bool threadgroup), 27 TP_PROTO(struct task_struct *tsk, struct cgroup *dst_cgrp, bool *force_migration),
|
| /include/uapi/linux/ |
| D | sched.h | 103 __aligned_u64 cgroup; member
|
| D | perf_event.h | 457 cgroup : 1, /* include cgroup events */ member
|
| D | bpf.h | 135 } cgroup; member 6652 } cgroup; member 6670 } cgroup; member
|
| /include/linux/sched/ |
| D | task.h | 40 int cgroup; member 44 struct cgroup *cgrp;
|
| D | ext.h | 200 struct cgroup *cgrp_moving_from;
|
| /include/net/ |
| D | sock.h | 1398 struct cgroup *ancestor) in sk_under_cgroup_hierarchy()
|