/linux/net/dccp/ |
H 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() 188 dccp_pr_debug_cat(", ELAPSED_TIME=%u\n", elapsed_time); in dccp_parse_options() 191 if (elapsed_time > opt_recv->dccpor_elapsed_time) 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() 208 if (elapsed_time > opt_recv->dccpor_elapsed_time) in dccp_parse_options() 209 opt_recv->dccpor_elapsed_time = elapsed_time; in dccp_parse_options() [all …]
|
/linux/tools/testing/selftests/sparc64/drivers/ |
H 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() 198 DEBUG_PRINT_T("\tread elapsed timed = %ld\n", elapsed_time); 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() 227 DEBUG_PRINT_T("\tpread elapsed timed = %ld\n", elapsed_time); in pread_adi() 239 long start, end, elapsed_time = 0; in write_adi() local 248 elapsed_time += (end - start); in write_adi() [all …]
|
/linux/tools/power/x86/amd_pstate_tracer/ |
H A D | amd_pstate_trace.py | 155 …, freq_ghz, mperf, aperf, tsc, common_comm, load, duration_ms, sample_num, elapsed_time, cpu_mask): argument 165 …eq_ghz, int(mperf), int(aperf), int(tsc), load, duration_ms, sample_num, elapsed_time, common_comm) 231 … elapsed_time = Decimal(time_pre_dec) + Decimal(time_post_dec) / Decimal(1000000) - start_time 234 …f, freq_ghz, mperf, aperf, tsc, common_comm, load, duration_ms, sample_num, elapsed_time, cpu_mask)
|
/linux/tools/power/x86/intel_pstate_tracer/ |
H 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/arch/s390/include/uapi/asm/ |
H A D | cmb.h | 33 __u64 elapsed_time; member
|
/linux/drivers/spi/ |
H A D | spi-test.h | 103 unsigned long long elapsed_time; member
|
H A D | spi-loopback-test.c | 591 if (test->elapsed_time < estimated_time) { in spi_test_check_elapsed_time() 594 test->elapsed_time, estimated_time); in spi_test_check_elapsed_time() 951 test->elapsed_time = ktime_to_ns(ktime_sub(ktime_get(), start)); in spi_test_execute_msg()
|
/linux/drivers/media/test-drivers/vidtv/ |
H 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/drivers/misc/ |
H A D | ds1682.c | 17 * elapsed_time (u32): Total elapsed event time in ms resolution 137 static SENSOR_DEVICE_ATTR_2(elapsed_time, S_IRUGO | S_IWUSR, ds1682_show,
|
/linux/drivers/video/backlight/ |
H 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/Documentation/driver-api/media/drivers/ |
H A D | vidtv.rst | 220 #. Polling encoders in order to fetch 'elapsed_time' worth of data.
|
/linux/Documentation/admin-guide/pm/ |
H A D | amd-pstate.rst | 560 …x_perf freq mperf apef tsc load duration_ms sample_num elapsed_time common_comm
|
/linux/drivers/scsi/ |
H A D | ipr.c | 5278 static int ipr_scan_finished(struct Scsi_Host *shost, unsigned long elapsed_time) in ipr_scan_finished() argument 5287 if ((elapsed_time/HZ) > (ioa_cfg->transop_timeout * 2)) in ipr_scan_finished()
|
H A D | hpsa.c | 282 unsigned long elapsed_time); 5839 unsigned long elapsed_time) in hpsa_scan_finished() argument
|
/linux/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 2620 unsigned long elapsed_time) in pqi_scan_finished() argument
|