Searched refs:st (Results 1 – 6 of 6) sorted by relevance
| /block/ |
| A D | bfq-wf2q.c | 110 struct bfq_service_tree *st = in bfq_update_next_in_service() local 600 st->first_idle = entity; in bfq_idle_insert() 602 st->last_idle = entity; in bfq_idle_insert() 632 st->wsum -= entity->weight; in bfq_forget_entity() 804 st->vtime += bfq_delta(served, st->wsum); in bfq_bfqq_served() 805 bfq_forget_idle(st); in bfq_bfqq_served() 866 st = __bfq_entity_update_weight_prio(st, entity, true); in bfq_update_fin_time_enqueue() 939 min_vstart = st->vtime; in __bfq_activate_entity() 1273 return st->vtime; in bfq_calc_vtime_jump() 1279 st->vtime = new_value; in bfq_update_vtime() [all …]
|
| A D | bfq-cgroup.c | 802 static void bfq_flush_idle_tree(struct bfq_service_tree *st) in bfq_flush_idle_tree() argument 804 struct bfq_entity *entity = st->first_idle; in bfq_flush_idle_tree() 806 for (; entity ; entity = st->first_idle) in bfq_flush_idle_tree() 849 struct bfq_service_tree *st, in bfq_reparent_active_queues() argument 852 struct rb_root *active = &st->active; in bfq_reparent_active_queues() 874 struct bfq_service_tree *st; in bfq_pd_offline() local 891 st = bfqg->sched_data.service_tree + i; in bfq_pd_offline() 905 bfq_reparent_active_queues(bfqd, bfqg, st, i); in bfq_pd_offline() 918 bfq_flush_idle_tree(st); in bfq_pd_offline()
|
| A D | bfq-iosched.h | 1135 void bfq_put_idle_entity(struct bfq_service_tree *st,
|
| A D | blk-iocost.c | 1996 u64 st, sf; in transfer_surpluses() local 2019 st = DIV64_U64_ROUND_UP( in transfer_surpluses() 2022 sf = iocg->child_active_sum - st; in transfer_surpluses() 2030 iocg->child_adjusted_sum = sf + DIV64_U64_ROUND_UP(st * wptp, wpt); in transfer_surpluses()
|
| /block/partitions/ |
| A D | atari.c | 24 be32_to_cpu((pi)->st) <= (hdsiz) && \ 25 be32_to_cpu((pi)->st) + be32_to_cpu((pi)->siz) <= (hdsiz)) 84 put_partition (state, slot, be32_to_cpu(pi->st), in atari_partition() 93 partsect = extensect = be32_to_cpu(pi->st); in atari_partition() 110 partsect + be32_to_cpu(xrs->part[0].st), in atari_partition() 124 partsect = be32_to_cpu(xrs->part[1].st) + extensect; in atari_partition() 144 be32_to_cpu(pi->st), in atari_partition()
|
| A D | atari.h | 21 __be32 st; /* start of partition */ member
|
Completed in 29 milliseconds