Searched refs:next_hcall (Results 1 – 2 of 2) sorted by relevance
153 unsigned int n = cpu->next_hcall; in do_async_hcalls()163 if (++cpu->next_hcall == LHCALL_RING_SIZE) in do_async_hcalls()164 cpu->next_hcall = 0; in do_async_hcalls()
70 u32 next_hcall; member