Searched refs:start_time (Results 26 - 50 of 245) sorted by path

12345678910

/linux-master/drivers/md/bcache/
H A Dbset.c1239 uint64_t start_time; local
1254 start_time = local_clock();
1289 bch_time_stats_update(&state->time, start_time);
1325 uint64_t start_time = local_clock(); local
1332 bch_time_stats_update(&state->time, start_time);
H A Dbtree.c245 uint64_t start_time = local_clock(); local
273 bch_time_stats_update(&b->c->btree_read_time, start_time);
1830 uint64_t start_time = local_clock(); local
1856 bch_time_stats_update(&c->btree_gc_time, start_time);
2241 uint64_t start_time = local_clock(); local
2347 bch_time_stats_update(&b->c->btree_split_time, start_time);
H A Drequest.c479 unsigned long start_time; member in struct:search
673 bio_end_io_acct_remapped(s->orig_bio, s->start_time,
717 unsigned long start_time)
736 s->start_time = start_time;
1068 unsigned long start_time; member in struct:detached_dev_io_private
1083 bio_end_io_acct_remapped(bio, ddip->start_time, ddip->orig_bdev);
1097 struct block_device *orig_bdev, unsigned long start_time)
1117 ddip->start_time = start_time;
715 search_alloc(struct bio *bio, struct bcache_device *d, struct block_device *orig_bdev, unsigned long start_time) argument
1096 detached_dev_do_request(struct bcache_device *d, struct bio *bio, struct block_device *orig_bdev, unsigned long start_time) argument
1176 unsigned long start_time; local
[all...]
H A Dutil.c163 void bch_time_stats_update(struct time_stats *stats, uint64_t start_time) argument
170 duration = time_after64(now, start_time)
171 ? now - start_time : 0;
/linux-master/drivers/md/
H A Ddm-core.h290 unsigned long start_time; member in struct:dm_io
H A Ddm-flakey.c30 unsigned long start_time; member in struct:flakey_c
266 fc->start_time = jiffies;
490 elapsed = (jiffies - fc->start_time) / HZ;
H A Ddm-path-selector.h92 size_t nr_bytes, u64 start_time);
H A Ddm-ps-historical-service-time.c474 static u64 path_service_time(struct path_info *pi, u64 start_time) argument
482 if (time_after64(pi->last_finish, start_time))
483 start_time = pi->last_finish;
486 if (time_before64(now, start_time))
489 return now - start_time;
493 size_t nr_bytes, u64 start_time)
502 st = path_service_time(pi, start_time);
492 hst_end_io(struct path_selector *ps, struct dm_path *path, size_t nr_bytes, u64 start_time) argument
H A Ddm-ps-queue-length.c234 size_t nr_bytes, u64 start_time)
233 ql_end_io(struct path_selector *ps, struct dm_path *path, size_t nr_bytes, u64 start_time) argument
H A Ddm-ps-service-time.c315 size_t nr_bytes, u64 start_time)
314 st_end_io(struct path_selector *ps, struct dm_path *path, size_t nr_bytes, u64 start_time) argument
H A Ddm-stats.c674 unsigned long start_time,
702 duration_jiffies = jiffies - start_time;
672 dm_stats_account_io(struct dm_stats *stats, unsigned long bi_rw, sector_t bi_sector, unsigned int bi_sectors, bool end, unsigned long start_time, struct dm_stats_aux *stats_aux) argument
H A Ddm-stats.h34 unsigned long start_time,
H A Ddm.c486 return jiffies_to_nsecs(clone_to_tio(bio)->io->start_time);
515 io->start_time);
519 io->start_time);
533 end, io->start_time, &io->stats_aux);
597 io->start_time = jiffies;
H A Dmd.c8754 if (md_io_clone->start_time)
8755 bio_end_io_acct(orig_bio, md_io_clone->start_time);
8773 md_io_clone->start_time = bio_start_io_acct(*bio);
8796 if (md_io_clone->start_time)
8797 bio_end_io_acct(orig_bio, md_io_clone->start_time);
H A Dmd.h762 unsigned long start_time; member in struct:md_io_clone
/linux-master/drivers/md/dm-vdo/
H A Ddedupe.c2137 u64 start_time = context->submission_jiffies; local
2144 end_time = max(start_time + vdo_dedupe_index_timeout_jiffies,
H A Dmemory-alloc.c216 unsigned long start_time; local
230 start_time = jiffies;
264 if (jiffies_to_msecs(jiffies - start_time) > 1000) {
288 size, what, jiffies_to_msecs(jiffies - start_time));
/linux-master/drivers/md/dm-vdo/indexer/
H A Ddelta-index.c1548 ktime_t start_time; local
1556 start_time = current_time_ns(CLOCK_MONOTONIC);
1575 delta_zone->rebalance_time += ktime_sub(end_time, start_time);
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c8875 u32 start_time = 0; local
8882 start_time = jiffies_to_msecs(jiffies);
8948 start_time = d_locked_time =
8953 start_time =
8980 start_time =
8993 ((jiffies_to_msecs(jiffies) - start_time) <
9023 u32 start_time = 0; local
9029 start_time = jiffies_to_msecs(jiffies);
9065 start_time = jiffies_to_msecs(jiffies);
9079 ((jiffies_to_msecs(jiffies) - start_time) <
[all...]
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-i2c.c111 unsigned long start_time; local
138 start_time = jiffies;
141 if (time_after(jiffies, start_time + adap->timeout))
169 unsigned long start_time; local
197 start_time = jiffies;
200 if (time_after(jiffies, start_time + adap->timeout))
310 unsigned long start_time; local
327 start_time = jiffies;
329 if (time_after(jiffies, start_time + HZ)) {
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c2010 memcpy(e->start_time, &mjd_be, sizeof(mjd_be));
2011 e->start_time[2] = bin2bcd(time.tm_hour);
2012 e->start_time[3] = 0;
2013 e->start_time[4] = 0;
H A Dvidtv_psi.h723 u8 start_time[5]; member in struct:vidtv_psi_table_eit_event
/linux-master/drivers/media/tuners/
H A Dsi2157.c363 unsigned long start_time; local
375 start_time = jiffies;
376 timeout = start_time + msecs_to_jiffies(TUN_TIMEOUT);
397 jiffies_to_msecs(jiffies) - jiffies_to_msecs(start_time),
424 jiffies_to_msecs(jiffies) - jiffies_to_msecs(start_time),
/linux-master/drivers/misc/bcm-vk/
H A Dbcm_vk_dev.c342 unsigned long start_time; local
346 start_time = jiffies;
347 timeout = start_time + msecs_to_jiffies(timeout_ms);
360 jiffies_to_msecs(jiffies - start_time));
H A Dbcm_vk_msg.c1279 unsigned long timeout, start_time; local
1289 start_time = jiffies;
1290 timeout = start_time + msecs_to_jiffies(BCM_VK_DMA_DRAIN_MAX_MS);
1302 ctx->idx, pid, jiffies_to_msecs(jiffies - start_time));

Completed in 389 milliseconds

12345678910