Searched refs:io_proto (Results 1 – 1 of 1) sorted by relevance
394 void get_io_usage_proto(io_usage* usage, const IOUsage& io_proto) in get_io_usage_proto() argument396 usage->bytes[READ][FOREGROUND][CHARGER_ON] = io_proto.rd_fg_chg_on(); in get_io_usage_proto()397 usage->bytes[READ][FOREGROUND][CHARGER_OFF] = io_proto.rd_fg_chg_off(); in get_io_usage_proto()398 usage->bytes[READ][BACKGROUND][CHARGER_ON] = io_proto.rd_bg_chg_on(); in get_io_usage_proto()399 usage->bytes[READ][BACKGROUND][CHARGER_OFF] = io_proto.rd_bg_chg_off(); in get_io_usage_proto()400 usage->bytes[WRITE][FOREGROUND][CHARGER_ON] = io_proto.wr_fg_chg_on(); in get_io_usage_proto()401 usage->bytes[WRITE][FOREGROUND][CHARGER_OFF] = io_proto.wr_fg_chg_off(); in get_io_usage_proto()402 usage->bytes[WRITE][BACKGROUND][CHARGER_ON] = io_proto.wr_bg_chg_on(); in get_io_usage_proto()403 usage->bytes[WRITE][BACKGROUND][CHARGER_OFF] = io_proto.wr_bg_chg_off(); in get_io_usage_proto()