Home
last modified time | relevance | path

Searched refs:xf_sched_t (Results 1 – 4 of 4) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-sched.h38 typedef rb_tree_t xf_sched_t; typedef
69 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()
87 extern void xf_sched_put(xf_sched_t *sched, xf_task_t *t, u32 ts);
90 extern xf_task_t * xf_sched_get(xf_sched_t *sched);
93 extern void xf_sched_cancel(xf_sched_t *sched, xf_task_t *t);
96 extern void xf_sched_init(xf_sched_t *sched);
Dxf-component.h75 xf_sched_t *__sched = &XF_CORE_DATA(xf_component_core((c)))->sched; \
82 xf_sched_t *__sched = &XF_CORE_DATA(xf_component_core((c)))->sched; \
Dxf-core.h106 xf_sched_t sched;
/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()