MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ff_hardclock_job

Function ff_hardclock_job

lib/ff_dpdk_if.c:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169
170static void
171ff_hardclock_job(__rte_unused struct rte_timer *timer,
172 __rte_unused void *arg) {
173 ff_hardclock();
174 ff_update_current_ts();
175}
176
177struct ff_dpdk_if_context *
178ff_dpdk_register_if(void *sc, void *ifp, struct ff_port_cfg *cfg)

Callers

nothing calls this directly

Calls 2

ff_hardclockFunction · 0.85
ff_update_current_tsFunction · 0.85

Tested by

no test coverage detected