Searched refs:oci_cgroup_block_io_throttle (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/nspawn/ |
D | nspawn-oci.c | 1461 static int oci_cgroup_block_io_throttle(const char *name, JsonVariant *v, JsonDispatchFlags flags, … in oci_cgroup_block_io_throttle() function 1523 …{ "throttleReadBpsDevice", JSON_VARIANT_ARRAY, oci_cgroup_block_io_throttle, 0, 0 … in oci_cgroup_block_io() 1524 …{ "throttleWriteBpsDevice", JSON_VARIANT_ARRAY, oci_cgroup_block_io_throttle, 0, 0 … in oci_cgroup_block_io() 1525 …{ "throttleReadIOPSDevice", JSON_VARIANT_ARRAY, oci_cgroup_block_io_throttle, 0, 0 … in oci_cgroup_block_io() 1526 …{ "throttleWriteIOPSDevice", JSON_VARIANT_ARRAY, oci_cgroup_block_io_throttle, 0, 0 … in oci_cgroup_block_io()
|