Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dbfq-wf2q.c360 if (entity == st->last_idle) { in bfq_idle_extract()
362 st->last_idle = bfq_entity_of(next); in bfq_idle_extract()
597 struct bfq_entity *last_idle = st->last_idle; in bfq_idle_insert() local
601 if (!last_idle || bfq_gt(entity->finish, last_idle->finish)) in bfq_idle_insert()
602 st->last_idle = entity; in bfq_idle_insert()
659 struct bfq_entity *last_idle = st->last_idle; in bfq_forget_idle() local
661 if (RB_EMPTY_ROOT(&st->active) && last_idle && in bfq_forget_idle()
662 !bfq_gt(last_idle->finish, st->vtime)) { in bfq_forget_idle()
667 st->vtime = last_idle->finish; in bfq_forget_idle()
A Dbfq-iosched.h63 struct bfq_entity *last_idle; member
/linux-6.3-rc2/drivers/net/wireless/ath/wil6210/
A Dtxrx.c1124 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()
A Dtxrx_edma.c1291 txdata->last_idle = get_cycles(); in wil_tx_sring_handler()
1504 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_ring_tso_edma()
A Dwil6210.h636 cycles_t idle, last_idle, begin; member

Completed in 32 milliseconds