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

Function grinder_prefetch_pipe

dpdk/lib/sched/rte_sched.c:2751–2758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2749#define grinder_evict(subport, pos)
2750
2751static inline void
2752grinder_prefetch_pipe(struct rte_sched_subport *subport, uint32_t pos)
2753{
2754 struct rte_sched_grinder *grinder = subport->grinder + pos;
2755
2756 rte_prefetch0(grinder->pipe);
2757 rte_prefetch0(grinder->queue[0]);
2758}
2759
2760static inline void
2761grinder_prefetch_tc_queue_arrays(struct rte_sched_subport *subport, uint32_t pos)

Callers 1

grinder_handleFunction · 0.85

Calls 1

rte_prefetch0Function · 0.50

Tested by

no test coverage detected