Home
last modified time | relevance | path

Searched refs:basetime (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/time/
H A Dvsyscall.c34 vdso_ts = &vdata[CS_HRES_COARSE].basetime[CLOCK_MONOTONIC]; in update_vdso_data()
52 vdso_ts = &vdata[CS_HRES_COARSE].basetime[CLOCK_BOOTTIME]; in update_vdso_data()
62 vdso_ts = &vdata[CS_RAW].basetime[CLOCK_MONOTONIC_RAW]; in update_vdso_data()
67 vdso_ts = &vdata[CS_HRES_COARSE].basetime[CLOCK_TAI]; in update_vdso_data()
87 vdso_ts = &vdata[CS_HRES_COARSE].basetime[CLOCK_REALTIME]; in update_vsyscall()
92 vdso_ts = &vdata[CS_HRES_COARSE].basetime[CLOCK_REALTIME_COARSE]; in update_vsyscall()
97 vdso_ts = &vdata[CS_HRES_COARSE].basetime[CLOCK_MONOTONIC_COARSE]; in update_vsyscall()
/OK3568_Linux_fs/kernel/lib/vdso/
H A Dgettimeofday.c63 vdso_ts = &vd->basetime[clk]; in do_hres_timens()
110 const struct vdso_timestamp *vdso_ts = &vd->basetime[clk]; in do_hres()
166 const struct vdso_timestamp *vdso_ts = &vd->basetime[clk]; in do_coarse_timens()
201 const struct vdso_timestamp *vdso_ts = &vd->basetime[clk]; in do_coarse()
338 t = READ_ONCE(vd[CS_HRES_COARSE].basetime[CLOCK_REALTIME].sec); in __cvdso_time_data()
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_gate.c275 static void gate_setup_timer(struct tcf_gate *gact, u64 basetime, in gate_setup_timer() argument
280 if (basetime == gact->param.tcfg_basetime && in gate_setup_timer()
289 gact->param.tcfg_basetime = basetime; in gate_setup_timer()
306 u64 cycletime = 0, basetime = 0; in tcf_gate_init() local
376 basetime = nla_get_u64(tb[TCA_GATE_BASE_TIME]); in tcf_gate_init()
419 gate_setup_timer(gact, basetime, tk_offset, clockid, in tcf_gate_init()
H A Dcls_api.c3723 entry->gate.basetime = tcf_gate_basetime(act); in tc_setup_flow_action()
/OK3568_Linux_fs/kernel/include/vdso/
H A Ddatapage.h100 struct vdso_timestamp basetime[VDSO_BASES]; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c394 u64 basetime; member
833 if (sgi->basetime < now) { in enetc_streamgate_hw_set()
844 hi = upper_32_bits(sgi->basetime); in enetc_streamgate_hw_set()
845 lo = lower_32_bits(sgi->basetime); in enetc_streamgate_hw_set()
1213 sgi->basetime = entryg->gate.basetime; in enetc_psfp_parse_clsflower()
/OK3568_Linux_fs/kernel/include/net/
H A Dflow_offload.h268 u64 basetime; member
/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_flower.c378 act->gate.basetime, in sja1105_cls_flower_add()