Searched refs:last_idle (Results 1 – 5 of 5) sorted by relevance
334 if (entity == st->last_idle) { in bfq_idle_extract()336 st->last_idle = bfq_entity_of(next); in bfq_idle_extract()596 struct bfq_entity *last_idle = st->last_idle; in bfq_idle_insert() local600 if (!last_idle || bfq_gt(entity->finish, last_idle->finish)) in bfq_idle_insert()601 st->last_idle = entity; in bfq_idle_insert()658 struct bfq_entity *last_idle = st->last_idle; in bfq_forget_idle() local660 if (RB_EMPTY_ROOT(&st->active) && last_idle && in bfq_forget_idle()661 !bfq_gt(last_idle->finish, st->vtime)) { in bfq_forget_idle()666 st->vtime = last_idle->finish; in bfq_forget_idle()
55 struct bfq_entity *last_idle; member
1124 txdata->last_idle = 0; in wil_tx_data_init()1979 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_vring_tso()2132 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_ring()2534 txdata->last_idle = get_cycles(); in wil_tx_complete()
1291 txdata->last_idle = get_cycles(); in wil_tx_sring_handler()1504 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_ring_tso_edma()
636 cycles_t idle, last_idle, begin; member