Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/
Dkernel_structs.h35 #define K_NUM_THREAD_PRIO (CONFIG_NUM_PREEMPT_PRIORITIES + CONFIG_NUM_COOP_PRIORITIES + 1) macro
36 #define PRIQ_BITMAP_SIZE (DIV_ROUND_UP(K_NUM_THREAD_PRIO, BITS_PER_LONG))
123 sys_dlist_t queues[K_NUM_THREAD_PRIO];
/Zephyr-latest/kernel/include/
Dpriority_q.h278 return K_NUM_THREAD_PRIO - 1; in z_priq_mq_best_queue_index()
288 q->cached_queue_index = K_NUM_THREAD_PRIO - 1; in z_priq_mq_init()