Searched refs:pending_ipis (Results 1 – 2 of 2) sorted by relevance
118 u_long pending_ipis, bit; in alpha_ipi_process() local128 while ((pending_ipis = atomic_swap_ulong(&ci->ci_ipis, 0)) != 0) { in alpha_ipi_process()140 if (pending_ipis & (1UL << bit)) { in alpha_ipi_process()
1366 uint32_t pending_ipis = atomic_swap_32(&ci->ci_pending_ipis, 0); in e500_ipi_intr() local1367 for (u_int ipi = 31; pending_ipis != 0; ipi--, pending_ipis <<= 1) { in e500_ipi_intr()1368 const u_int bits = __builtin_clz(pending_ipis); in e500_ipi_intr()1370 pending_ipis <<= bits; in e500_ipi_intr()