Home
last modified time | relevance | path

Searched refs:CGroupIODeviceWeight (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/core/
Dcgroup.h29 typedef struct CGroupIODeviceWeight CGroupIODeviceWeight; typedef
68 struct CGroupIODeviceWeight { struct
69 LIST_FIELDS(CGroupIODeviceWeight, device_weights);
141 LIST_HEAD(CGroupIODeviceWeight, io_device_weights);
230 void cgroup_context_free_io_device_weight(CGroupContext *c, CGroupIODeviceWeight *w);
Ddbus-cgroup.c1308 CGroupIODeviceWeight *a = NULL; in bus_cgroup_set_property()
1317 a = new0(CGroupIODeviceWeight, 1); in bus_cgroup_set_property()
Dload-fragment.c4194 CGroupIODeviceWeight *w; in config_parse_io_device_weight()
4239 w = new0(CGroupIODeviceWeight, 1); in config_parse_io_device_weight()
Dcgroup.c179 void cgroup_context_free_io_device_weight(CGroupContext *c, CGroupIODeviceWeight *w) { in cgroup_context_free_io_device_weight()