Searched defs:CGroupContext (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dcgroup.h27 typedef struct CGroupContext CGroupContext; typedef in typeref:struct:CGroupContext
69 struct CGroupContext { struct
97 void cgroup_context_init(CGroupContext *c);
98 void cgroup_context_done(CGroupContext *c);
99 void cgroup_context_dump(CGroupContext *c, FILE* f, const char *prefix);
100 void cgroup_context_apply(CGroupContext *c, CGroupMask mask, const char *path, ManagerState state);
102 CGroupMask cgroup_context_get_mask(CGroupContext *c);
104 void cgroup_context_free_device_allow(CGroupContext *c, CGroupDeviceAllow *a);
105 void cgroup_context_free_blockio_device_weight(CGroupContext *
[all...]

Completed in 15 milliseconds