Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/include/
Dpriority_q.h288 q->cached_queue_index = K_NUM_THREAD_PRIO - 1; in z_priq_mq_init()
301 if (pos.offset_prio < pq->cached_queue_index) { in z_priq_mq_add()
302 pq->cached_queue_index = pos.offset_prio; in z_priq_mq_add()
316 pq->cached_queue_index = z_priq_mq_best_queue_index(pq); in z_priq_mq_remove()
337 unsigned int index = pq->cached_queue_index; in z_priq_mq_best()
/Zephyr-latest/include/zephyr/
Dkernel_structs.h126 unsigned int cached_queue_index; member