Searched refs:_priq_rb (Results 1 – 3 of 3) sorted by relevance
109 struct _priq_rb { struct139 struct _priq_rb runq;275 struct _priq_rb waitq;
187 static ALWAYS_INLINE void z_priq_rb_init(struct _priq_rb *pq) in z_priq_rb_init()191 *pq = (struct _priq_rb) { in z_priq_rb_init()198 static ALWAYS_INLINE void z_priq_rb_add(struct _priq_rb *pq, struct k_thread *thread) in z_priq_rb_add()221 static ALWAYS_INLINE void z_priq_rb_remove(struct _priq_rb *pq, struct k_thread *thread) in z_priq_rb_remove()230 static ALWAYS_INLINE void z_priq_rb_yield(struct _priq_rb *pq) in z_priq_rb_yield()238 static ALWAYS_INLINE struct k_thread *z_priq_rb_best(struct _priq_rb *pq) in z_priq_rb_best()
29 w->waitq = (struct _priq_rb) { in z_waitq_init()