Home
last modified time | relevance | path

Searched refs:_priq_mq (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/kernel/include/
Dpriority_q.h267 static ALWAYS_INLINE unsigned int z_priq_mq_best_queue_index(struct _priq_mq *pq) in z_priq_mq_best_queue_index()
281 static ALWAYS_INLINE void z_priq_mq_init(struct _priq_mq *q) in z_priq_mq_init()
292 static ALWAYS_INLINE void z_priq_mq_add(struct _priq_mq *pq, in z_priq_mq_add()
307 static ALWAYS_INLINE void z_priq_mq_remove(struct _priq_mq *pq, in z_priq_mq_remove()
321 static ALWAYS_INLINE void z_priq_mq_yield(struct _priq_mq *pq) in z_priq_mq_yield()
332 static ALWAYS_INLINE struct k_thread *z_priq_mq_best(struct _priq_mq *pq) in z_priq_mq_best()
/Zephyr-latest/include/zephyr/
Dkernel_structs.h122 struct _priq_mq { struct
141 struct _priq_mq runq; argument