Home
last modified time | relevance | path

Searched defs:sched (Results 1 – 3 of 3) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-sched.c49 void xf_sched_put(xf_sched_t *sched, xf_task_t *t, u32 ts) in xf_sched_put()
105 xf_task_t * xf_sched_get(xf_sched_t *sched) in xf_sched_get()
136 void xf_sched_cancel(xf_sched_t *sched, xf_task_t *t) in xf_sched_cancel()
150 void xf_sched_init(xf_sched_t *sched) in xf_sched_init()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-sched.h69 static inline u32 xf_sched_timestamp(xf_sched_t *sched) in xf_sched_timestamp()
76 static inline u32 xf_sched_timestamp_set(xf_sched_t *sched, u32 ts) in xf_sched_timestamp_set()
Dxf-core.h106 xf_sched_t sched; member