Searched refs:this_cpu (Results 1 – 1 of 1) sorted by relevance
76 struct rt_cpu *this_cpu = rt_cpu_self(); in rt_interrupt_context_push() local77 rt_slist_insert(&this_cpu->irq_ctx_head, &this_ctx->node); in rt_interrupt_context_push()82 struct rt_cpu *this_cpu = rt_cpu_self(); in rt_interrupt_context_pop() local83 rt_slist_pop(&this_cpu->irq_ctx_head); in rt_interrupt_context_pop()88 struct rt_cpu *this_cpu = rt_cpu_self(); in rt_interrupt_context_get() local89 … return rt_slist_first_entry(&this_cpu->irq_ctx_head, struct rt_interrupt_context, node)->context; in rt_interrupt_context_get()
Completed in 5 milliseconds