Searched refs:st (Results 1 – 6 of 6) sorted by relevance
/block/ |
D | bfq-wf2q.c | 110 struct bfq_service_tree *st = in bfq_update_next_in_service() local 117 !bfq_gt(new_entity->start, st->vtime) in bfq_update_next_in_service() 338 static void bfq_idle_extract(struct bfq_service_tree *st, in bfq_idle_extract() argument 344 if (entity == st->first_idle) { in bfq_idle_extract() 346 st->first_idle = bfq_entity_of(next); in bfq_idle_extract() 349 if (entity == st->last_idle) { in bfq_idle_extract() 351 st->last_idle = bfq_entity_of(next); in bfq_idle_extract() 354 bfq_extract(&st->idle, entity); in bfq_idle_extract() 469 static void bfq_active_insert(struct bfq_service_tree *st, in bfq_active_insert() argument 480 bfq_insert(&st->active, entity); in bfq_active_insert() [all …]
|
D | bfq-cgroup.c | 849 static void bfq_flush_idle_tree(struct bfq_service_tree *st) in bfq_flush_idle_tree() argument 851 struct bfq_entity *entity = st->first_idle; in bfq_flush_idle_tree() 853 for (; entity ; entity = st->first_idle) in bfq_flush_idle_tree() 894 struct bfq_service_tree *st, in bfq_reparent_active_queues() argument 897 struct rb_root *active = &st->active; in bfq_reparent_active_queues() 919 struct bfq_service_tree *st; in bfq_pd_offline() local 936 st = bfqg->sched_data.service_tree + i; in bfq_pd_offline() 950 bfq_reparent_active_queues(bfqd, bfqg, st, i); in bfq_pd_offline() 963 bfq_flush_idle_tree(st); in bfq_pd_offline()
|
D | bfq-iosched.h | 1059 void bfq_put_idle_entity(struct bfq_service_tree *st,
|
D | blk-iocost.c | 1980 u64 st, sf; in transfer_surpluses() local 2003 st = DIV64_U64_ROUND_UP( in transfer_surpluses() 2006 sf = iocg->child_active_sum - st; in transfer_surpluses() 2014 iocg->child_adjusted_sum = sf + DIV64_U64_ROUND_UP(st * wptp, wpt); in transfer_surpluses()
|
/block/partitions/ |
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() 145 be32_to_cpu(pi->st), in atari_partition()
|
D | atari.h | 21 __be32 st; /* start of partition */ member
|