/linux-6.3-rc2/net/dccp/ |
A D | options.c | 61 u32 elapsed_time; in dccp_parse_options() local 182 elapsed_time = ntohs(opt_val2); in dccp_parse_options() 185 elapsed_time = ntohl(opt_val); in dccp_parse_options() 192 opt_recv->dccpor_elapsed_time = elapsed_time; in dccp_parse_options() 200 elapsed_time = ntohs(opt_val2); in dccp_parse_options() 203 elapsed_time = ntohl(opt_val); in dccp_parse_options() 209 opt_recv->dccpor_elapsed_time = elapsed_time; in dccp_parse_options() 212 dccp_role(sk), elapsed_time); in dccp_parse_options() 340 return elapsed_time == 0 ? 0 : elapsed_time <= 0xFFFF ? 2 : 4; in dccp_elapsed_time_len() 358 u32 elapsed_time, elapsed_time_len, len; in dccp_insert_option_timestamp_echo() local [all …]
|
/linux-6.3-rc2/tools/testing/selftests/sparc64/drivers/ |
A D | adi-test.c | 183 long start, end, elapsed_time = 0; in read_adi() local 192 elapsed_time += end - start; in read_adi() 193 update_stats(&read_stats, elapsed_time, buf_sz); in read_adi() 209 long start, end, elapsed_time = 0; in pread_adi() local 220 elapsed_time += end - start; in pread_adi() 221 update_stats(&pread_stats, elapsed_time, buf_sz); in pread_adi() 239 long start, end, elapsed_time = 0; in write_adi() local 248 elapsed_time += (end - start); in write_adi() 249 update_stats(&write_stats, elapsed_time, buf_sz); in write_adi() 264 long start, end, elapsed_time = 0; in pwrite_adi() local [all …]
|
/linux-6.3-rc2/drivers/cpufreq/ |
A D | powernv-cpufreq.c | 79 unsigned int elapsed_time; member 221 gpstates->elapsed_time = 0; in reset_gpstates() 620 static inline int calc_global_pstate(unsigned int elapsed_time, in calc_global_pstate() argument 633 index_diff = ((int)ramp_down_percent(elapsed_time) * in calc_global_pstate() 653 if ((gpstates->elapsed_time + GPSTATE_TIMER_INTERVAL) in queue_gpstate_timer() 709 gpstates->elapsed_time += time_diff; in gpstate_timer_handler() 711 if (gpstates->elapsed_time > MAX_RAMP_DOWN_TIME) { in gpstate_timer_handler() 718 gpstate_idx = calc_global_pstate(gpstates->elapsed_time, in gpstate_timer_handler() 777 gpstates->elapsed_time += cur_msec - in powernv_cpufreq_target_index() 785 if (gpstates->elapsed_time > MAX_RAMP_DOWN_TIME) { in powernv_cpufreq_target_index() [all …]
|
/linux-6.3-rc2/tools/testing/kunit/ |
A D | kunit.py | 37 elapsed_time: float 176 return KunitResult(status=kunit_status, elapsed_time=exec_time) 244 config_result.elapsed_time, 245 build_result.elapsed_time, 246 exec_result.elapsed_time)) 419 result.elapsed_time)) 432 result.elapsed_time)) 448 'Elapsed time: %.3fs\n') % (result.elapsed_time))
|
/linux-6.3-rc2/tools/power/x86/amd_pstate_tracer/ |
A D | amd_pstate_trace.py | 156 …, freq_ghz, mperf, aperf, tsc, common_comm, load, duration_ms, sample_num, elapsed_time, cpu_mask): argument 166 …eq_ghz, int(mperf), int(aperf), int(tsc), load, duration_ms, sample_num, elapsed_time, common_comm) 232 … elapsed_time = Decimal(time_pre_dec) + Decimal(time_post_dec) / Decimal(1000000) - start_time 235 …f, freq_ghz, mperf, aperf, tsc, common_comm, load, duration_ms, sample_num, elapsed_time, cpu_mask)
|
/linux-6.3-rc2/drivers/s390/cio/ |
A D | cmf.c | 583 u64 utilization, elapsed_time; in __cmb_utilization() local 589 elapsed_time = get_tod_clock() - start_time; in __cmb_utilization() 590 elapsed_time = tod_to_ns(elapsed_time); in __cmb_utilization() 591 elapsed_time /= 1000; in __cmb_utilization() 593 return elapsed_time ? (utilization / elapsed_time) : 0; in __cmb_utilization() 676 data->elapsed_time = tod_to_ns(time); in readall_cmb() 935 data->elapsed_time = tod_to_ns(time); in readall_cmbe()
|
/linux-6.3-rc2/arch/s390/include/uapi/asm/ |
A D | cmb.h | 33 __u64 elapsed_time; member
|
/linux-6.3-rc2/tools/power/x86/intel_pstate_tracer/ |
A D | intel_pstate_tracer.py | 326 … tsc, freq_ghz, io_boost, common_comm, load, duration_ms, sample_num, elapsed_time, tsc_ghz, cpu_m… argument 336 …f), int(tsc), freq_ghz, int(io_boost), load, duration_ms, sample_num, elapsed_time, tsc_ghz, commo… 472 … elapsed_time = Decimal(time_pre_dec) + Decimal(time_post_dec) / Decimal(1000000) - start_time 480 … tsc, freq_ghz, io_boost, common_comm, load, duration_ms, sample_num, elapsed_time, tsc_ghz, cpu_m…
|
/linux-6.3-rc2/drivers/spi/ |
A D | spi-test.h | 103 unsigned long long elapsed_time; member
|
A D | spi-loopback-test.c | 586 if (test->elapsed_time < estimated_time) { in spi_test_check_elapsed_time() 589 test->elapsed_time, estimated_time); in spi_test_check_elapsed_time() 946 test->elapsed_time = ktime_to_ns(ktime_sub(ktime_get(), start)); in spi_test_execute_msg()
|
/linux-6.3-rc2/fs/f2fs/ |
A D | segment.h | 256 unsigned long long elapsed_time; /* elapsed time after mount */ member 842 return sit_i->elapsed_time + now - sit_i->mounted_time; in get_mtime() 847 if (sit_i->elapsed_time >= diff) in get_mtime() 848 return sit_i->elapsed_time - diff; in get_mtime() 851 return sit_i->elapsed_time; in get_mtime()
|
A D | gc.c | 880 sm->elapsed_time < p.age_threshold) { in get_victim_by_default() 1920 SIT_I(sbi)->elapsed_time >= DEF_GC_THREAD_AGE_THRESHOLD) in init_atgc_management()
|
A D | checkpoint.c | 1473 ckpt->elapsed_time = cpu_to_le64(get_mtime(sbi, true)); in do_checkpoint()
|
A D | segment.c | 4283 sit_i->elapsed_time = le64_to_cpu(sbi->ckpt->elapsed_time); in build_sit_info()
|
/linux-6.3-rc2/drivers/media/test-drivers/vidtv/ |
A D | vidtv_mux.c | 118 u64 elapsed_time; in vidtv_mux_update_clk() local 123 elapsed_time = jiffies_to_usecs(m->timing.current_jiffies - in vidtv_mux_update_clk() 127 m->timing.clk += (CLOCK_UNIT_27MHZ / USEC_PER_SEC) * elapsed_time; in vidtv_mux_update_clk()
|
/linux-6.3-rc2/drivers/misc/ |
A D | ds1682.c | 136 static SENSOR_DEVICE_ATTR_2(elapsed_time, S_IRUGO | S_IWUSR, ds1682_show,
|
/linux-6.3-rc2/block/ |
A D | blk-throttle.c | 1986 unsigned long elapsed_time; in throtl_downgrade_check() local 1997 elapsed_time = now - tg->last_check_time; in throtl_downgrade_check() 2006 do_div(bps, elapsed_time); in throtl_downgrade_check() 2013 do_div(bps, elapsed_time); in throtl_downgrade_check() 2019 iops = tg->last_io_disp[READ] * HZ / elapsed_time; in throtl_downgrade_check() 2025 iops = tg->last_io_disp[WRITE] * HZ / elapsed_time; in throtl_downgrade_check()
|
/linux-6.3-rc2/drivers/video/backlight/ |
A D | qcom-wled.c | 535 s64 elapsed_time; in wled_short_irq_handler() local 545 elapsed_time = ktime_us_delta(ktime_get(), in wled_short_irq_handler() 547 if (elapsed_time > WLED_SHORT_RESET_CNT_DLY_US) in wled_short_irq_handler()
|
/linux-6.3-rc2/include/linux/ |
A D | f2fs_fs.h | 205 __le64 elapsed_time; /* mounted time */ member
|
/linux-6.3-rc2/Documentation/driver-api/media/drivers/ |
A D | vidtv.rst | 220 #. Polling encoders in order to fetch 'elapsed_time' worth of data.
|
/linux-6.3-rc2/Documentation/admin-guide/pm/ |
A D | amd-pstate.rst | 461 …x_perf freq mperf apef tsc load duration_ms sample_num elapsed_time common_comm
|
/linux-6.3-rc2/drivers/scsi/ |
A D | hpsa.c | 282 unsigned long elapsed_time); 5837 unsigned long elapsed_time) in hpsa_scan_finished() argument
|
A D | ipr.c | 5593 static int ipr_scan_finished(struct Scsi_Host *shost, unsigned long elapsed_time) in ipr_scan_finished() argument 5602 if ((elapsed_time/HZ) > (ioa_cfg->transop_timeout * 2)) in ipr_scan_finished()
|
/linux-6.3-rc2/drivers/scsi/smartpqi/ |
A D | smartpqi_init.c | 2606 unsigned long elapsed_time) in pqi_scan_finished() argument
|