Home
last modified time | relevance | path

Searched refs:prev_total (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_types.h335 u32 prev_total; member
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c1266 stats->total_gt_clks += (u32)(total - stats->prev_total); in guc_update_engine_gt_clks()
1267 stats->prev_total = total; in guc_update_engine_gt_clks()
1410 stats->prev_total = 0; in __reset_guc_busyness_stats()
/openbmc/qemu/hw/nvme/
H A Dctrl.c7009 int prev_nr, prev_total; in nvme_update_virt_res() local
7013 prev_total = le32_to_cpu(n->pri_ctrl_cap.virfa); in nvme_update_virt_res()
7015 n->pri_ctrl_cap.virfa = cpu_to_le32(prev_total + nr - prev_nr); in nvme_update_virt_res()
7018 prev_total = le32_to_cpu(n->pri_ctrl_cap.vqrfa); in nvme_update_virt_res()
7020 n->pri_ctrl_cap.vqrfa = cpu_to_le32(prev_total + nr - prev_nr); in nvme_update_virt_res()