Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dcgroup.h33 typedef struct CGroupBlockIODeviceBandwidth CGroupBlockIODeviceBandwidth; typedef
92 struct CGroupBlockIODeviceBandwidth { struct
93 LIST_FIELDS(CGroupBlockIODeviceBandwidth, device_bandwidths);
179 LIST_HEAD(CGroupBlockIODeviceBandwidth, blockio_device_bandwidths);
234 void cgroup_context_free_blockio_device_bandwidth(CGroupContext *c, CGroupBlockIODeviceBandwidth *b…
Ddbus-cgroup.c1459 CGroupBlockIODeviceBandwidth *a = NULL; in bus_cgroup_set_property()
1468 a = new0(CGroupBlockIODeviceBandwidth, 1); in bus_cgroup_set_property()
Dload-fragment.c4487 CGroupBlockIODeviceBandwidth *b = NULL; in config_parse_blockio_bandwidth()
4541 b = new0(CGroupBlockIODeviceBandwidth, 1); in config_parse_blockio_bandwidth()
Dcgroup.c215 void cgroup_context_free_blockio_device_bandwidth(CGroupContext *c, CGroupBlockIODeviceBandwidth *b… in cgroup_context_free_blockio_device_bandwidth()