Searched refs:CGroupIODeviceLimit (Results 1 – 4 of 4) sorted by relevance
30 typedef struct CGroupIODeviceLimit CGroupIODeviceLimit; typedef74 struct CGroupIODeviceLimit { struct75 LIST_FIELDS(CGroupIODeviceLimit, device_limits);142 LIST_HEAD(CGroupIODeviceLimit, io_device_limits);231 void cgroup_context_free_io_device_limit(CGroupContext *c, CGroupIODeviceLimit *l);
1223 CGroupIODeviceLimit *a = NULL; in bus_cgroup_set_property()1234 a = new0(CGroupIODeviceLimit, 1); in bus_cgroup_set_property()
4330 CGroupIODeviceLimit *l = NULL; in config_parse_io_limit()4389 l = new0(CGroupIODeviceLimit, 1); in config_parse_io_limit()
197 void cgroup_context_free_io_device_limit(CGroupContext *c, CGroupIODeviceLimit *l) { in cgroup_context_free_io_device_limit()