Searched refs:time_delta (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/watchdog/ |
| H A D | advantech_ec_wdt.c | 56 ktime_t time_cur, time_delta; in adv_ec_wdt_timing_gate() local 60 time_delta = ktime_to_ms(ktime_sub(time_cur, ec_timestamp)); in adv_ec_wdt_timing_gate() 61 if (time_delta < EC_MIN_DELAY) { in adv_ec_wdt_timing_gate() 62 time_delta = EC_MIN_DELAY - time_delta; in adv_ec_wdt_timing_gate() 63 usleep_range(time_delta * 1000, (time_delta + 1) * 1000); in adv_ec_wdt_timing_gate()
|
| /linux/arch/riscv/include/asm/ |
| H A D | kvm_vcpu_timer.h | 19 u64 time_delta; member
|
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 177 return event->type_len == RINGBUF_TYPE_PADDING && !event->time_delta; in rb_null_event() 184 event->time_delta = 0; in rb_event_set_padding() 309 ts += event->time_delta; in rb_event_time_stamp() 1857 if (event->time_delta == 1) in rb_read_data_buffer() 1862 ts += event->time_delta; in rb_read_data_buffer() 3628 event->time_delta = 1; in rb_reset_tail() 3761 event->time_delta = delta & TS_MASK; in rb_add_time_stamp() 3765 event->time_delta = 0; in rb_add_time_stamp() 3869 event->time_delta = delta; in rb_update_event() 4084 if (!event->time_delta) in rb_event_discard() [all …]
|
| H A D | ring_buffer_benchmark.c | 139 if (!event->time_delta) in read_page()
|
| /linux/drivers/acpi/ |
| H A D | cppc_acpi.c | 275 unsigned int time_delta; in send_pcc_cmd() local 302 time_delta = ktime_us_delta(ktime_get(), in send_pcc_cmd() 304 if (pcc_ss_data->pcc_mrtt > time_delta) in send_pcc_cmd() 305 udelay(pcc_ss_data->pcc_mrtt - time_delta); in send_pcc_cmd() 321 time_delta = ktime_ms_delta(ktime_get(), in send_pcc_cmd() 323 if ((time_delta < 60 * MSEC_PER_SEC) && pcc_ss_data->last_mpar_reset) { in send_pcc_cmd()
|
| /linux/include/linux/ |
| H A D | ring_buffer.h | 18 u32 type_len:5, time_delta:27; member
|
| H A D | nfs_xdr.h | 152 struct timespec64 time_delta; /* server time granularity */ member
|
| /linux/tools/sched_ext/ |
| H A D | scx_flatcg.bpf.c | 928 delta = time_delta(p->scx.dsq_vtime, from_cgc->tvtime_now); in BPF_STRUCT_OPS_SLEEPABLE()
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 534 * time_delta - Calculate the delta between new and old time stamp 540 static inline s64 time_delta(u64 after, u64 before) 495 static inline s64 time_delta(u64 after, u64 before) time_delta() function
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | netdev.c | 4362 u64 time_delta, rem, temp; in e1000e_sanitize_systim() local 4375 time_delta = systim_next - systim; in e1000e_sanitize_systim() 4376 temp = time_delta; in e1000e_sanitize_systim() 4378 rem = incvalue ? do_div(temp, incvalue) : (time_delta != 0); in e1000e_sanitize_systim() 4382 if ((time_delta < E1000_82574_SYSTIM_EPSILON) && (rem == 0)) in e1000e_sanitize_systim()
|
| /linux/fs/nfs/ |
| H A D | nfs3xdr.c | 2214 xdr_decode_nfstime3(p, &result->time_delta); in decode_fsinfo3resok()
|