Searched refs:CGroupIODeviceWeight (Results 1 – 4 of 4) sorted by relevance
29 typedef struct CGroupIODeviceWeight CGroupIODeviceWeight; typedef68 struct CGroupIODeviceWeight { struct69 LIST_FIELDS(CGroupIODeviceWeight, device_weights);141 LIST_HEAD(CGroupIODeviceWeight, io_device_weights);230 void cgroup_context_free_io_device_weight(CGroupContext *c, CGroupIODeviceWeight *w);
1308 CGroupIODeviceWeight *a = NULL; in bus_cgroup_set_property()1317 a = new0(CGroupIODeviceWeight, 1); in bus_cgroup_set_property()
4194 CGroupIODeviceWeight *w; in config_parse_io_device_weight()4239 w = new0(CGroupIODeviceWeight, 1); in config_parse_io_device_weight()
179 void cgroup_context_free_io_device_weight(CGroupContext *c, CGroupIODeviceWeight *w) { in cgroup_context_free_io_device_weight()