Searched refs:property_get_io_counter (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/core/ |
D | dbus-unit.c | 1414 static int property_get_io_counter( in property_get_io_counter() function 1571 SD_BUS_PROPERTY("IOReadBytes", "t", property_get_io_counter, 0, 0), 1572 SD_BUS_PROPERTY("IOReadOperations", "t", property_get_io_counter, 0, 0), 1573 SD_BUS_PROPERTY("IOWriteBytes", "t", property_get_io_counter, 0, 0), 1574 SD_BUS_PROPERTY("IOWriteOperations", "t", property_get_io_counter, 0, 0),
|