Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_ethtool.c542 u32 period, prev_period; in dpaa_set_coalesce() local
551 qman_portal_get_iperiod(portal, &prev_period); in dpaa_set_coalesce()
562 qman_portal_set_iperiod(portal, prev_period); in dpaa_set_coalesce()
577 qman_portal_set_iperiod(portal, prev_period); in dpaa_set_coalesce()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_ethtool.c462 u32 period, prev_period; in dpaa_set_coalesce() local
471 qman_portal_get_iperiod(portal, &prev_period); in dpaa_set_coalesce()
482 qman_portal_set_iperiod(portal, prev_period); in dpaa_set_coalesce()
497 qman_portal_set_iperiod(portal, prev_period); in dpaa_set_coalesce()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dhist.c315 u64 prev_period = he->stat.period; in hists__decay_entry() local
318 if (prev_period == 0) in hists__decay_entry()
326 diff = prev_period - he->stat.period; in hists__decay_entry()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dhist.c325 u64 prev_period = he->stat.period; in hists__decay_entry() local
328 if (prev_period == 0) in hists__decay_entry()
336 diff = prev_period - he->stat.period; in hists__decay_entry()

Completed in 9 milliseconds