Searched refs:xf_sched_t (Results 1 – 4 of 4) sorted by relevance
38 typedef rb_tree_t xf_sched_t; typedef69 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);
75 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; \
106 xf_sched_t sched;
49 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()