Searched refs:last_idle (Results 1 – 5 of 5) sorted by relevance
355 if (entity == st->last_idle) { in bfq_idle_extract()357 st->last_idle = bfq_entity_of(next); in bfq_idle_extract()617 struct bfq_entity *last_idle = st->last_idle; in bfq_idle_insert() local621 if (!last_idle || bfq_gt(entity->finish, last_idle->finish)) in bfq_idle_insert()622 st->last_idle = entity; in bfq_idle_insert()679 struct bfq_entity *last_idle = st->last_idle; in bfq_forget_idle() local681 if (RB_EMPTY_ROOT(&st->active) && last_idle && in bfq_forget_idle()682 !bfq_gt(last_idle->finish, st->vtime)) { in bfq_forget_idle()687 st->vtime = last_idle->finish; in bfq_forget_idle()
54 struct bfq_entity *last_idle; member
1156 txdata->last_idle = 0; in wil_tx_data_init()1986 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_vring_tso()2139 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_ring()2544 txdata->last_idle = get_cycles(); in wil_tx_complete()
1292 txdata->last_idle = get_cycles(); in wil_tx_sring_handler()1506 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_ring_tso_edma()
645 cycles_t idle, last_idle, begin; member