/linux-4.1.27/drivers/isdn/hardware/eicon/ |
H A D | divamnt.c | 48 static struct timeval start_time; variable in typeref:struct:timeval 95 if (tv.tv_sec > start_time.tv_sec) { diva_os_get_time() 96 if (start_time.tv_usec > tv.tv_usec) { diva_os_get_time() 100 *sec = (dword) (tv.tv_sec - start_time.tv_sec); diva_os_get_time() 101 *usec = (dword) (tv.tv_usec - start_time.tv_usec); diva_os_get_time() 102 } else if (tv.tv_sec == start_time.tv_sec) { diva_os_get_time() 104 if (start_time.tv_usec < tv.tv_usec) { diva_os_get_time() 105 *usec = (dword) (tv.tv_usec - start_time.tv_usec); diva_os_get_time() 216 do_gettimeofday(&start_time); maint_init()
|
/linux-4.1.27/tools/testing/selftests/timers/ |
H A D | alarmtimer-suspend.c | 65 struct timespec start_time; variable in typeref:struct:timespec 116 delta_ns = timespec_sub(start_time, ts); sigalarm() 157 clock_gettime(alarm_clock_id, &start_time); main() 159 start_time.tv_sec, start_time.tv_nsec); main() 161 its1.it_value = start_time; main()
|
H A D | set-timer-lat.c | 64 struct timespec start_time; variable in typeref:struct:timespec 114 delta_ns = timespec_sub(start_time, ts); sigalarm() 153 clock_gettime(clock_id, &start_time); do_timer() 155 its1.it_value = start_time; do_timer()
|
/linux-4.1.27/tools/perf/ |
H A D | builtin-timechart.c | 93 u64 start_time; member in struct:per_pid 107 u64 start_time; member in struct:per_pidcomm 140 u64 start_time; member in struct:cpu_sample 159 u64 start_time; member in struct:io_sample 175 u64 start_time; member in struct:power_event 249 p->start_time = timestamp; pid_fork() 250 if (p->current && !p->current->start_time) { pid_fork() 251 p->current->start_time = timestamp; pid_fork() 285 sample->start_time = start; pid_put_sample() 298 if (c->start_time == 0 || c->start_time > start) pid_put_sample() 299 c->start_time = start; pid_put_sample() 300 if (p->start_time == 0 || p->start_time > start) pid_put_sample() 301 p->start_time = start; pid_put_sample() 359 pwr->start_time = cpus_cstate_start_times[cpu]; c_state_end() 380 pwr->start_time = cpus_pstate_start_times[cpu]; p_state_change() 386 if (!pwr->start_time) p_state_change() 387 pwr->start_time = tchart->first_time; p_state_change() 690 pwr->start_time = cpus_cstate_start_times[cpu]; end_sample_processing() 705 pwr->start_time = cpus_pstate_start_times[cpu]; end_sample_processing() 711 if (!pwr->start_time) end_sample_processing() 712 pwr->start_time = tchart->first_time; end_sample_processing() 738 if (prev && prev->start_time && !prev->end_time) { pid_begin_io_sample() 752 sample->start_time = start; pid_begin_io_sample() 758 if (c->start_time == 0 || c->start_time > start) pid_begin_io_sample() 759 c->start_time = start; pid_begin_io_sample() 797 if (sample->end_time - sample->start_time < tchart->min_time) pid_end_io_sample() 798 sample->end_time = sample->start_time + tchart->min_time; pid_end_io_sample() 799 if (prev && sample->start_time < prev->end_time) { pid_end_io_sample() 801 sample->start_time = prev->end_time; pid_end_io_sample() 803 prev->end_time = sample->start_time; pid_end_io_sample() 824 prev->end_time + tchart->merge_dist >= sample->start_time) { pid_end_io_sample() 829 sample->start_time = prev->start_time; pid_end_io_sample() 1021 svg_cstate(pwr->cpu, pwr->start_time, pwr->end_time, pwr->state); draw_c_p_states() 1030 svg_pstate(pwr->cpu, pwr->start_time, pwr->end_time, pwr->state); draw_c_p_states() 1053 if (c->Y && c->start_time <= we->time && c->end_time >= we->time) { draw_wakeups() 1117 sample->start_time, draw_cpu_usage() 1152 svg_box(Y, c->start_time, c->end_time, "process3"); draw_io_bars() 1166 sample->start_time, draw_io_bars() 1175 sample->start_time, draw_io_bars() 1184 sample->start_time, draw_io_bars() 1193 sample->start_time, draw_io_bars() 1202 sample->start_time, draw_io_bars() 1211 sample->start_time, draw_io_bars() 1237 svg_text(Y, c->start_time, comm); draw_io_bars() 1266 svg_box(Y, c->start_time, c->end_time, "process"); draw_process_bars() 1271 sample->start_time, draw_process_bars() 1276 sample->start_time, draw_process_bars() 1281 sample->start_time, draw_process_bars() 1294 svg_text(Y, c->start_time, comm); draw_process_bars() 1345 if (p->start_time == 1) determine_display_tasks_filtered() 1346 p->start_time = tchart->first_time; determine_display_tasks_filtered() 1357 if (c->start_time == 1) determine_display_tasks_filtered() 1358 c->start_time = tchart->first_time; determine_display_tasks_filtered() 1385 if (p->start_time == 1) determine_display_tasks() 1386 p->start_time = tchart->first_time; determine_display_tasks() 1399 if (c->start_time == 1) determine_display_tasks() 1400 c->start_time = tchart->first_time; determine_display_tasks()
|
H A D | builtin-kvm.c | 114 u64 start_time; member in struct:vcpu_event_record 228 vcpu_record->start_time = timestamp; handle_begin_event() 328 time_begin = vcpu_record->start_time; handle_end_event() 350 vcpu_record->start_time = 0; handle_end_event()
|
H A D | builtin-sched.c | 160 u64 start_time; member in struct:perf_sched 581 sched->start_time = get_nsecs(); wait_for_tasks()
|
/linux-4.1.27/Documentation/laptops/ |
H A D | dslm.c | 68 time_t start_time; measure() local 84 start_time = last_time = time(0); measure() 109 total_time = time(0) - start_time; measure() 110 printf("\nTotal running time: %lus\n", curr_time - start_time); measure()
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
H A D | iwl-spectrum.h | 42 __le64 start_time; member in struct:ieee80211_basic_report 64 __le64 start_time; member in struct:ieee80211_measurement_params
|
H A D | 3945-mac.c | 673 u32 add_time = le64_to_cpu(params->start_time); il3945_get_measurement() 681 le64_to_cpu(params->start_time) - il3945_get_measurement() 695 spectrum.start_time = il3945_get_measurement() 699 spectrum.start_time = 0; il3945_get_measurement() 3281 .start_time = cpu_to_le64(il->_3945.last_tsf), il3945_store_measurement()
|
H A D | commands.h | 2145 __le32 start_time; /* start time in extended beacon format */ member in struct:il_spectrum_cmd 2212 __le32 start_time; /* lower 32-bits of TSF */ member in struct:il_spectrum_notification
|
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpuidle_sysfs.c | 24 struct timespec start_time; variable in typeref:struct:timespec 49 clock_gettime(CLOCK_REALTIME, &start_time); cpuidle_start() 67 timediff = timespec_diff_us(start_time, end_time); cpuidle_stop()
|
H A D | amd_fam14h_idle.c | 86 struct timespec start_time; variable in typeref:struct:timespec 232 clock_gettime(CLOCK_REALTIME, &start_time); amd_fam14h_start() 239 dbg_timediff = timespec_diff_us(start_time, dbg_time); amd_fam14h_start() 262 timediff = timespec_diff_us(start_time, end_time); amd_fam14h_stop()
|
/linux-4.1.27/drivers/misc/sgi-gru/ |
H A D | gruhandles.c | 80 unsigned long start_time = get_cycles(); wait_instruction_complete() local 87 if (GRU_OPERATION_TIMEOUT < (get_cycles() - start_time)) { wait_instruction_complete() 89 start_time = get_cycles(); wait_instruction_complete() 93 update_mcs_stats(opc, get_cycles() - start_time); wait_instruction_complete()
|
/linux-4.1.27/drivers/block/rsxx/ |
H A D | dev.c | 62 unsigned long start_time; member in struct:rsxx_bio_meta 121 unsigned long start_time) disk_stats_complete() 124 start_time); disk_stats_complete() local 138 disk_stats_complete(card, meta->bio, meta->start_time); bio_dma_done_cb() 183 bio_meta->start_time = jiffies; rsxx_make_request() 119 disk_stats_complete(struct rsxx_cardinfo *card, struct bio *bio, unsigned long start_time) disk_stats_complete() argument
|
/linux-4.1.27/kernel/trace/ |
H A D | ring_buffer_benchmark.c | 215 ktime_t start_time, end_time, timeout; ring_buffer_producer() local 229 start_time = ktime_get(); ring_buffer_producer() 230 timeout = ktime_add_ns(start_time, RUN_TIME * NSEC_PER_SEC); ring_buffer_producer() 283 time = ktime_us_delta(end_time, start_time); ring_buffer_producer()
|
/linux-4.1.27/block/ |
H A D | blk-iopoll.c | 81 unsigned long start_time = jiffies; blk_iopoll_softirq() local 92 if (budget <= 0 || time_after(jiffies, start_time)) { blk_iopoll_softirq()
|
H A D | blk-merge.c | 510 * or front merge. We need the smaller start_time of attempt_merge() 514 if (time_after(req->start_time, next->start_time)) attempt_merge() 515 req->start_time = next->start_time; attempt_merge()
|
H A D | scsi_ioctl.c | 289 unsigned long start_time; sg_io() local 362 start_time = jiffies; sg_io() 370 hdr->duration = jiffies_to_msecs(jiffies - start_time); sg_io()
|
H A D | cfq-iosched.c | 680 uint64_t start_time, uint64_t io_start_time, int rw) cfqg_stats_update_completion() 687 if (time_after64(io_start_time, start_time)) cfqg_stats_update_completion() 689 io_start_time - start_time); cfqg_stats_update_completion() 776 uint64_t start_time, uint64_t io_start_time, int rw) { } 4067 if (!time_after(rq->start_time + cfqd->cfq_fifo_expire[1], now)) cfq_completed_request() 679 cfqg_stats_update_completion(struct cfq_group *cfqg, uint64_t start_time, uint64_t io_start_time, int rw) cfqg_stats_update_completion() argument 775 cfqg_stats_update_completion(struct cfq_group *cfqg, uint64_t start_time, uint64_t io_start_time, int rw) cfqg_stats_update_completion() argument
|
H A D | bio.c | 1722 unsigned long start_time) generic_end_io_acct() 1724 unsigned long duration = jiffies - start_time; generic_end_io_acct() 1721 generic_end_io_acct(int rw, struct hd_struct *part, unsigned long start_time) generic_end_io_acct() argument
|
H A D | blk-core.c | 111 rq->start_time = jiffies; blk_rq_init() 2164 unsigned long duration = jiffies - req->start_time; blk_account_io_done()
|
H A D | blk-mq.c | 199 rq->start_time = jiffies; blk_mq_rq_ctx_init()
|
/linux-4.1.27/drivers/scsi/fnic/ |
H A D | fnic_io.h | 64 unsigned long start_time; /* in jiffies */ member in struct:fnic_io_req
|
H A D | fnic_scsi.c | 524 io_req->start_time = jiffies; fnic_queuecommand_lck() 799 unsigned long start_time; fnic_fcpio_icmnd_cmpl_handler() local 846 start_time = io_req->start_time; fnic_fcpio_icmnd_cmpl_handler() 976 jiffies_to_msecs(jiffies - start_time)), fnic_fcpio_icmnd_cmpl_handler() 1018 unsigned long start_time; fnic_fcpio_itmf_cmpl_handler() local 1053 start_time = io_req->start_time; fnic_fcpio_itmf_cmpl_handler() 1138 jiffies_to_msecs(jiffies - start_time), fnic_fcpio_itmf_cmpl_handler() 1159 jiffies_to_msecs(jiffies - start_time), fnic_fcpio_itmf_cmpl_handler() 1174 jiffies_to_msecs(jiffies - start_time), fnic_fcpio_itmf_cmpl_handler() 1284 unsigned long start_time = 0; fnic_cleanup_io() local 1330 start_time = io_req->start_time; fnic_cleanup_io() 1338 __func__, (jiffies - start_time)); fnic_cleanup_io() 1349 jiffies_to_msecs(jiffies - start_time), fnic_cleanup_io() 1370 unsigned long start_time = 0; fnic_wq_copy_cleanup_handler() local 1400 start_time = io_req->start_time; fnic_wq_copy_cleanup_handler() 1412 jiffies_to_msecs(jiffies - start_time), fnic_wq_copy_cleanup_handler() 1751 unsigned long start_time = 0; fnic_abort_cmd() local 1925 start_time = io_req->start_time; fnic_abort_cmd() 1932 jiffies_to_msecs(jiffies - start_time), fnic_abort_cmd() 2224 unsigned long start_time = 0; fnic_device_reset() local 2440 start_time = io_req->start_time; fnic_device_reset() 2448 jiffies_to_msecs(jiffies - start_time), fnic_device_reset()
|
/linux-4.1.27/drivers/md/bcache/ |
H A D | util.c | 169 void bch_time_stats_update(struct time_stats *stats, uint64_t start_time) bch_time_stats_update() argument 176 duration = time_after64(now, start_time) bch_time_stats_update() 177 ? now - start_time : 0; bch_time_stats_update()
|
H A D | bset.c | 1183 uint64_t start_time; __btree_sort() local 1198 start_time = local_clock(); __btree_sort() 1228 bch_time_stats_update(&state->time, start_time); __btree_sort() 1265 uint64_t start_time = local_clock(); bch_btree_sort_into() local 1272 bch_time_stats_update(&state->time, start_time); bch_btree_sort_into()
|
H A D | btree.c | 289 uint64_t start_time = local_clock(); bch_btree_node_read() local 317 bch_time_stats_update(&b->c->btree_read_time, start_time); bch_btree_node_read() 1731 uint64_t start_time = local_clock(); bch_btree_gc() local 1753 bch_time_stats_update(&c->btree_gc_time, start_time); bch_btree_gc() 1966 uint64_t start_time = local_clock(); btree_split() local 2072 bch_time_stats_update(&b->c->btree_split_time, start_time); btree_split()
|
H A D | request.c | 468 unsigned long start_time; member in struct:search 605 &s->d->disk->part0, s->start_time); bio_complete() 653 s->start_time = jiffies; search_alloc()
|
/linux-4.1.27/drivers/md/ |
H A D | dm-flakey.c | 27 unsigned long start_time; member in struct:flakey_c 182 fc->start_time = jiffies; flakey_ctr() 282 elapsed = (jiffies - fc->start_time) / HZ; flakey_map()
|
H A D | dm.c | 73 unsigned long start_time; member in struct:dm_io 647 io->start_time = jiffies; start_io_acct() 664 unsigned long duration = jiffies - io->start_time; end_io_acct() 668 generic_end_io_acct(rw, &dm_disk(md)->part0, io->start_time); end_io_acct() 1813 clone->start_time = jiffies; dm_dispatch_clone_request()
|
/linux-4.1.27/drivers/ide/ |
H A D | pdc202xx_new.c | 246 struct timeval start_time, end_time; detect_pll_input_clock() local 252 do_gettimeofday(&start_time); detect_pll_input_clock() 276 usec_elapsed = (end_time.tv_sec - start_time.tv_sec) * 1000000 + detect_pll_input_clock() 277 (end_time.tv_usec - start_time.tv_usec); detect_pll_input_clock()
|
/linux-4.1.27/drivers/net/fddi/skfp/h/ |
H A D | sba.h | 31 u_long start_time ; member in struct:timer_cell
|
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
H A D | usb_intf.c | 279 unsigned long start_time = jiffies; rtw_suspend() local 335 ret, jiffies_to_msecs(jiffies - start_time)); rtw_suspend() 347 unsigned long start_time = jiffies; rtw_resume() local 383 ret, jiffies_to_msecs(jiffies - start_time)); rtw_resume()
|
H A D | os_intfs.c | 754 unsigned long start_time = jiffies; rtw_ips_pwr_up23a() local 762 jiffies_to_msecs(jiffies - start_time)); rtw_ips_pwr_up23a() 768 unsigned long start_time = jiffies; rtw_ips_pwr_down23a() local 778 jiffies_to_msecs(jiffies - start_time)); rtw_ips_pwr_down23a()
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
H A D | usb_intf.c | 243 u32 start_time = jiffies; rtw_suspend() local 299 , ret, rtw_get_passing_time_ms(start_time)); rtw_suspend() 309 u32 start_time = jiffies; rtw_resume_process() local 345 ret, rtw_get_passing_time_ms(start_time)); rtw_resume_process()
|
H A D | os_intfs.c | 1071 u32 start_time = jiffies; rtw_ips_pwr_up() local 1079 DBG_88E("<=== rtw_ips_pwr_up.............. in %dms\n", rtw_get_passing_time_ms(start_time)); rtw_ips_pwr_up() 1085 u32 start_time = jiffies; rtw_ips_pwr_down() local 1093 DBG_88E("<=== rtw_ips_pwr_down..................... in %dms\n", rtw_get_passing_time_ms(start_time)); rtw_ips_pwr_down()
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
H A D | ps.c | 112 unsigned long start_time = jiffies; wl1271_ps_elp_wakeup() local 161 jiffies_to_msecs(jiffies - start_time)); wl1271_ps_elp_wakeup()
|
H A D | tx.h | 123 __le32 start_time; member in struct:wl1271_tx_hw_descr 126 * packet can be transmitted is: start_time + (1024 * life_time)
|
H A D | tx.c | 293 desc->start_time = cpu_to_le32(hosttime - wl->time_offset); wl1271_tx_fill_hdr() 1149 unsigned long timeout, start_time; wl1271_tx_flush() local 1151 start_time = jiffies; wl1271_tx_flush() 1152 timeout = start_time + usecs_to_jiffies(WL1271_TX_FLUSH_TIMEOUT); wl1271_tx_flush() 1180 jiffies_to_msecs(jiffies - start_time)); wl1271_tx_flush()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_vport.c | 242 unsigned long start_time; lpfc_discovery_wait() local 254 start_time = jiffies; lpfc_discovery_wait() 267 jiffies_to_msecs(jiffies - start_time)); lpfc_discovery_wait() 277 - start_time)); lpfc_discovery_wait() 287 jiffies_to_msecs(jiffies - start_time)); lpfc_discovery_wait()
|
H A D | lpfc_scsi.h | 167 unsigned long start_time; member in struct:lpfc_scsi_buf
|
H A D | lpfc_scsi.c | 214 latency = jiffies_to_msecs((long)jiffies - (long)lpfc_cmd->start_time); lpfc_update_stats() 4057 time_after(jiffies, lpfc_cmd->start_time + lpfc_scsi_cmd_iocb_cmpl() 4553 lpfc_cmd->start_time = jiffies; lpfc_queuecommand()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
H A D | fw.c | 736 u32 start_time, tsf_low; rtl88e_set_p2p_ps_offload_cmd() local 770 start_time = p2pinfo->noa_start_time[i]; rtl88e_set_p2p_ps_offload_cmd() 772 while (start_time <= (tsf_low+(50*1024))) { rtl88e_set_p2p_ps_offload_cmd() 773 start_time += p2pinfo->noa_interval[i]; rtl88e_set_p2p_ps_offload_cmd() 778 rtl_write_dword(rtlpriv, 0x5E8, start_time); rtl88e_set_p2p_ps_offload_cmd()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192c/ |
H A D | fw_common.c | 771 u32 start_time, tsf_low; set_noa_data() local 791 start_time = p2pinfo->noa_start_time[i]; set_noa_data() 793 while (start_time <= (tsf_low+(50*1024))) { set_noa_data() 794 start_time += p2pinfo->noa_interval[i]; set_noa_data() 799 rtl_write_dword(rtlpriv, 0x5E8, start_time); set_noa_data()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/ |
H A D | fw.c | 522 u32 start_time, tsf_low; rtl8723e_set_p2p_ps_offload_cmd() local 556 start_time = p2pinfo->noa_start_time[i]; rtl8723e_set_p2p_ps_offload_cmd() 558 while (start_time <= rtl8723e_set_p2p_ps_offload_cmd() 560 start_time += rtl8723e_set_p2p_ps_offload_cmd() 566 rtl_write_dword(rtlpriv, 0x5E8, start_time); rtl8723e_set_p2p_ps_offload_cmd()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
H A D | fw.c | 508 u32 start_time, tsf_low; rtl8723be_set_p2p_ps_offload_cmd() local 543 start_time = p2pinfo->noa_start_time[i]; rtl8723be_set_p2p_ps_offload_cmd() 545 while (start_time <= (tsf_low + (50 * 1024))) { rtl8723be_set_p2p_ps_offload_cmd() 546 start_time += p2pinfo->noa_interval[i]; rtl8723be_set_p2p_ps_offload_cmd() 551 rtl_write_dword(rtlpriv, 0x5E8, start_time); rtl8723be_set_p2p_ps_offload_cmd()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
H A D | rtw_pwrctrl.c | 333 unsigned long start_time, end_time; LPS_RF_ON_check23a() local 337 start_time = jiffies; LPS_RF_ON_check23a() 338 end_time = start_time + msecs_to_jiffies(delay_ms); LPS_RF_ON_check23a()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
H A D | rtw_pwrctrl.c | 421 u32 start_time; LPS_RF_ON_check() local 426 start_time = jiffies; LPS_RF_ON_check() 438 if (rtw_get_passing_time_ms(start_time) > delay_ms) { LPS_RF_ON_check()
|
/linux-4.1.27/fs/proc/ |
H A D | array.c | 376 unsigned long long start_time; do_task_stat() local 461 start_time = nsec_to_clock_t(task->real_start_time); do_task_stat() 482 seq_put_decimal_ull(m, ' ', start_time); do_task_stat()
|
/linux-4.1.27/include/trace/events/ |
H A D | writeback.h | 438 unsigned long start_time), 442 dirtied, period, pause, start_time), 479 __entry->paused = (jiffies - start_time) * 1000 / HZ;
|
/linux-4.1.27/fs/btrfs/ |
H A D | transaction.h | 59 unsigned long start_time; member in struct:btrfs_transaction
|
H A D | transaction.c | 224 cur_trans->start_time = get_seconds(); join_transaction()
|
H A D | disk-io.c | 1838 (now < cur->start_time || transaction_kthread() 1839 now - cur->start_time < root->fs_info->commit_interval)) { transaction_kthread()
|
/linux-4.1.27/kernel/ |
H A D | tsacct.c | 40 delta = ktime_get_ns() - tsk->start_time; bacct_add_tsk()
|
H A D | acct.c | 429 run_time -= current->group_leader->start_time; fill_ac()
|
H A D | fork.c | 1364 p->start_time = ktime_get_ns(); copy_process()
|
/linux-4.1.27/include/linux/ |
H A D | intel-iommu.h | 230 cycles_t start_time = get_cycles(); \ 235 if (DMAR_OPERATION_TIMEOUT < (get_cycles() - start_time))\
|
H A D | writeback.h | 167 unsigned long start_time);
|
H A D | bio.h | 445 unsigned long start_time);
|
H A D | fscache-cache.h | 153 unsigned long start_time; /* time at which retrieval started */ member in struct:fscache_retrieval
|
H A D | edac.h | 736 unsigned long start_time; /* mci load start time (in jiffies) */ member in struct:mem_ctl_info
|
H A D | blkdev.h | 166 unsigned long start_time; member in struct:request
|
H A D | ieee80211.h | 1178 __le32 start_time; member in struct:ieee80211_p2p_noa_desc
|
H A D | sched.h | 1447 u64 start_time; /* monotonic time in nsec */ member in struct:task_struct
|
/linux-4.1.27/tools/testing/ktest/ |
H A 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; 2384 my $start_time = time; 2472 $build_time = $end_time - $start_time; 2566 my $start_time = time; 2635 $test_time = $end_time - $start_time;
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
H A D | fw.c | 762 u32 start_time, tsf_low; rtl92ee_set_p2p_ps_offload_cmd() local 794 start_time = p2pinfo->noa_start_time[i]; rtl92ee_set_p2p_ps_offload_cmd() 796 while (start_time <= (tsf_low + (50 * 1024))) { rtl92ee_set_p2p_ps_offload_cmd() 797 start_time += p2pinfo->noa_interval[i]; rtl92ee_set_p2p_ps_offload_cmd() 802 rtl_write_dword(rtlpriv, 0x5E8, start_time); rtl92ee_set_p2p_ps_offload_cmd()
|
/linux-4.1.27/drivers/ata/ |
H A D | pata_pdc2027x.c | 609 ktime_t start_time, end_time; pdc_detect_pll_input_clock() local 620 start_time = ktime_get(); pdc_detect_pll_input_clock() 636 usec_elapsed = (long) ktime_us_delta(end_time, start_time); pdc_detect_pll_input_clock()
|
/linux-4.1.27/drivers/net/usb/ |
H A D | smsc95xx.c | 160 unsigned long start_time = jiffies; __smsc95xx_phy_wait_not_busy() local 173 } while (!time_after(jiffies, start_time + HZ)); __smsc95xx_phy_wait_not_busy() 291 unsigned long start_time = jiffies; smsc95xx_wait_eeprom() local 305 } while (!time_after(jiffies, start_time + HZ)); smsc95xx_wait_eeprom() 317 unsigned long start_time = jiffies; smsc95xx_eeprom_confirm_not_busy() local 332 } while (!time_after(jiffies, start_time + HZ)); smsc95xx_eeprom_confirm_not_busy()
|
H A D | smsc75xx.c | 167 unsigned long start_time = jiffies; __smsc75xx_phy_wait_not_busy() local 180 } while (!time_after(jiffies, start_time + HZ)); __smsc75xx_phy_wait_not_busy() 302 unsigned long start_time = jiffies; smsc75xx_wait_eeprom() local 316 } while (!time_after(jiffies, start_time + HZ)); smsc75xx_wait_eeprom() 328 unsigned long start_time = jiffies; smsc75xx_eeprom_confirm_not_busy() local 343 } while (!time_after(jiffies, start_time + HZ)); smsc75xx_eeprom_confirm_not_busy()
|
/linux-4.1.27/fs/ |
H A D | fs-writeback.c | 677 unsigned long start_time = jiffies; writeback_sb_inodes() local 771 if (time_is_before_jiffies(start_time + HZ / 10UL)) writeback_sb_inodes() 783 unsigned long start_time = jiffies; __writeback_inodes_wb() local 804 if (time_is_before_jiffies(start_time + HZ / 10UL)) __writeback_inodes_wb() 855 unsigned long start_time) wb_update_bandwidth() 857 __bdi_update_bandwidth(wb->bdi, 0, 0, 0, 0, 0, start_time); wb_update_bandwidth() 854 wb_update_bandwidth(struct bdi_writeback *wb, unsigned long start_time) wb_update_bandwidth() argument
|
H A D | exec.c | 952 * process, regardless of execs it's done, is start_time. de_thread() 960 tsk->start_time = leader->start_time; de_thread()
|
/linux-4.1.27/drivers/edac/ |
H A D | edac_core.h | 263 unsigned long start_time; /* edac_device load start time (jiffies) */ member in struct:edac_device_ctl_info 361 unsigned long start_time; /* edac_pci load start time (jiffies) */ member in struct:edac_pci_ctl_info
|
H A D | edac_pci.c | 338 pci->start_time = jiffies; edac_pci_add_device()
|
H A D | edac_mc_sysfs.c | 648 mci->start_time = jiffies; mci_reset_counters_store() 744 return sprintf(data, "%ld\n", (jiffies - mci->start_time) / HZ); mci_seconds_show()
|
H A D | edac_device.c | 508 edac_dev->start_time = jiffies; edac_device_add_device()
|
H A D | edac_mc.c | 764 mci->start_time = jiffies; edac_mc_add_mc_with_groups()
|
/linux-4.1.27/mm/ |
H A D | page-writeback.c | 1120 unsigned long start_time) __bdi_update_bandwidth() 1140 if (elapsed > HZ && time_before(bdi->bw_time_stamp, start_time)) __bdi_update_bandwidth() 1163 unsigned long start_time) bdi_update_bandwidth() 1169 bdi_thresh, bdi_dirty, start_time); bdi_update_bandwidth() 1359 unsigned long start_time = jiffies; balance_dirty_pages() local 1424 start_time); balance_dirty_pages() 1465 start_time); balance_dirty_pages() 1494 start_time); balance_dirty_pages() 1114 __bdi_update_bandwidth(struct backing_dev_info *bdi, unsigned long thresh, unsigned long bg_thresh, unsigned long dirty, unsigned long bdi_thresh, unsigned long bdi_dirty, unsigned long start_time) __bdi_update_bandwidth() argument 1157 bdi_update_bandwidth(struct backing_dev_info *bdi, unsigned long thresh, unsigned long bg_thresh, unsigned long dirty, unsigned long bdi_thresh, unsigned long bdi_dirty, unsigned long start_time) bdi_update_bandwidth() argument
|
/linux-4.1.27/drivers/s390/cio/ |
H A D | qdio_main.c | 318 u64 start_time = 0; qdio_siga_output() local 340 if (!start_time) { qdio_siga_output() 341 start_time = get_tod_clock_fast(); qdio_siga_output() 344 if (get_tod_clock_fast() - start_time < QDIO_BUSY_BIT_PATIENCE) qdio_siga_output()
|
/linux-4.1.27/drivers/crypto/nx/ |
H A D | nx-842.c | 344 unsigned long start_time = get_tb(); nx842_compress() local 491 (get_tb() - start_time) / tb_ticks_per_usec); nx842_compress() 544 unsigned long start_time = get_tb(); nx842_decompress() local 691 (get_tb() - start_time) / tb_ticks_per_usec); nx842_decompress()
|
/linux-4.1.27/drivers/tty/ipwireless/ |
H A D | hardware.c | 49 unsigned long start_time; member in struct:timing_stats 54 timing_stats.start_time = jiffies; start_timing() 59 timing_stats.read_time += (jiffies - start_time); end_read_timing() 66 timing_stats.write_time += (jiffies - start_time); end_write_timing()
|
/linux-4.1.27/drivers/usb/storage/ |
H A D | uas.c | 997 unsigned long start_time; uas_wait_for_pending_cmnds() local 1000 start_time = jiffies; uas_wait_for_pending_cmnds() 1012 if (time_after(jiffies, start_time + 5 * HZ)) uas_wait_for_pending_cmnds()
|
/linux-4.1.27/fs/jbd/ |
H A D | commit.c | 305 ktime_t start_time; journal_commit_transaction() local 433 start_time = ktime_get(); journal_commit_transaction() 981 commit_time = ktime_to_ns(ktime_sub(ktime_get(), start_time)); journal_commit_transaction()
|
/linux-4.1.27/fs/jbd2/ |
H A D | commit.c | 381 ktime_t start_time; jbd2_journal_commit_transaction() local 543 start_time = ktime_get(); jbd2_journal_commit_transaction() 1114 commit_time = ktime_to_ns(ktime_sub(ktime_get(), start_time)); jbd2_journal_commit_transaction()
|
/linux-4.1.27/fs/ext4/ |
H A D | extents_status.c | 977 ktime_t start_time; __es_shrink() local 984 start_time = ktime_get(); __es_shrink() 1041 scan_time = ktime_to_ns(ktime_sub(ktime_get(), start_time)); __es_shrink()
|
/linux-4.1.27/sound/pci/pcxhr/ |
H A D | pcxhr_core.c | 913 ktime_t start_time, stop_time, diff_time; pcxhr_set_pipe_state() local 915 start_time = ktime_get(); pcxhr_set_pipe_state() 965 diff_time = ktime_sub(stop_time, start_time); pcxhr_set_pipe_state()
|
H A D | pcxhr.c | 714 ktime_t start_time, stop_time, diff_time; pcxhr_start_linked_stream() local 716 start_time = ktime_get(); pcxhr_start_linked_stream() 828 diff_time = ktime_sub(stop_time, start_time); pcxhr_start_linked_stream()
|
/linux-4.1.27/drivers/scsi/bfa/ |
H A D | bfa_fcpim.h | 185 u64 start_time; /* IO's Profile start val */ member in struct:bfa_ioim_s
|
H A D | bfa_defs.h | 1212 u64 start_time; /* timestamp */ member in struct:bfa_diag_dport_subtest_result_s 1218 u64 start_time; /* user/sw start time */ member in struct:bfa_diag_dport_result_s
|
H A D | bfa_fcpim.c | 454 val = (u32)(jiffies - ioim->start_time); bfa_ioim_profile_comp() 467 ioim->start_time = jiffies; bfa_ioim_profile_start()
|
H A D | bfa_svc.c | 6281 (__dport)->result.start_time = bfa_get_log_time(); \ 6766 dport->result.subtest[subtesttype].start_time = bfa_dport_scn() 6773 dport->result.subtest[subtesttype].start_time); bfa_dport_scn()
|
/linux-4.1.27/drivers/block/zram/ |
H A D | zram_drv.c | 709 unsigned long start_time = jiffies; zram_bvec_rw() local 723 generic_end_io_acct(rw, &zram->disk->part0, start_time); zram_bvec_rw()
|
/linux-4.1.27/fs/fscache/ |
H A D | page.c | 263 fscache_hist(fscache_retrieval_histogram, op->start_time); fscache_release_retrieval_op() 295 op->start_time = jiffies; fscache_alloc_retrieval()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
H A D | fw.c | 1723 u32 start_time, tsf_low; rtl8821ae_set_p2p_ps_offload_cmd() local 1755 start_time = p2pinfo->noa_start_time[i]; rtl8821ae_set_p2p_ps_offload_cmd() 1757 while (start_time <= (tsf_low+(50*1024))) { rtl8821ae_set_p2p_ps_offload_cmd() 1758 start_time += p2pinfo->noa_interval[i]; rtl8821ae_set_p2p_ps_offload_cmd() 1763 rtl_write_dword(rtlpriv, 0x5E8, start_time); rtl8821ae_set_p2p_ps_offload_cmd()
|
/linux-4.1.27/drivers/iommu/ |
H A D | dmar.c | 1338 cycles_t start_time = get_cycles(); dmar_disable_qi() local 1354 (DMAR_OPERATION_TIMEOUT > (get_cycles() - start_time))) dmar_disable_qi()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 1499 noa->desc[i].start_time = cpu_to_le32(avp->noa_start); ath9k_beacon_add_noa() 1506 noa->desc[i].start_time = cpu_to_le32(avp->offchannel_start); ath9k_beacon_add_noa()
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | mwl8k.c | 335 u32 start_time; member in struct:tx_traffic_info 1861 if (tx_stats->start_time == 0) mwl8k_tx_count_packet() 1862 tx_stats->start_time = jiffies; mwl8k_tx_count_packet() 1868 if (jiffies - tx_stats->start_time > HZ) { mwl8k_tx_count_packet() 1870 tx_stats->start_time = 0; mwl8k_tx_count_packet()
|
/linux-4.1.27/net/core/ |
H A D | pktgen.c | 2190 ktime_t start_time, end_time; spin() local 2203 start_time = ktime_get(); spin() 2227 pkt_dev->idle_acc += ktime_to_ns(ktime_sub(end_time, start_time)); spin()
|
/linux-4.1.27/sound/pci/ |
H A D | es1968.c | 1713 ktime_t start_time, stop_time; es1968_measure_clock() local 1765 start_time = ktime_get(); es1968_measure_clock() 1781 diff = ktime_sub(stop_time, start_time); es1968_measure_clock()
|
H A D | intel8x0.c | 2767 ktime_t start_time, stop_time; intel8x0_measure_ac97_clock() local 2801 start_time = ktime_get(); intel8x0_measure_ac97_clock() 2853 t = ktime_us_delta(stop_time, start_time); intel8x0_measure_ac97_clock()
|
/linux-4.1.27/drivers/media/usb/usbvision/ |
H A D | usbvision-core.c | 1284 unsigned long start_time = jiffies; usbvision_isoc_irq() local 1336 usbvision->time_in_irq += jiffies - start_time; usbvision_isoc_irq()
|
/linux-4.1.27/drivers/net/ethernet/neterion/ |
H A D | s2io.h | 941 unsigned long long start_time; member in struct:s2io_nic
|
H A D | s2io.c | 7522 jiffies - sp->start_time; s2io_link() 7528 jiffies - sp->start_time; s2io_link() 7535 sp->start_time = jiffies; s2io_link()
|
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drxj.c | 8862 u32 start_time = 0; qam64auto() local 8869 start_time = jiffies_to_msecs(jiffies); qam64auto() 8935 start_time = d_locked_time = qam64auto() 8940 start_time = qam64auto() 8967 start_time = qam64auto() 8980 ((jiffies_to_msecs(jiffies) - start_time) < qam64auto() 9010 u32 start_time = 0; qam256auto() local 9016 start_time = jiffies_to_msecs(jiffies); qam256auto() 9052 start_time = jiffies_to_msecs(jiffies); qam256auto() 9066 ((jiffies_to_msecs(jiffies) - start_time) < qam256auto()
|
/linux-4.1.27/drivers/scsi/esas2r/ |
H A D | esas2r.h | 1034 u32 esas2r_stall_execution(struct esas2r_adapter *a, u32 start_time,
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
H A D | wsm.h | 1744 __le32 start_time; member in struct:wsm_p2p_ps_modeinfo
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
H A D | wmi.c | 2314 noa_attr->desc[i].start_time = noa->descriptors[i].start_time; ath10k_p2p_fill_noa_ie()
|
H A D | wmi.h | 3282 __le32 start_time; /* 32 bit tsf time when in starts */ member in struct:wmi_p2p_noa_descriptor
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
H A D | commands.h | 2030 __le32 start_time; /* start time in extended beacon format */ member in struct:iwl_spectrum_cmd 2097 __le32 start_time; /* lower 32-bits of TSF */ member in struct:iwl_spectrum_notification
|
/linux-4.1.27/drivers/block/ |
H A D | nvme-core.c | 599 && (jiffies - req->start_time) < req->timeout) { req_completion()
|
/linux-4.1.27/net/mac80211/ |
H A D | util.c | 3106 data->desc[i].start = le32_to_cpu(desc->start_time); ieee80211_parse_p2p_noa()
|
/linux-4.1.27/drivers/s390/block/ |
H A D | dasd.c | 984 seq_printf(m, "start_time %ld.%09ld\n", dasd_stats_seq_print()
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_main.c | 2269 * as we want to keep the start_time information. */ do_retry()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 6672 unsigned long start_time = jiffies; i40e_service_task() local 6697 if (time_after(jiffies, (start_time + pf->service_timer_period)) || i40e_service_task()
|