Searched refs:basetime (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/time/ |
| H A D | vsyscall.c | 39 vdso_ts = &vc[CS_HRES_COARSE].basetime[CLOCK_MONOTONIC]; in update_vdso_time_data() 57 vdso_ts = &vc[CS_HRES_COARSE].basetime[CLOCK_BOOTTIME]; in update_vdso_time_data() 67 vdso_ts = &vc[CS_RAW].basetime[CLOCK_MONOTONIC_RAW]; in update_vdso_time_data() 72 vdso_ts = &vc[CS_HRES_COARSE].basetime[CLOCK_TAI]; in update_vdso_time_data() 93 vdso_ts = &vc[CS_HRES_COARSE].basetime[CLOCK_REALTIME]; in update_vsyscall() 98 vdso_ts = &vc[CS_HRES_COARSE].basetime[CLOCK_REALTIME_COARSE]; in update_vsyscall() 103 vdso_ts = &vc[CS_HRES_COARSE].basetime[CLOCK_MONOTONIC_COARSE]; in update_vsyscall() 149 vdso_ts = &vc->basetime[VDSO_BASE_AUX]; in vdso_time_update_aux()
|
| /linux/net/sched/ |
| H A D | act_gate.c | 307 static bool gate_timer_needs_cancel(u64 basetime, u64 old_basetime, in gate_timer_needs_cancel() argument 312 return basetime != old_basetime || in gate_timer_needs_cancel() 353 u64 cycletime = 0, basetime = 0, cycletime_ext = 0; in tcf_gate_init() local 447 basetime = old_basetime; in tcf_gate_init() 470 basetime = nla_get_u64(tb[TCA_GATE_BASE_TIME]); in tcf_gate_init() 487 gate_timer_needs_cancel(basetime, old_basetime, in tcf_gate_init() 511 p->tcfg_basetime = basetime; in tcf_gate_init() 719 entry->gate.basetime = tcf_gate_basetime(act); in tcf_gate_offload_act_setup()
|
| /linux/lib/vdso/ |
| H A D | gettimeofday.c | 95 const struct vdso_timestamp *vdso_ts = &vc->basetime[clkidx]; in vdso_get_timestamp() 201 vdso_ts = &vc->basetime[clk]; in do_coarse_timens() 222 const struct vdso_timestamp *vdso_ts = &vc->basetime[clk]; in do_coarse() 409 t = READ_ONCE(vc[CS_HRES_COARSE].basetime[CLOCK_REALTIME].sec); in __cvdso_time_data()
|
| /linux/include/vdso/ |
| H A D | datapage.h | 113 struct vdso_timestamp basetime[VDSO_BASES]; member
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_qos.c | 440 u64 basetime; member 836 if (sgi->basetime < now) { in enetc_streamgate_hw_set() 847 hi = upper_32_bits(sgi->basetime); in enetc_streamgate_hw_set() 848 lo = lower_32_bits(sgi->basetime); in enetc_streamgate_hw_set() 1255 sgi->basetime = entryg->gate.basetime; in enetc_psfp_parse_clsflower()
|
| /linux/drivers/net/dsa/ocelot/ |
| H A D | felix_vsc9959.c | 1744 u64 basetime; member 2105 sgi->basetime = entry->gate.basetime; in vsc9959_psfp_parse_gate() 2150 vsc9959_new_base_time(ocelot, sgi->basetime, sgi->cycletime, &base_ts); in vsc9959_psfp_sgi_set()
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | sja1105_flower.c | 424 act->gate.basetime, in sja1105_cls_flower_add()
|