Lines Matching full:level
139 rt_ubase_t level; in rt_prio_queue_push() local
154 level = rt_hw_interrupt_disable(); in rt_prio_queue_push()
168 rt_hw_interrupt_enable(level); in rt_prio_queue_push()
176 rt_hw_interrupt_enable(level); in rt_prio_queue_push()
185 rt_ubase_t level; in rt_prio_queue_pop() local
191 level = rt_hw_interrupt_disable(); in rt_prio_queue_pop()
200 rt_hw_interrupt_enable(level); in rt_prio_queue_pop()
220 rt_hw_interrupt_enable(level); in rt_prio_queue_pop()
227 level = rt_hw_interrupt_disable(); in rt_prio_queue_pop()
230 rt_hw_interrupt_enable(level); in rt_prio_queue_pop()
240 int level = 0; in rt_prio_queue_dump() local
243 for (level = 0; level < RT_PRIO_QUEUE_PRIO_MAX; level++) in rt_prio_queue_dump()
247 rt_kprintf("%2d: ", level); in rt_prio_queue_dump()
248 for (item = que->head[level]; in rt_prio_queue_dump()