Searched refs:next_hcall (Results 1 – 2 of 2) sorted by relevance
156 unsigned int n = cpu->next_hcall; in do_async_hcalls()166 if (++cpu->next_hcall == LHCALL_RING_SIZE) in do_async_hcalls()167 cpu->next_hcall = 0; in do_async_hcalls()
68 u32 next_hcall; member