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

Function sw_sched_service_func

dpdk/drivers/event/sw/sw_evdev.c:932–936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

930}
931
932static int32_t sw_sched_service_func(void *args)
933{
934 struct rte_eventdev *dev = args;
935 return sw_event_schedule(dev);
936}
937
938static int
939sw_probe(struct rte_vdev_device *vdev)

Callers

nothing calls this directly

Calls 1

sw_event_scheduleFunction · 0.85

Tested by

no test coverage detected