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

/systemd/src/core/
H A Dcgroup.h30 typedef struct CGroupBlockIODeviceBandwidth CGroupBlockIODeviceBandwidth; typedef in typeref:struct:CGroupBlockIODeviceBandwidth
62 struct CGroupBlockIODeviceBandwidth { struct
63 LIST_FIELDS(CGroupBlockIODeviceBandwidth, device_bandwidths);
82 LIST_HEAD(CGroupBlockIODeviceBandwidth, blockio_device_bandwidths);
106 void cgroup_context_free_blockio_device_bandwidth(CGroupContext *c, CGroupBlockIODeviceBandwidth *b);
H A Ddbus-cgroup.c71 CGroupBlockIODeviceBandwidth *b;
359 CGroupBlockIODeviceBandwidth *a = NULL, *b;
369 a = new0(CGroupBlockIODeviceBandwidth, 1);
396 CGroupBlockIODeviceBandwidth *a, *next;
H A Dcgroup.c74 void cgroup_context_free_blockio_device_bandwidth(CGroupContext *c, CGroupBlockIODeviceBandwidth *b) {
97 CGroupBlockIODeviceBandwidth *b;
350 CGroupBlockIODeviceBandwidth *b;
H A Dload-fragment.c3103 CGroupBlockIODeviceBandwidth *b;
3118 CGroupBlockIODeviceBandwidth *next;
3151 b = new0(CGroupBlockIODeviceBandwidth, 1);

Completed in 29 milliseconds