Searched refs:start_time (Results 51 - 75 of 245) sorted by relevance

12345678910

/linux-master/drivers/ptp/
H A Dptp_idt82p33.h101 ktime_t start_time; member in struct:idt82p33
H A Dptp_clockmatrix.h132 ktime_t start_time; member in struct:idtcm
/linux-master/fs/nfsd/
H A Dexport.h59 time64_t start_time; member in struct:export_stats
/linux-master/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py56 global sample_num, last_sec_cpu, last_usec_cpu, start_time, test_name, trace_file
189 global sample_num, last_sec_cpu, last_usec_cpu, start_time
220 start_time = Decimal(time_pre_dec) + Decimal(time_post_dec) / Decimal(1000000)
231 elapsed_time = Decimal(time_pre_dec) + Decimal(time_post_dec) / Decimal(1000000) - start_time
/linux-master/kernel/trace/
H A Dring_buffer_benchmark.c234 ktime_t start_time, end_time, timeout; local
248 start_time = ktime_get();
249 timeout = ktime_add_ns(start_time, RUN_TIME * NSEC_PER_SEC);
299 time = ktime_us_delta(end_time, start_time);
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Ddev.c132 unsigned long start_time; local
141 start_time = jiffies;
142 max_wait = start_time + (max_seconds * HZ);
159 duration = jiffies - start_time;
/linux-master/drivers/edac/
H A Dedac_pci.h70 unsigned long start_time; /* edac_pci load start time (jiffies) */ member in struct:edac_pci_ctl_info
H A Dedac_device.h191 unsigned long start_time; /* edac_device load start time (jiffies) */ member in struct:edac_device_ctl_info
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtimer.c355 __u64 start_time; local
359 start_time = 0;
362 start_time = bpf_ktime_get_boot_ns();
372 bpf_timer_start(timer, start_time + 1000, flags);
/linux-master/drivers/md/bcache/
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;
H A Drequest.c493 unsigned long start_time; member in struct:search
687 bio_end_io_acct_remapped(s->orig_bio, s->start_time,
731 unsigned long start_time)
750 s->start_time = start_time;
1082 unsigned long start_time; member in struct:detached_dev_io_private
1097 bio_end_io_acct_remapped(bio, ddip->start_time, ddip->orig_bdev);
1111 struct block_device *orig_bdev, unsigned long start_time)
1131 ddip->start_time = start_time;
729 search_alloc(struct bio *bio, struct bcache_device *d, struct block_device *orig_bdev, unsigned long start_time) argument
1110 detached_dev_do_request(struct bcache_device *d, struct bio *bio, struct block_device *orig_bdev, unsigned long start_time) argument
1190 unsigned long start_time; local
[all...]
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_fw.c69 unsigned long start_time; local
73 start_time = jiffies;
74 end_time = start_time + (timeout * HZ);
/linux-master/drivers/scsi/snic/
H A Dsnic_scsi.c290 u32 qtime = jiffies - rqi->start_time;
535 unsigned long flags, start_time; local
603 start_time = rqi->start_time;
630 jiffies_to_msecs(jiffies - start_time), (ulong) fwreq,
656 jiffies_to_msecs(jiffies - start_time), (ulong) fwreq,
673 u32 start_time = rqi->start_time; local
684 jiffies_to_msecs(jiffies - start_time),
699 jiffies_to_msecs(jiffies - start_time),
763 u32 start_time = 0; local
1614 u32 start_time = jiffies; local
2089 u32 start_time = jiffies; local
2122 int start_time = jiffies; local
2357 u32 start_time = jiffies; local
[all...]
/linux-master/fs/bcachefs/
H A Dsix.c432 wait->start_time = local_clock();
439 if (time_before_eq64(wait->start_time, last->start_time))
440 wait->start_time = last->start_time + 1;
532 * @wait.start_time will be monotonically increasing for any given waitlist, and
544 wait->start_time = 0;
/linux-master/include/linux/
H A Dpsi_types.h115 u64 start_time; member in struct:psi_window
/linux-master/drivers/usb/usbip/
H A Dvudc.h95 struct timespec64 start_time; member in struct:vudc
/linux-master/kernel/
H A Dtsacct.c34 delta = now_ns - tsk->group_leader->start_time;
38 delta = now_ns - tsk->start_time;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_vport.c242 unsigned long start_time; local
251 start_time = jiffies;
269 jiffies_to_msecs(jiffies - start_time));
279 - start_time));
289 jiffies_to_msecs(jiffies - start_time));
/linux-master/drivers/scsi/fnic/
H A Dfnic_scsi.c540 io_req->start_time = jiffies;
820 unsigned long start_time; local
894 start_time = io_req->start_time;
1023 jiffies_to_msecs(jiffies - start_time)),
1048 jiffies_to_msecs(start_time);
1087 unsigned long start_time; local
1161 start_time = io_req->start_time;
1259 jiffies_to_msecs(jiffies - start_time),
1418 unsigned long start_time = 0; local
1509 unsigned long start_time = 0; local
1791 unsigned long start_time = 0; local
2284 unsigned long start_time = 0; local
[all...]
/linux-master/tools/testing/ktest/
H A Dktest.pl1716 my $start_time = time;
1762 if ($now - $start_time >= $max_monitor_wait) {
1857 my $start_time;
1877 $start_time = time;
1905 if ($timeout >= 0 && (($now - $start_time) >= $timeout)) {
1930 my $delta = $end_time - $start_time;
2065 my $start_time;
2086 $start_time = time;
2101 last if (defined($time) && (time - $start_time > $time));
2165 my $start_time
[all...]
H A Dconfig-bisect.pl161 my $start_time;
166 $start_time = time;
190 my $delta = $end_time - $start_time;
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_selftests.c232 if (curr->start_time <= system_time) {
251 next_time = curr->start_time;
253 n = div64_u64(curr->start_time - start_before,
256 if (curr->start_time == start_before)
259 curr->start_time) &&
260 (curr->start_time - prev->cycle_time_extension <=
270 next_time = curr->start_time;
/linux-master/block/
H A Dblk-core.c1005 unsigned long start_time)
1008 update_io_ticks(bdev, start_time, false);
1012 return start_time;
1029 unsigned int sectors, unsigned long start_time)
1033 unsigned long duration = now - start_time;
1045 void bio_end_io_acct_remapped(struct bio *bio, unsigned long start_time, argument
1048 bdev_end_io_acct(orig_bdev, bio_op(bio), bio_sectors(bio), start_time);
1004 bdev_start_io_acct(struct block_device *bdev, enum req_op op, unsigned long start_time) argument
1028 bdev_end_io_acct(struct block_device *bdev, enum req_op op, unsigned int sectors, unsigned long start_time) argument
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c279 time64_t start_time; local
286 start_time = ktime_get_real_seconds();
365 bnxt_fill_coredump_record(bp, buf + offset, start_time,
/linux-master/lib/kunit/
H A Dstring-stream-test.c460 ktime_t start_time, end_time; local
470 start_time = ktime_get();
496 ktime_us_delta(end_time, start_time));

Completed in 219 milliseconds

12345678910