Home
last modified time | relevance | path

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

/netbsd/sys/sys/
H A Dipi.h77 void ipi_broadcast(ipi_msg_t *, bool);
/netbsd/sys/kern/
H A Dsubr_ipi.c171 ipi_broadcast(&ipimsg, false); in ipi_unregister()
411 ipi_broadcast(ipi_msg_t *msg, bool skip_self) in ipi_broadcast() function