Searched refs:curr_stack (Results 1 – 1 of 1) sorted by relevance
135 if (curr_stack->cpu == cpu) in roc_bphy_irq_stack_remove()139 if (curr_stack == NULL) in roc_bphy_irq_stack_remove()142 if (curr_stack->inuse > 0) in roc_bphy_irq_stack_remove()143 curr_stack->inuse--; in roc_bphy_irq_stack_remove()149 plt_free(curr_stack); in roc_bphy_irq_stack_remove()170 curr_stack->inuse++; in roc_bphy_irq_stack_get()178 if (curr_stack == NULL) in roc_bphy_irq_stack_get()181 curr_stack->sp_buffer = in roc_bphy_irq_stack_get()186 curr_stack->cpu = cpu; in roc_bphy_irq_stack_get()187 curr_stack->inuse = 0; in roc_bphy_irq_stack_get()[all …]