/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | divamnt.c | 48 static struct timeval start_time; variable 95 if (tv.tv_sec > start_time.tv_sec) { in diva_os_get_time() 96 if (start_time.tv_usec > tv.tv_usec) { in diva_os_get_time() 100 *sec = (dword) (tv.tv_sec - start_time.tv_sec); in diva_os_get_time() 101 *usec = (dword) (tv.tv_usec - start_time.tv_usec); in diva_os_get_time() 102 } else if (tv.tv_sec == start_time.tv_sec) { in diva_os_get_time() 104 if (start_time.tv_usec < tv.tv_usec) { in diva_os_get_time() 105 *usec = (dword) (tv.tv_usec - start_time.tv_usec); in diva_os_get_time() 216 do_gettimeofday(&start_time); in maint_init()
|
/linux-4.4.14/tools/perf/ |
D | builtin-timechart.c | 93 u64 start_time; member 107 u64 start_time; member 140 u64 start_time; member 159 u64 start_time; member 175 u64 start_time; member 249 p->start_time = timestamp; in pid_fork() 250 if (p->current && !p->current->start_time) { in pid_fork() 251 p->current->start_time = timestamp; in pid_fork() 285 sample->start_time = start; in pid_put_sample() 298 if (c->start_time == 0 || c->start_time > start) in pid_put_sample() [all …]
|
D | builtin-kvm.c | 113 u64 start_time; member 227 vcpu_record->start_time = timestamp; in handle_begin_event() 327 time_begin = vcpu_record->start_time; in handle_end_event() 349 vcpu_record->start_time = 0; in handle_end_event()
|
D | builtin-sched.c | 161 u64 start_time; member 583 sched->start_time = get_nsecs(); in wait_for_tasks()
|
/linux-4.4.14/tools/testing/selftests/timers/ |
D | alarmtimer-suspend.c | 65 struct timespec start_time; variable 116 delta_ns = timespec_sub(start_time, ts); in sigalarm() 161 clock_gettime(alarm_clock_id, &start_time); in main() 163 start_time.tv_sec, start_time.tv_nsec); in main() 165 its1.it_value = start_time; in main()
|
D | set-timer-lat.c | 64 struct timespec start_time; variable 114 delta_ns = timespec_sub(start_time, ts); in sigalarm() 153 clock_gettime(clock_id, &start_time); in do_timer() 155 its1.it_value = start_time; in do_timer()
|
/linux-4.4.14/drivers/media/pci/cobalt/ |
D | cobalt-i2c.c | 123 unsigned long start_time; in cobalt_tx_bytes() local 150 start_time = jiffies; in cobalt_tx_bytes() 153 if (time_after(jiffies, start_time + adap->timeout)) in cobalt_tx_bytes() 181 unsigned long start_time; in cobalt_rx_bytes() local 209 start_time = jiffies; in cobalt_rx_bytes() 212 if (time_after(jiffies, start_time + adap->timeout)) in cobalt_rx_bytes() 322 unsigned long start_time; in cobalt_i2c_init() local 339 start_time = jiffies; in cobalt_i2c_init() 341 if (time_after(jiffies, start_time + HZ)) { in cobalt_i2c_init()
|
/linux-4.4.14/Documentation/laptops/ |
D | dslm.c | 68 time_t start_time; in measure() local 84 start_time = last_time = time(0); in measure() 109 total_time = time(0) - start_time; in measure() 110 printf("\nTotal running time: %lus\n", curr_time - start_time); in measure()
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
D | gruhandles.c | 80 unsigned long start_time = get_cycles(); in wait_instruction_complete() local 87 if (GRU_OPERATION_TIMEOUT < (get_cycles() - start_time)) { in wait_instruction_complete() 89 start_time = get_cycles(); in wait_instruction_complete() 93 update_mcs_stats(opc, get_cycles() - start_time); in wait_instruction_complete()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | iwl-spectrum.h | 42 __le64 start_time; member 64 __le64 start_time; member
|
D | commands.h | 2145 __le32 start_time; /* start time in extended beacon format */ member 2212 __le32 start_time; /* lower 32-bits of TSF */ member
|
D | 3945-mac.c | 673 u32 add_time = le64_to_cpu(params->start_time); in il3945_get_measurement() 681 le64_to_cpu(params->start_time) - in il3945_get_measurement() 695 spectrum.start_time = in il3945_get_measurement() 699 spectrum.start_time = 0; in il3945_get_measurement() 3281 .start_time = cpu_to_le64(il->_3945.last_tsf), in il3945_store_measurement()
|
/linux-4.4.14/drivers/block/rsxx/ |
D | dev.c | 62 unsigned long start_time; member 121 unsigned long start_time) in disk_stats_complete() argument 124 start_time); in disk_stats_complete() 138 disk_stats_complete(card, meta->bio, meta->start_time); in bio_dma_done_cb() 188 bio_meta->start_time = jiffies; in rsxx_make_request()
|
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/ |
D | cpuidle_sysfs.c | 24 struct timespec start_time; variable 49 clock_gettime(CLOCK_REALTIME, &start_time); in cpuidle_start() 67 timediff = timespec_diff_us(start_time, end_time); in cpuidle_stop()
|
D | amd_fam14h_idle.c | 86 struct timespec start_time; variable 232 clock_gettime(CLOCK_REALTIME, &start_time); in amd_fam14h_start() 239 dbg_timediff = timespec_diff_us(start_time, dbg_time); in amd_fam14h_start() 262 timediff = timespec_diff_us(start_time, end_time); in amd_fam14h_stop()
|
/linux-4.4.14/samples/bpf/ |
D | trace_output_user.c | 126 static __u64 start_time; variable 148 MAX_CNT * 1000000000ll / (time_get_ns() - start_time)); in print_bpf_output() 189 start_time = time_get_ns(); in main()
|
/linux-4.4.14/drivers/scsi/fnic/ |
D | fnic_scsi.c | 540 io_req->start_time = jiffies; in fnic_queuecommand_lck() 815 unsigned long start_time; in fnic_fcpio_icmnd_cmpl_handler() local 862 start_time = io_req->start_time; in fnic_fcpio_icmnd_cmpl_handler() 992 jiffies_to_msecs(jiffies - start_time)), in fnic_fcpio_icmnd_cmpl_handler() 1034 unsigned long start_time; in fnic_fcpio_itmf_cmpl_handler() local 1069 start_time = io_req->start_time; in fnic_fcpio_itmf_cmpl_handler() 1154 jiffies_to_msecs(jiffies - start_time), in fnic_fcpio_itmf_cmpl_handler() 1175 jiffies_to_msecs(jiffies - start_time), in fnic_fcpio_itmf_cmpl_handler() 1190 jiffies_to_msecs(jiffies - start_time), in fnic_fcpio_itmf_cmpl_handler() 1300 unsigned long start_time = 0; in fnic_cleanup_io() local [all …]
|
D | fnic_io.h | 64 unsigned long start_time; /* in jiffies */ member
|
/linux-4.4.14/drivers/scsi/snic/ |
D | snic_scsi.c | 301 u32 qtime = jiffies - rqi->start_time; in snic_issue_scsi_req() 554 unsigned long flags, start_time; in snic_icmnd_cmpl_handler() local 616 start_time = rqi->start_time; in snic_icmnd_cmpl_handler() 643 jiffies_to_msecs(jiffies - start_time), (ulong) fwreq, in snic_icmnd_cmpl_handler() 669 jiffies_to_msecs(jiffies - start_time), (ulong) fwreq, in snic_icmnd_cmpl_handler() 687 u32 start_time = rqi->start_time; in snic_proc_dr_cmpl_locked() local 698 jiffies_to_msecs(jiffies - start_time), in snic_proc_dr_cmpl_locked() 713 jiffies_to_msecs(jiffies - start_time), in snic_proc_dr_cmpl_locked() 777 u32 start_time = 0; in snic_process_itmf_cmpl() local 800 start_time = rqi->start_time; in snic_process_itmf_cmpl() [all …]
|
D | snic_io.h | 79 u64 start_time; /* start time in jiffies */ member
|
D | snic_io.c | 222 rqi->start_time = jiffies; in snic_req_init() 514 duration = jiffies - rqi->start_time; in snic_calc_io_process_time()
|
/linux-4.4.14/kernel/trace/ |
D | ring_buffer_benchmark.c | 230 ktime_t start_time, end_time, timeout; in ring_buffer_producer() local 244 start_time = ktime_get(); in ring_buffer_producer() 245 timeout = ktime_add_ns(start_time, RUN_TIME * NSEC_PER_SEC); in ring_buffer_producer() 295 time = ktime_us_delta(end_time, start_time); in ring_buffer_producer()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | fw.c | 522 u32 start_time, tsf_low; in rtl8723e_set_p2p_ps_offload_cmd() local 556 start_time = p2pinfo->noa_start_time[i]; in rtl8723e_set_p2p_ps_offload_cmd() 558 while (start_time <= in rtl8723e_set_p2p_ps_offload_cmd() 560 start_time += in rtl8723e_set_p2p_ps_offload_cmd() 566 rtl_write_dword(rtlpriv, 0x5E8, start_time); in rtl8723e_set_p2p_ps_offload_cmd()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | fw.c | 508 u32 start_time, tsf_low; in rtl8723be_set_p2p_ps_offload_cmd() local 543 start_time = p2pinfo->noa_start_time[i]; in rtl8723be_set_p2p_ps_offload_cmd() 545 while (start_time <= (tsf_low + (50 * 1024))) { in rtl8723be_set_p2p_ps_offload_cmd() 546 start_time += p2pinfo->noa_interval[i]; in rtl8723be_set_p2p_ps_offload_cmd() 551 rtl_write_dword(rtlpriv, 0x5E8, start_time); in rtl8723be_set_p2p_ps_offload_cmd()
|
/linux-4.4.14/drivers/md/bcache/ |
D | util.c | 169 void bch_time_stats_update(struct time_stats *stats, uint64_t start_time) in bch_time_stats_update() argument 176 duration = time_after64(now, start_time) in bch_time_stats_update() 177 ? now - start_time : 0; in bch_time_stats_update()
|
D | bset.c | 1183 uint64_t start_time; in __btree_sort() local 1198 start_time = local_clock(); in __btree_sort() 1228 bch_time_stats_update(&state->time, start_time); in __btree_sort() 1265 uint64_t start_time = local_clock(); in bch_btree_sort_into() local 1272 bch_time_stats_update(&state->time, start_time); in bch_btree_sort_into()
|
D | btree.c | 289 uint64_t start_time = local_clock(); in bch_btree_node_read() local 317 bch_time_stats_update(&b->c->btree_read_time, start_time); in bch_btree_node_read() 1731 uint64_t start_time = local_clock(); in bch_btree_gc() local 1753 bch_time_stats_update(&c->btree_gc_time, start_time); in bch_btree_gc() 1966 uint64_t start_time = local_clock(); in btree_split() local 2072 bch_time_stats_update(&b->c->btree_split_time, start_time); in btree_split()
|
D | request.c | 474 unsigned long start_time; member 613 &s->d->disk->part0, s->start_time); in bio_complete() 662 s->start_time = jiffies; in search_alloc()
|
/linux-4.4.14/block/ |
D | blk-iopoll.c | 81 unsigned long start_time = jiffies; in blk_iopoll_softirq() local 92 if (budget <= 0 || time_after(jiffies, start_time)) { in blk_iopoll_softirq()
|
D | blk-merge.c | 699 if (time_after(req->start_time, next->start_time)) in attempt_merge() 700 req->start_time = next->start_time; in attempt_merge()
|
D | scsi_ioctl.c | 289 unsigned long start_time; in sg_io() local 362 start_time = jiffies; in sg_io() 370 hdr->duration = jiffies_to_msecs(jiffies - start_time); in sg_io()
|
D | bio.c | 1690 unsigned long start_time) in generic_end_io_acct() argument 1692 unsigned long duration = jiffies - start_time; in generic_end_io_acct()
|
D | cfq-iosched.c | 690 uint64_t start_time, uint64_t io_start_time, int rw) in cfqg_stats_update_completion() argument 697 if (time_after64(io_start_time, start_time)) in cfqg_stats_update_completion() 699 io_start_time - start_time); in cfqg_stats_update_completion() 778 uint64_t start_time, uint64_t io_start_time, int rw) { } in cfqg_stats_update_completion() argument 4202 if (!time_after(rq->start_time + cfqd->cfq_fifo_expire[1], now)) in cfq_completed_request()
|
D | blk-core.c | 136 rq->start_time = jiffies; in blk_rq_init() 2286 unsigned long duration = jiffies - req->start_time; in blk_account_io_done()
|
D | blk-mq.c | 178 rq->start_time = jiffies; in blk_mq_rq_ctx_init()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | p2p.c | 57 noa_attr->desc[i].start_time = noa->descriptors[i].start_time; in ath10k_p2p_noa_ie_fill()
|
D | wmi.h | 4263 __le32 start_time; /* 32 bit tsf time when in starts */ member
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | usb_intf.c | 230 u32 start_time = jiffies; in rtw_suspend() local 285 rtw_get_passing_time_ms(start_time)); in rtw_suspend() 295 u32 start_time = jiffies; in rtw_resume_process() local 326 ret, rtw_get_passing_time_ms(start_time)); in rtw_resume_process()
|
D | os_intfs.c | 1103 u32 start_time = jiffies; in rtw_ips_pwr_up() local 1112 DBG_88E("<=== rtw_ips_pwr_up.............. in %dms\n", rtw_get_passing_time_ms(start_time)); in rtw_ips_pwr_up() 1118 u32 start_time = jiffies; in rtw_ips_pwr_down() local 1127 …DBG_88E("<=== rtw_ips_pwr_down..................... in %dms\n", rtw_get_passing_time_ms(start_time… in rtw_ips_pwr_down()
|
/linux-4.4.14/fs/nfs/flexfilelayout/ |
D | flexfilelayout.h | 61 ktime_t start_time; member 86 ktime_t start_time; member
|
D | flexfilelayout.c | 576 timer->start_time = now; in nfs4_ff_start_busy_timer() 588 start = timer->start_time; in nfs4_ff_end_busy_timer() 589 timer->start_time = now; in nfs4_ff_end_busy_timer() 602 if (ktime_equal(mirror->start_time, notime)) in nfs4_ff_layoutstat_start_io() 603 mirror->start_time = now; in nfs4_ff_layoutstat_start_io() 2016 ff_layout_encode_nfstime(xdr, ktime_sub(ktime_get(), mirror->start_time)); in ff_layout_encode_layoutstats()
|
/linux-4.4.14/drivers/md/ |
D | dm-flakey.c | 27 unsigned long start_time; member 182 fc->start_time = jiffies; in flakey_ctr() 284 elapsed = (jiffies - fc->start_time) / HZ; in flakey_map()
|
D | dm.c | 74 unsigned long start_time; member 680 io->start_time = jiffies; in start_io_acct() 697 unsigned long duration = jiffies - io->start_time; in end_io_acct() 701 generic_end_io_acct(rw, &dm_disk(md)->part0, io->start_time); in end_io_acct() 1799 clone->start_time = jiffies; in dm_dispatch_clone_request()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | fw.c | 736 u32 start_time, tsf_low; in rtl88e_set_p2p_ps_offload_cmd() local 770 start_time = p2pinfo->noa_start_time[i]; in rtl88e_set_p2p_ps_offload_cmd() 772 while (start_time <= (tsf_low+(50*1024))) { in rtl88e_set_p2p_ps_offload_cmd() 773 start_time += p2pinfo->noa_interval[i]; in rtl88e_set_p2p_ps_offload_cmd() 778 rtl_write_dword(rtlpriv, 0x5E8, start_time); in rtl88e_set_p2p_ps_offload_cmd()
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | usb_intf.c | 279 unsigned long start_time = jiffies; in rtw_suspend() local 335 ret, jiffies_to_msecs(jiffies - start_time)); in rtw_suspend() 347 unsigned long start_time = jiffies; in rtw_resume() local 383 ret, jiffies_to_msecs(jiffies - start_time)); in rtw_resume()
|
D | os_intfs.c | 752 unsigned long start_time = jiffies; in rtw_ips_pwr_up23a() local 760 jiffies_to_msecs(jiffies - start_time)); in rtw_ips_pwr_up23a() 766 unsigned long start_time = jiffies; in rtw_ips_pwr_down23a() local 776 jiffies_to_msecs(jiffies - start_time)); in rtw_ips_pwr_down23a()
|
/linux-4.4.14/tools/testing/ktest/ |
D | ktest.pl | 1527 my $start_time = time; 1573 if ($now - $start_time >= $max_monitor_wait) { 1668 my $start_time; 1674 $start_time = time; 1709 my $delta = $end_time - $start_time; 1930 my $start_time = time; 2057 $reboot_time = $end_time - $start_time; 2107 my $start_time = time; 2141 $install_time = $end_time - $start_time; 2171 $install_time = $end_time - $start_time; [all …]
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | fw.c | 762 u32 start_time, tsf_low; in rtl92ee_set_p2p_ps_offload_cmd() local 794 start_time = p2pinfo->noa_start_time[i]; in rtl92ee_set_p2p_ps_offload_cmd() 796 while (start_time <= (tsf_low + (50 * 1024))) { in rtl92ee_set_p2p_ps_offload_cmd() 797 start_time += p2pinfo->noa_interval[i]; in rtl92ee_set_p2p_ps_offload_cmd() 802 rtl_write_dword(rtlpriv, 0x5E8, start_time); in rtl92ee_set_p2p_ps_offload_cmd()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_vport.c | 242 unsigned long start_time; in lpfc_discovery_wait() local 254 start_time = jiffies; in lpfc_discovery_wait() 267 jiffies_to_msecs(jiffies - start_time)); in lpfc_discovery_wait() 277 - start_time)); in lpfc_discovery_wait() 287 jiffies_to_msecs(jiffies - start_time)); in lpfc_discovery_wait()
|
D | lpfc_scsi.h | 167 unsigned long start_time; member
|
D | lpfc_scsi.c | 214 latency = jiffies_to_msecs((long)jiffies - (long)lpfc_cmd->start_time); in lpfc_update_stats() 4090 time_after(jiffies, lpfc_cmd->start_time + in lpfc_scsi_cmd_iocb_cmpl() 4584 lpfc_cmd->start_time = jiffies; in lpfc_queuecommand()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
D | fw_common.c | 772 u32 start_time, tsf_low; in set_noa_data() local 792 start_time = p2pinfo->noa_start_time[i]; in set_noa_data() 794 while (start_time <= (tsf_low+(50*1024))) { in set_noa_data() 795 start_time += p2pinfo->noa_interval[i]; in set_noa_data() 800 rtl_write_dword(rtlpriv, 0x5E8, start_time); in set_noa_data()
|
/linux-4.4.14/drivers/ide/ |
D | pdc202xx_new.c | 247 ktime_t start_time, end_time; in detect_pll_input_clock() local 253 start_time = ktime_get(); in detect_pll_input_clock() 277 usec_elapsed = ktime_us_delta(end_time, start_time); in detect_pll_input_clock()
|
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
D | sba.h | 31 u_long start_time ; member
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_pwrctrl.c | 333 unsigned long start_time, end_time; in LPS_RF_ON_check23a() local 337 start_time = jiffies; in LPS_RF_ON_check23a() 338 end_time = start_time + msecs_to_jiffies(delay_ms); in LPS_RF_ON_check23a()
|
/linux-4.4.14/drivers/edac/ |
D | edac_core.h | 265 unsigned long start_time; /* edac_device load start time (jiffies) */ member 363 unsigned long start_time; /* edac_pci load start time (jiffies) */ member
|
D | edac_pci.c | 338 pci->start_time = jiffies; in edac_pci_add_device()
|
D | edac_mc_sysfs.c | 657 mci->start_time = jiffies; in mci_reset_counters_store() 753 return sprintf(data, "%ld\n", (jiffies - mci->start_time) / HZ); in mci_seconds_show()
|
D | edac_device.c | 508 edac_dev->start_time = jiffies; in edac_device_add_device()
|
D | edac_mc.c | 769 mci->start_time = jiffies; in edac_mc_add_mc_with_groups()
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | ps.c | 112 unsigned long start_time = jiffies; in wl1271_ps_elp_wakeup() local 161 jiffies_to_msecs(jiffies - start_time)); in wl1271_ps_elp_wakeup()
|
D | tx.c | 293 desc->start_time = cpu_to_le32(hosttime - wl->time_offset); in wl1271_tx_fill_hdr() 1149 unsigned long timeout, start_time; in wl1271_tx_flush() local 1151 start_time = jiffies; in wl1271_tx_flush() 1152 timeout = start_time + usecs_to_jiffies(WL1271_TX_FLUSH_TIMEOUT); in wl1271_tx_flush() 1180 jiffies_to_msecs(jiffies - start_time)); in wl1271_tx_flush()
|
D | tx.h | 123 __le32 start_time; member
|
/linux-4.4.14/drivers/ata/ |
D | pata_pdc2027x.c | 609 ktime_t start_time, end_time; in pdc_detect_pll_input_clock() local 620 start_time = ktime_get(); in pdc_detect_pll_input_clock() 636 usec_elapsed = (long) ktime_us_delta(end_time, start_time); in pdc_detect_pll_input_clock()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_pwrctrl.c | 421 u32 start_time; in LPS_RF_ON_check() local 426 start_time = jiffies; in LPS_RF_ON_check() 438 if (rtw_get_passing_time_ms(start_time) > delay_ms) { in LPS_RF_ON_check()
|
/linux-4.4.14/mm/ |
D | page-writeback.c | 1305 unsigned long start_time, in __wb_update_bandwidth() argument 1329 if (elapsed > HZ && time_before(wb->bw_time_stamp, start_time)) in __wb_update_bandwidth() 1353 void wb_update_bandwidth(struct bdi_writeback *wb, unsigned long start_time) in wb_update_bandwidth() argument 1357 __wb_update_bandwidth(&gdtc, NULL, start_time, false); in wb_update_bandwidth() 1540 unsigned long start_time = jiffies; in balance_dirty_pages() local 1666 __wb_update_bandwidth(gdtc, mdtc, start_time, true); in balance_dirty_pages() 1707 start_time); in balance_dirty_pages() 1736 start_time); in balance_dirty_pages()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | fw.c | 1723 u32 start_time, tsf_low; in rtl8821ae_set_p2p_ps_offload_cmd() local 1755 start_time = p2pinfo->noa_start_time[i]; in rtl8821ae_set_p2p_ps_offload_cmd() 1757 while (start_time <= (tsf_low+(50*1024))) { in rtl8821ae_set_p2p_ps_offload_cmd() 1758 start_time += p2pinfo->noa_interval[i]; in rtl8821ae_set_p2p_ps_offload_cmd() 1763 rtl_write_dword(rtlpriv, 0x5E8, start_time); in rtl8821ae_set_p2p_ps_offload_cmd()
|
/linux-4.4.14/fs/proc/ |
D | array.c | 387 unsigned long long start_time; in do_task_stat() local 472 start_time = nsec_to_clock_t(task->real_start_time); in do_task_stat() 493 seq_put_decimal_ull(m, ' ', start_time); in do_task_stat()
|
/linux-4.4.14/include/linux/ |
D | intel-iommu.h | 243 cycles_t start_time = get_cycles(); \ 248 if (DMAR_OPERATION_TIMEOUT < (get_cycles() - start_time))\
|
D | writeback.h | 365 void wb_update_bandwidth(struct bdi_writeback *wb, unsigned long start_time);
|
D | edac.h | 736 unsigned long start_time; /* mci load start time (in jiffies) */ member
|
D | fscache-cache.h | 141 unsigned long start_time; /* time at which retrieval started */ member
|
D | bio.h | 500 unsigned long start_time);
|
D | ieee80211.h | 1178 __le32 start_time; member
|
D | blkdev.h | 154 unsigned long start_time; member
|
D | sched.h | 1534 u64 start_time; /* monotonic time in nsec */ member
|
/linux-4.4.14/include/trace/events/ |
D | writeback.h | 530 unsigned long start_time), 534 dirtied, period, pause, start_time), 573 __entry->paused = (jiffies - start_time) * 1000 / HZ;
|
/linux-4.4.14/fs/btrfs/ |
D | transaction.h | 61 unsigned long start_time; member
|
D | disk-io.c | 1884 (now < cur->start_time || in transaction_kthread() 1885 now - cur->start_time < root->fs_info->commit_interval)) { in transaction_kthread()
|
D | transaction.c | 244 cur_trans->start_time = get_seconds(); in join_transaction()
|
/linux-4.4.14/kernel/ |
D | tsacct.c | 40 delta = ktime_get_ns() - tsk->start_time; in bacct_add_tsk()
|
D | acct.c | 429 run_time -= current->group_leader->start_time; in fill_ac()
|
D | fork.c | 1368 p->start_time = ktime_get_ns(); in copy_process()
|
/linux-4.4.14/drivers/net/usb/ |
D | smsc95xx.c | 160 unsigned long start_time = jiffies; in __smsc95xx_phy_wait_not_busy() local 173 } while (!time_after(jiffies, start_time + HZ)); in __smsc95xx_phy_wait_not_busy() 291 unsigned long start_time = jiffies; in smsc95xx_wait_eeprom() local 305 } while (!time_after(jiffies, start_time + HZ)); in smsc95xx_wait_eeprom() 317 unsigned long start_time = jiffies; in smsc95xx_eeprom_confirm_not_busy() local 332 } while (!time_after(jiffies, start_time + HZ)); in smsc95xx_eeprom_confirm_not_busy()
|
D | smsc75xx.c | 167 unsigned long start_time = jiffies; in __smsc75xx_phy_wait_not_busy() local 180 } while (!time_after(jiffies, start_time + HZ)); in __smsc75xx_phy_wait_not_busy() 302 unsigned long start_time = jiffies; in smsc75xx_wait_eeprom() local 316 } while (!time_after(jiffies, start_time + HZ)); in smsc75xx_wait_eeprom() 328 unsigned long start_time = jiffies; in smsc75xx_eeprom_confirm_not_busy() local 343 } while (!time_after(jiffies, start_time + HZ)); in smsc75xx_eeprom_confirm_not_busy()
|
D | lan78xx.c | 384 unsigned long start_time = jiffies; in lan78xx_phy_wait_not_busy() local 395 } while (!time_after(jiffies, start_time + HZ)); in lan78xx_phy_wait_not_busy() 417 unsigned long start_time = jiffies; in lan78xx_wait_eeprom() local 430 } while (!time_after(jiffies, start_time + HZ)); in lan78xx_wait_eeprom() 442 unsigned long start_time = jiffies; in lan78xx_eeprom_confirm_not_busy() local 455 } while (!time_after(jiffies, start_time + HZ)); in lan78xx_eeprom_confirm_not_busy()
|
/linux-4.4.14/fs/jbd2/ |
D | commit.c | 379 ktime_t start_time; in jbd2_journal_commit_transaction() local 541 start_time = ktime_get(); in jbd2_journal_commit_transaction() 1108 commit_time = ktime_to_ns(ktime_sub(ktime_get(), start_time)); in jbd2_journal_commit_transaction()
|
/linux-4.4.14/drivers/tty/ipwireless/ |
D | hardware.c | 49 unsigned long start_time; member 54 timing_stats.start_time = jiffies; in start_timing() 59 timing_stats.read_time += (jiffies - start_time); in end_read_timing() 66 timing_stats.write_time += (jiffies - start_time); in end_write_timing()
|
/linux-4.4.14/fs/ext4/ |
D | extents_status.c | 977 ktime_t start_time; in __es_shrink() local 984 start_time = ktime_get(); in __es_shrink() 1041 scan_time = ktime_to_ns(ktime_sub(ktime_get(), start_time)); in __es_shrink()
|
/linux-4.4.14/fs/ |
D | fs-writeback.c | 1455 unsigned long start_time = jiffies; in writeback_sb_inodes() local 1574 if (time_is_before_jiffies(start_time + HZ / 10UL)) in writeback_sb_inodes() 1586 unsigned long start_time = jiffies; in __writeback_inodes_wb() local 1607 if (time_is_before_jiffies(start_time + HZ / 10UL)) in __writeback_inodes_wb()
|
D | exec.c | 966 tsk->start_time = leader->start_time; in de_thread()
|
/linux-4.4.14/drivers/usb/storage/ |
D | uas.c | 996 unsigned long start_time; in uas_wait_for_pending_cmnds() local 999 start_time = jiffies; in uas_wait_for_pending_cmnds() 1011 if (time_after(jiffies, start_time + 5 * HZ)) in uas_wait_for_pending_cmnds()
|
/linux-4.4.14/sound/pci/pcxhr/ |
D | pcxhr_core.c | 913 ktime_t start_time, stop_time, diff_time; in pcxhr_set_pipe_state() local 915 start_time = ktime_get(); in pcxhr_set_pipe_state() 965 diff_time = ktime_sub(stop_time, start_time); in pcxhr_set_pipe_state()
|
D | pcxhr.c | 714 ktime_t start_time, stop_time, diff_time; in pcxhr_start_linked_stream() local 716 start_time = ktime_get(); in pcxhr_start_linked_stream() 828 diff_time = ktime_sub(stop_time, start_time); in pcxhr_start_linked_stream()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_defs.h | 1212 u64 start_time; /* timestamp */ member 1218 u64 start_time; /* user/sw start time */ member
|
D | bfa_fcpim.h | 185 u64 start_time; /* IO's Profile start val */ member
|
D | bfa_fcpim.c | 454 val = (u32)(jiffies - ioim->start_time); in bfa_ioim_profile_comp() 467 ioim->start_time = jiffies; in bfa_ioim_profile_start()
|
D | bfa_svc.c | 6281 (__dport)->result.start_time = bfa_get_log_time(); \ 6766 dport->result.subtest[subtesttype].start_time = in bfa_dport_scn() 6773 dport->result.subtest[subtesttype].start_time); in bfa_dport_scn()
|
/linux-4.4.14/drivers/s390/cio/ |
D | qdio_main.c | 318 u64 start_time = 0; in qdio_siga_output() local 340 if (!start_time) { in qdio_siga_output() 341 start_time = get_tod_clock_fast(); in qdio_siga_output() 344 if (get_tod_clock_fast() - start_time < QDIO_BUSY_BIT_PATIENCE) in qdio_siga_output()
|
/linux-4.4.14/fs/fscache/ |
D | page.c | 275 fscache_hist(fscache_retrieval_histogram, op->start_time); in fscache_release_retrieval_op() 310 op->start_time = jiffies; in fscache_alloc_retrieval()
|
/linux-4.4.14/drivers/block/zram/ |
D | zram_drv.c | 815 unsigned long start_time = jiffies; in zram_bvec_rw() local 829 generic_end_io_acct(rw, &zram->disk->part0, start_time); in zram_bvec_rw()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | channel.c | 1508 noa->desc[i].start_time = cpu_to_le32(avp->noa_start); in ath9k_beacon_add_noa() 1515 noa->desc[i].start_time = cpu_to_le32(avp->offchannel_start); in ath9k_beacon_add_noa()
|
/linux-4.4.14/sound/pci/ |
D | es1968.c | 1713 ktime_t start_time, stop_time; in es1968_measure_clock() local 1765 start_time = ktime_get(); in es1968_measure_clock() 1781 diff = ktime_sub(stop_time, start_time); in es1968_measure_clock()
|
D | intel8x0.c | 2767 ktime_t start_time, stop_time; in intel8x0_measure_ac97_clock() local 2801 start_time = ktime_get(); in intel8x0_measure_ac97_clock() 2853 t = ktime_us_delta(stop_time, start_time); in intel8x0_measure_ac97_clock()
|
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/ |
D | drxj.c | 8862 u32 start_time = 0; in qam64auto() local 8869 start_time = jiffies_to_msecs(jiffies); in qam64auto() 8935 start_time = d_locked_time = in qam64auto() 8940 start_time = in qam64auto() 8967 start_time = in qam64auto() 8980 ((jiffies_to_msecs(jiffies) - start_time) < in qam64auto() 9010 u32 start_time = 0; in qam256auto() local 9016 start_time = jiffies_to_msecs(jiffies); in qam256auto() 9052 start_time = jiffies_to_msecs(jiffies); in qam256auto() 9066 ((jiffies_to_msecs(jiffies) - start_time) < in qam256auto()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | commands.h | 2030 __le32 start_time; /* start time in extended beacon format */ member 2097 __le32 start_time; /* lower 32-bits of TSF */ member
|
/linux-4.4.14/drivers/iommu/ |
D | dmar.c | 1344 cycles_t start_time = get_cycles(); in dmar_disable_qi() local 1360 (DMAR_OPERATION_TIMEOUT > (get_cycles() - start_time))) in dmar_disable_qi()
|
/linux-4.4.14/drivers/net/ethernet/neterion/ |
D | s2io.h | 941 unsigned long long start_time; member
|
D | s2io.c | 7522 jiffies - sp->start_time; in s2io_link() 7528 jiffies - sp->start_time; in s2io_link() 7535 sp->start_time = jiffies; in s2io_link()
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | wsm.h | 1744 __le32 start_time; member
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | host_interface.c | 231 u8 start_time[4]; member 1187 memcpy(pu8CurrByte, ptstrJoinBssParam->start_time, sizeof(ptstrJoinBssParam->start_time)); in Handle_Connect() 1188 pu8CurrByte += sizeof(ptstrJoinBssParam->start_time); in Handle_Connect() 4830 memcpy(pNewJoinBssParam->start_time, pu8IEs + u16P2P_count, 4); in host_int_ParseJoinBssParam()
|
/linux-4.4.14/drivers/net/wireless/ |
D | mwl8k.c | 335 u32 start_time; member 1861 if (tx_stats->start_time == 0) in mwl8k_tx_count_packet() 1862 tx_stats->start_time = jiffies; in mwl8k_tx_count_packet() 1868 if (jiffies - tx_stats->start_time > HZ) { in mwl8k_tx_count_packet() 1870 tx_stats->start_time = 0; in mwl8k_tx_count_packet()
|
/linux-4.4.14/drivers/media/usb/usbvision/ |
D | usbvision-core.c | 1284 unsigned long start_time = jiffies; in usbvision_isoc_irq() local 1336 usbvision->time_in_irq += jiffies - start_time; in usbvision_isoc_irq()
|
/linux-4.4.14/net/core/ |
D | pktgen.c | 2240 ktime_t start_time, end_time; in spin() local 2253 start_time = ktime_get(); in spin() 2275 pkt_dev->idle_acc += ktime_to_ns(ktime_sub(end_time, start_time)); in spin()
|
/linux-4.4.14/drivers/scsi/esas2r/ |
D | esas2r.h | 1034 u32 esas2r_stall_execution(struct esas2r_adapter *a, u32 start_time,
|
/linux-4.4.14/net/mac80211/ |
D | util.c | 3104 data->desc[i].start = le32_to_cpu(desc->start_time); in ieee80211_parse_p2p_noa()
|
/linux-4.4.14/drivers/nvme/host/ |
D | pci.c | 601 && (jiffies - req->start_time) < req->timeout) { in req_completion()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 7039 unsigned long start_time = jiffies; in i40e_service_task() local 7065 if (time_after(jiffies, (start_time + pf->service_timer_period)) || in i40e_service_task()
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 303 start_time time the process started after system boot
|