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

/linux-master/block/
H A Dbfq-wf2q.c360 if (entity == st->last_idle) {
362 st->last_idle = bfq_entity_of(next);
597 struct bfq_entity *last_idle = st->last_idle; local
601 if (!last_idle || bfq_gt(entity->finish, last_idle->finish))
602 st->last_idle = entity;
659 struct bfq_entity *last_idle = st->last_idle; local
661 if (RB_EMPTY_ROOT(&st->active) && last_idle
[all...]
H A Dbfq-iosched.h62 struct bfq_entity *last_idle; member in struct:bfq_service_tree
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c1124 txdata->last_idle = 0;
1979 txdata->idle += get_cycles() - txdata->last_idle;
2132 txdata->idle += get_cycles() - txdata->last_idle;
2534 txdata->last_idle = get_cycles();
H A Dtxrx_edma.c1291 txdata->last_idle = get_cycles();
1504 txdata->idle += get_cycles() - txdata->last_idle;
H A Dwil6210.h636 cycles_t idle, last_idle, begin; member in struct:wil_ring_tx_data

Completed in 133 milliseconds