Home
last modified time | relevance | path

Searched refs:last_idle (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/block/
Dbfq-wf2q.c352 if (entity == st->last_idle) { in bfq_idle_extract()
354 st->last_idle = bfq_entity_of(next); in bfq_idle_extract()
614 struct bfq_entity *last_idle = st->last_idle; in bfq_idle_insert() local
618 if (!last_idle || bfq_gt(entity->finish, last_idle->finish)) in bfq_idle_insert()
619 st->last_idle = entity; in bfq_idle_insert()
676 struct bfq_entity *last_idle = st->last_idle; in bfq_forget_idle() local
678 if (RB_EMPTY_ROOT(&st->active) && last_idle && in bfq_forget_idle()
679 !bfq_gt(last_idle->finish, st->vtime)) { in bfq_forget_idle()
684 st->vtime = last_idle->finish; in bfq_forget_idle()
Dbfq-iosched.h56 struct bfq_entity *last_idle; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
Dtxrx.c1124 txdata->last_idle = 0; in wil_tx_data_init()
1981 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_vring_tso()
2134 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_ring()
2536 txdata->last_idle = get_cycles(); in wil_tx_complete()
Dtxrx_edma.c1289 txdata->last_idle = get_cycles(); in wil_tx_sring_handler()
1502 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_ring_tso_edma()
Dwil6210.h634 cycles_t idle, last_idle, begin; member