Home
last modified time | relevance | path

Searched defs:cgrp (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/
Dcgroup.h410 static inline void cgroup_get(struct cgroup *cgrp) in cgroup_get()
415 static inline bool cgroup_tryget(struct cgroup *cgrp) in cgroup_tryget()
420 static inline void cgroup_put(struct cgroup *cgrp) in cgroup_put()
543 static inline struct cgroup *cgroup_parent(struct cgroup *cgrp) in cgroup_parent()
561 static inline bool cgroup_is_descendant(struct cgroup *cgrp, in cgroup_is_descendant()
580 static inline struct cgroup *cgroup_ancestor(struct cgroup *cgrp, in cgroup_ancestor()
617 static inline bool cgroup_is_populated(struct cgroup *cgrp) in cgroup_is_populated()
624 static inline ino_t cgroup_ino(struct cgroup *cgrp) in cgroup_ino()
653 static inline int cgroup_name(struct cgroup *cgrp, char *buf, size_t buflen) in cgroup_name()
658 static inline int cgroup_path(struct cgroup *cgrp, char *buf, size_t buflen) in cgroup_path()
[all …]
Dbpf-cgroup.h252 static inline void cgroup_bpf_put(struct cgroup *cgrp) {} in cgroup_bpf_put()
253 static inline int cgroup_bpf_inherit(struct cgroup *cgrp) { return 0; } in cgroup_bpf_inherit()
Dcgroup-defs.h471 struct cgroup cgrp; member
Dperf_event.h704 struct perf_cgroup *cgrp; /* cgroup event is attach to */ member
800 struct perf_cgroup *cgrp; member