/linux-4.4.14/arch/s390/kernel/ |
D | vtime.c | 53 static inline int virt_timer_forward(u64 elapsed) in virt_timer_forward() argument 59 elapsed = atomic64_add_return(elapsed, &virt_timer_elapsed); in virt_timer_forward() 60 return elapsed >= atomic64_read(&virt_timer_current); in virt_timer_forward() 236 unsigned long elapsed; in virt_timer_expire() local 241 elapsed = atomic64_read(&virt_timer_elapsed); in virt_timer_expire() 243 if (timer->expires < elapsed) in virt_timer_expire() 247 timer->expires -= elapsed; in virt_timer_expire() 254 atomic64_sub(elapsed, &virt_timer_elapsed); in virt_timer_expire()
|
/linux-4.4.14/net/ipv4/ |
D | tcp_timer.c | 579 u32 elapsed; in tcp_keepalive_timer() local 610 elapsed = keepalive_time_when(tp); in tcp_keepalive_timer() 616 elapsed = keepalive_time_elapsed(tp); in tcp_keepalive_timer() 618 if (elapsed >= keepalive_time_when(tp)) { in tcp_keepalive_timer() 623 elapsed >= icsk->icsk_user_timeout && in tcp_keepalive_timer() 633 elapsed = keepalive_intvl_when(tp); in tcp_keepalive_timer() 638 elapsed = TCP_RESOURCE_PROBE_INTERVAL; in tcp_keepalive_timer() 642 elapsed = keepalive_time_when(tp) - elapsed; in tcp_keepalive_timer() 648 inet_csk_reset_keepalive_timer (sk, elapsed); in tcp_keepalive_timer()
|
D | ipconfig.c | 271 int wait, elapsed; in ic_open_devs() local 282 elapsed = jiffies_to_msecs(jiffies - start); in ic_open_devs() 283 wait = (CONF_CARRIER_TIMEOUT - elapsed + 500)/1000; in ic_open_devs()
|
D | tcp.c | 2486 u32 elapsed = keepalive_time_elapsed(tp); in do_tcp_setsockopt() local 2487 if (tp->keepalive_time > elapsed) in do_tcp_setsockopt() 2488 elapsed = tp->keepalive_time - elapsed; in do_tcp_setsockopt() 2490 elapsed = 0; in do_tcp_setsockopt() 2491 inet_csk_reset_keepalive_timer(sk, elapsed); in do_tcp_setsockopt()
|
D | tcp_input.c | 2902 u32 elapsed; in tcp_update_rtt_min() local 2912 elapsed = now - m[0].ts; in tcp_update_rtt_min() 2913 if (unlikely(elapsed > wlen)) { in tcp_update_rtt_min() 2926 } else if (m[1].ts == m[0].ts && elapsed > wlen / 4) { in tcp_update_rtt_min() 2931 } else if (m[2].ts == m[1].ts && elapsed > wlen / 2) { in tcp_update_rtt_min() 3409 s32 elapsed = (s32)(tcp_time_stamp - *last_oow_ack_time); in tcp_oow_rate_limited() local 3411 if (0 <= elapsed && elapsed < sysctl_tcp_invalid_ratelimit) { in tcp_oow_rate_limited()
|
/linux-4.4.14/drivers/clocksource/ |
D | timer-atmel-pit.c | 80 u32 elapsed; in read_pit_clk() local 84 elapsed = data->cnt; in read_pit_clk() 88 elapsed += PIT_PICNT(t) * data->cycle; in read_pit_clk() 89 elapsed += PIT_CPIV(t); in read_pit_clk() 90 return elapsed; in read_pit_clk()
|
/linux-4.4.14/kernel/ |
D | acct.c | 415 u64 elapsed, run_time; in fill_ac() local 431 elapsed = nsec_to_AHZ(run_time); in fill_ac() 433 ac->ac_etime = encode_float(elapsed); in fill_ac() 435 ac->ac_etime = encode_comp_t(elapsed < (unsigned long) -1l ? in fill_ac() 436 (unsigned long) elapsed : (unsigned long) -1l); in fill_ac() 441 comp2_t etime = encode_comp2_t(elapsed); in fill_ac() 447 do_div(elapsed, AHZ); in fill_ac() 448 ac->ac_btime = get_seconds() - elapsed; in fill_ac()
|
D | audit.c | 223 unsigned long elapsed; in audit_rate_check() local 233 elapsed = now - last_check; in audit_rate_check() 234 if (elapsed > HZ) { in audit_rate_check()
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | futex-contention.py | 37 elapsed = nsecs(s, ns) - thread_blocktime[tid] 38 add_stats(lock_waits, (tid, thread_thislock[tid]), elapsed)
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_ring.c | 251 uint64_t elapsed; in radeon_ring_test_lockup() local 259 elapsed = jiffies_to_msecs(jiffies_64 - last); in radeon_ring_test_lockup() 260 if (radeon_lockup_timeout && elapsed >= radeon_lockup_timeout) { in radeon_ring_test_lockup() 262 ring->idx, elapsed); in radeon_ring_test_lockup()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | examples.txt | 42 0.613972165 seconds time elapsed 63 0.643954516 seconds time elapsed ( +- 2.363% ) 171 10.000591410 seconds time elapsed 187 1.058135029 seconds time elapsed ( +- 3.089% )
|
D | perf-stat.txt | 186 Wall-clock time elapsed: 719.554352 msecs
|
/linux-4.4.14/drivers/md/ |
D | dm-flakey.c | 279 unsigned elapsed; in flakey_map() local 284 elapsed = (jiffies - fc->start_time) / HZ; in flakey_map() 285 if (elapsed % (fc->up_interval + fc->down_interval) >= fc->up_interval) { in flakey_map()
|
/linux-4.4.14/mm/ |
D | page-writeback.c | 1043 unsigned long elapsed, in wb_update_write_bandwidth() argument 1063 if (unlikely(elapsed > period)) { in wb_update_write_bandwidth() 1064 do_div(bw, elapsed); in wb_update_write_bandwidth() 1068 bw += (u64)wb->write_bandwidth * (period - elapsed); in wb_update_write_bandwidth() 1148 unsigned long elapsed) in wb_update_dirty_ratelimit() argument 1167 dirty_rate = (dirtied - wb->dirtied_stamp) * HZ / elapsed; in wb_update_dirty_ratelimit() 1310 unsigned long elapsed = now - wb->bw_time_stamp; in __wb_update_bandwidth() local 1319 if (elapsed < BANDWIDTH_INTERVAL) in __wb_update_bandwidth() 1329 if (elapsed > HZ && time_before(wb->bw_time_stamp, start_time)) in __wb_update_bandwidth() 1334 wb_update_dirty_ratelimit(gdtc, dirtied, elapsed); in __wb_update_bandwidth() [all …]
|
/linux-4.4.14/sound/drivers/ |
D | dummy.c | 246 int elapsed; member 269 dpcm->elapsed++; in dummy_systimer_update() 304 dpcm->elapsed = 0; in dummy_systimer_prepare() 313 int elapsed = 0; in dummy_systimer_callback() local 318 elapsed = dpcm->elapsed; in dummy_systimer_callback() 319 dpcm->elapsed = 0; in dummy_systimer_callback() 321 if (elapsed) in dummy_systimer_callback()
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | stmpe-keypad.txt | 9 - st,scan-count : Scanning cycles elapsed before key data is updated
|
/linux-4.4.14/sound/sparc/ |
D | amd7930.c | 497 unsigned int elapsed; in snd_amd7930_interrupt() local 502 elapsed = 0; in snd_amd7930_interrupt() 514 elapsed |= AMD7930_FLAG_PLAYBACK; in snd_amd7930_interrupt() 523 elapsed |= AMD7930_FLAG_CAPTURE; in snd_amd7930_interrupt() 529 if (elapsed & AMD7930_FLAG_PLAYBACK) in snd_amd7930_interrupt()
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_gpu.c | 363 uint32_t elapsed; in update_sw_cntrs() local 371 elapsed = ktime_to_us(ktime_sub(time, gpu->last_sample.time)); in update_sw_cntrs() 373 gpu->totaltime += elapsed; in update_sw_cntrs() 375 gpu->activetime += elapsed; in update_sw_cntrs()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | serial2002.c | 129 long elapsed; in serial2002_tty_read_poll_wait() local 138 elapsed = ktime_us_delta(now, start); in serial2002_tty_read_poll_wait() 139 if (elapsed > timeout) in serial2002_tty_read_poll_wait() 142 schedule_timeout(((timeout - elapsed) * HZ) / 10000); in serial2002_tty_read_poll_wait()
|
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/ |
D | gpio-wdt.txt | 19 to toggle the signal when the device is open and the timeout elapsed.
|
/linux-4.4.14/sound/pci/mixart/ |
D | mixart_core.c | 486 int elapsed = 0; in snd_mixart_threaded_irq() local 497 elapsed = 1; in snd_mixart_threaded_irq() 507 if(elapsed) { in snd_mixart_threaded_irq()
|
/linux-4.4.14/drivers/dma/ |
D | mxs-dma.c | 225 unsigned long elapsed = 0; in mxs_dma_reset_chan() local 237 while ((readl(reg_dbg1) & 0xf) == 0x8 && elapsed < max_wait) { in mxs_dma_reset_chan() 239 elapsed += 100; in mxs_dma_reset_chan() 242 if (elapsed >= max_wait) in mxs_dma_reset_chan()
|
/linux-4.4.14/Documentation/trace/ |
D | tracepoint-analysis.txt | 105 10.002577764 seconds time elapsed 132 0.973913387 seconds time elapsed 163 0.982653002 seconds time elapsed ( +- 1.448% ) 181 1.002251757 seconds time elapsed ( +- 0.005% )
|
/linux-4.4.14/sound/soc/sh/rcar/ |
D | dma.c | 48 bool elapsed = false; in __rsnd_dmaen_complete() local 65 elapsed = rsnd_dai_pointer_update(io, io->byte_per_period); in __rsnd_dmaen_complete() 69 if (elapsed) in __rsnd_dmaen_complete()
|
D | ssi.c | 431 bool elapsed = false; in __rsnd_ssi_interrupt() local 457 elapsed = rsnd_dai_pointer_update(io, sizeof(*buf)); in __rsnd_ssi_interrupt() 482 if (elapsed) in __rsnd_ssi_interrupt()
|
/linux-4.4.14/arch/x86/kvm/ |
D | i8254.c | 109 s64 elapsed; in __kpit_elapsed() local 126 elapsed = ps->period - ktime_to_ns(remaining); in __kpit_elapsed() 128 return elapsed; in __kpit_elapsed()
|
D | x86.c | 1413 u64 offset, ns, elapsed; in kvm_write_tsc() local 1423 elapsed = ns - kvm->arch.last_tsc_nsec; in kvm_write_tsc() 1449 do_div(elapsed, 1000); in kvm_write_tsc() 1450 usdiff -= elapsed; in kvm_write_tsc() 1476 u64 delta = nsec_to_cycles(vcpu, elapsed); in kvm_write_tsc()
|
/linux-4.4.14/Documentation/ |
D | static-keys.txt | 269 1.601607384 seconds time elapsed ( +- 0.07% ) 286 1.579384366 seconds time elapsed 291 saved .2% on instructions, and 2.8% on cycles and 1.4% on elapsed time.
|
D | parport-lowlevel.txt | 595 1 timed out while waiting (35ms elapsed) 621 1 timed out while waiting (usec microseconds have elapsed)
|
/linux-4.4.14/drivers/base/power/ |
D | runtime.c | 128 long elapsed; in pm_runtime_autosuspend_expiration() local 140 elapsed = jiffies - last_busy; in pm_runtime_autosuspend_expiration() 141 if (elapsed < 0) in pm_runtime_autosuspend_expiration() 152 if (elapsed >= expires - last_busy) in pm_runtime_autosuspend_expiration()
|
/linux-4.4.14/arch/x86/platform/uv/ |
D | tlb_uv.c | 796 cycles_t elapsed; in record_send_stats() local 799 elapsed = time2 - time1; in record_send_stats() 800 stat->s_time += elapsed; in record_send_stats() 804 bcp->period_time += elapsed; in record_send_stats() 805 if ((elapsed > congested_cycles) && in record_send_stats()
|
/linux-4.4.14/Documentation/RCU/ |
D | rcuref.txt | 109 until after a grace period has elapsed following removal. This means that
|
D | arrayRCU.txt | 103 to free the array after a grace period has elapsed.
|
D | checklist.txt | 428 grace period has elapsed since the last time that you
|
D | whatisRCU.txt | 456 This function invokes func(head) after a grace period has elapsed.
|
/linux-4.4.14/sound/pci/pcxhr/ |
D | pcxhr_core.c | 1167 int elapsed = 0; in pcxhr_update_timer_pos() local 1206 elapsed = 1; in pcxhr_update_timer_pos() 1222 if (elapsed) { in pcxhr_update_timer_pos()
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-bwc.txt | 69 - nr_periods: Number of enforcement intervals that have elapsed.
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | Kconfig | 134 Calculate elapsed time for every exit/enter cycle. A per-vcpu
|
/linux-4.4.14/Documentation/input/ |
D | atarikbd.txt | 444 ; has elapsed 447 ; has elapsed 450 ; after RX has elapsed 453 ; after RY has elapsed
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats-struct.txt | 70 /* The elapsed time of a task, in [usec]. */
|
/linux-4.4.14/Documentation/aoe/ |
D | aoe.txt | 128 elapsed, the AoE device will be marked as "down". A value of zero
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-edac | 15 Description: This attribute file displays how many seconds have elapsed
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Procfile.txt | 124 The current status of this PCM sub-stream, elapsed time,
|
D | timestamping.txt | 15 The difference (tstamp - trigger_tstamp) defines the elapsed time.
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | tlan.c | 1845 u32 elapsed; in tlan_timer() local 1872 elapsed = jiffies - priv->timer_set_at; in tlan_timer() 1873 if (elapsed >= TLAN_TIMER_ACT_DELAY) { in tlan_timer()
|
/linux-4.4.14/net/core/ |
D | pktgen.c | 3213 ktime_t elapsed = ktime_sub(pkt_dev->stopped_at, in show_results() local 3218 (unsigned long long)ktime_to_us(elapsed), in show_results() 3219 (unsigned long long)ktime_to_us(ktime_sub(elapsed, idle)), in show_results() 3225 ktime_to_ns(elapsed)); in show_results()
|
/linux-4.4.14/Documentation/cgroups/ |
D | blkio-controller.txt | 218 io_service_time > actual time elapsed. This time is further divided by 227 elapsed since it is cumulative io_wait_time for all IOs. It is not a
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | msr.txt | 81 from current tsc to derive a notion of elapsed time since the
|
/linux-4.4.14/net/bluetooth/ |
D | hci_core.c | 3159 int elapsed; in le_scan_restart_work_complete() local 3162 elapsed = now - scan_start; in le_scan_restart_work_complete() 3164 elapsed = ULONG_MAX - scan_start + now; in le_scan_restart_work_complete() 3166 timeout = duration - elapsed; in le_scan_restart_work_complete()
|
/linux-4.4.14/block/ |
D | cfq-iosched.c | 3832 unsigned long elapsed = jiffies - ttime->last_end_request; in __cfq_update_io_thinktime() local 3833 elapsed = min(elapsed, 2UL * slice_idle); in __cfq_update_io_thinktime() 3836 ttime->ttime_total = (7*ttime->ttime_total + 256*elapsed) / 8; in __cfq_update_io_thinktime()
|
/linux-4.4.14/Documentation/powerpc/ |
D | firmware-assisted-dump.txt | 8 to minimize the total elapsed time until the system is back
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | kernel.fuc | 348 // find out how much time elapsed since the last update
|
/linux-4.4.14/kernel/printk/ |
D | printk.c | 2789 unsigned long elapsed = jiffies - *caller_jiffies; in printk_timed_ratelimit() local 2791 if (*caller_jiffies && elapsed <= msecs_to_jiffies(interval_msecs)) in printk_timed_ratelimit()
|
/linux-4.4.14/lib/ |
D | Kconfig | 113 and computes the total elapsed time and number of bytes processed.
|
/linux-4.4.14/Documentation/DocBook/ |
D | alsa-driver-api.xml.db | 55 API-snd-pcm-period-elapsed
|
D | device-drivers.xml.db | 765 API-snd-pcm-period-elapsed
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | fwserial.c | 515 unsigned long elapsed = now - port->break_last; in fwtty_emit_breaks() local 519 n = (elapsed * port->cps) / HZ + 1; in fwtty_emit_breaks()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem.c | 2628 unsigned long elapsed; in i915_context_is_banned() local 2630 elapsed = get_seconds() - ctx->hang_stats.guilty_ts; in i915_context_is_banned() 2636 elapsed <= ctx->hang_stats.ban_period_seconds) { in i915_context_is_banned()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_target.c | 679 unsigned long flags, elapsed; in qlt_del_sess_work_fn() local 685 elapsed = jiffies; in qlt_del_sess_work_fn() 686 if (time_after_eq(elapsed, sess->expires)) { in qlt_del_sess_work_fn() 698 sess->expires - elapsed); in qlt_del_sess_work_fn()
|
/linux-4.4.14/Documentation/networking/ |
D | z8530drv.txt | 518 elapsed, no new frame will be started. Instead, the trans-
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 496 resumed if pending cmd count reduces to 16 or 5 seconds has elapsed
|
D | ChangeLog.megaraid | 426 ii. Display elapsed time (countdown) while waiting for FW to boot.
|
/linux-4.4.14/Documentation/filesystems/ |
D | ntfs.txt | 72 NTFS partition, showed the new driver to be 20% faster in total time elapsed
|
/linux-4.4.14/Documentation/power/ |
D | runtime_pm.txt | 808 automatically be delayed until the desired period of inactivity has elapsed.
|