Searched refs:CGroupBlockIODeviceBandwidth (Results 1 – 4 of 4) sorted by relevance
33 typedef struct CGroupBlockIODeviceBandwidth CGroupBlockIODeviceBandwidth; typedef92 struct CGroupBlockIODeviceBandwidth { struct93 LIST_FIELDS(CGroupBlockIODeviceBandwidth, device_bandwidths);179 LIST_HEAD(CGroupBlockIODeviceBandwidth, blockio_device_bandwidths);234 void cgroup_context_free_blockio_device_bandwidth(CGroupContext *c, CGroupBlockIODeviceBandwidth *b…
1459 CGroupBlockIODeviceBandwidth *a = NULL; in bus_cgroup_set_property()1468 a = new0(CGroupBlockIODeviceBandwidth, 1); in bus_cgroup_set_property()
4487 CGroupBlockIODeviceBandwidth *b = NULL; in config_parse_blockio_bandwidth()4541 b = new0(CGroupBlockIODeviceBandwidth, 1); in config_parse_blockio_bandwidth()
215 void cgroup_context_free_blockio_device_bandwidth(CGroupContext *c, CGroupBlockIODeviceBandwidth *b… in cgroup_context_free_blockio_device_bandwidth()