Home
last modified time | relevance | path

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

/src/
A Dirq.c76 struct rt_cpu *this_cpu = rt_cpu_self(); in rt_interrupt_context_push() local
77 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() local
83 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() local
89 … 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