Lines Matching refs:level
144 rt_base_t level; in rt_mp_detach() local
151 level = rt_spin_lock_irqsave(&(mp->spinlock)); in rt_mp_detach()
157 rt_spin_unlock_irqrestore(&(mp->spinlock), level); in rt_mp_detach()
245 rt_base_t level; in rt_mp_delete() local
254 level = rt_spin_lock_irqsave(&(mp->spinlock)); in rt_mp_delete()
258 rt_spin_unlock_irqrestore(&(mp->spinlock), level); in rt_mp_delete()
284 rt_base_t level; in rt_mp_alloc() local
294 level = rt_spin_lock_irqsave(&(mp->spinlock)); in rt_mp_alloc()
301 rt_spin_unlock_irqrestore(&(mp->spinlock), level); in rt_mp_alloc()
328 rt_spin_unlock_irqrestore(&(mp->spinlock), level); in rt_mp_alloc()
342 level = rt_spin_lock_irqsave(&(mp->spinlock)); in rt_mp_alloc()
358 rt_spin_unlock_irqrestore(&(mp->spinlock), level); in rt_mp_alloc()
376 rt_base_t level; in rt_mp_free() local
387 level = rt_spin_lock_irqsave(&(mp->spinlock)); in rt_mp_free()
398 rt_spin_unlock_irqrestore(&(mp->spinlock), level); in rt_mp_free()
405 rt_spin_unlock_irqrestore(&(mp->spinlock), level); in rt_mp_free()