Home
last modified time | relevance | path

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

/block/
Dbadblocks.c60 sector_t target = s + sectors; in badblocks_check() local
66 target += (1<<bb->shift) - 1; in badblocks_check()
67 target >>= bb->shift; in badblocks_check()
68 sectors = target - s; in badblocks_check()
90 if (a < target) in badblocks_check()
106 if (BB_OFFSET(p[lo]) < target) { in badblocks_check()
335 sector_t target = s + sectors; in badblocks_clear() local
347 target >>= bb->shift; in badblocks_clear()
348 sectors = target - s; in badblocks_clear()
361 if (a < target) in badblocks_clear()
[all …]
Dkyber-iosched.c619 u64 target, u64 latency) in add_latency_sample() argument
625 divisor = max_t(u64, target >> KYBER_LATENCY_SHIFT, 1); in add_latency_sample()
640 u64 target; in kyber_completed_request() local
647 target = kqd->latency_targets[sched_domain]; in kyber_completed_request()
649 target, now - rq->start_time_ns); in kyber_completed_request()
650 add_latency_sample(cpu_latency, sched_domain, KYBER_IO_LATENCY, target, in kyber_completed_request()
Dgenhd.c1292 int i, target; in disk_expand_part_tbl() local
1298 target = partno + 1; in disk_expand_part_tbl()
1299 if (target < 0) in disk_expand_part_tbl()
1303 if (disk_max_parts(disk) && target > disk_max_parts(disk)) in disk_expand_part_tbl()
1306 if (target <= len) in disk_expand_part_tbl()
1309 new_ptbl = kzalloc_node(struct_size(new_ptbl, part, target), GFP_KERNEL, in disk_expand_part_tbl()
1314 new_ptbl->len = target; in disk_expand_part_tbl()
DKconfig.iosched17 multiqueue and other fast devices. Given target latencies for reads and
DKconfig133 the configured latency target, throttling anybody with a higher latency
134 target than the victimized group.