Lines Matching refs:ALWAYS_INLINE

46 static ALWAYS_INLINE void z_priq_mq_add(struct _priq_mq *pq, struct k_thread *thread);
47 static ALWAYS_INLINE void z_priq_mq_remove(struct _priq_mq *pq, struct k_thread *thread);
62 static ALWAYS_INLINE void z_priq_dumb_init(sys_dlist_t *pq) in z_priq_dumb_init()
67 static ALWAYS_INLINE void z_priq_dumb_remove(sys_dlist_t *pq, struct k_thread *thread) in z_priq_dumb_remove()
74 static ALWAYS_INLINE struct k_thread *z_priq_dumb_best(sys_dlist_t *pq) in z_priq_dumb_best()
85 static ALWAYS_INLINE void z_priq_rb_init(struct _priq_rb *pq) in z_priq_rb_init()
94 static ALWAYS_INLINE void z_priq_rb_add(struct _priq_rb *pq, struct k_thread *thread) in z_priq_rb_add()
117 static ALWAYS_INLINE void z_priq_rb_remove(struct _priq_rb *pq, struct k_thread *thread) in z_priq_rb_remove()
126 static ALWAYS_INLINE struct k_thread *z_priq_rb_best(struct _priq_rb *pq) in z_priq_rb_best()
137 static ALWAYS_INLINE struct k_thread *z_priq_mq_best(struct _priq_mq *pq) in z_priq_mq_best()
171 static ALWAYS_INLINE struct prio_info get_prio_info(int8_t old_prio) in get_prio_info()
182 static ALWAYS_INLINE void z_priq_mq_init(struct _priq_mq *q) in z_priq_mq_init()
189 static ALWAYS_INLINE void z_priq_mq_add(struct _priq_mq *pq, in z_priq_mq_add()
198 static ALWAYS_INLINE void z_priq_mq_remove(struct _priq_mq *pq, in z_priq_mq_remove()
213 static ALWAYS_INLINE struct k_thread *z_priq_dumb_mask_best(sys_dlist_t *pq) in z_priq_dumb_mask_best()
231 static ALWAYS_INLINE void z_priq_dumb_add(sys_dlist_t *pq, in z_priq_dumb_add()