Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dsubr_xcall.c122 static inline uint64_t xc_highpri(xcfunc_t, void *, void *, struct cpu_info *,
281 return xc_highpri(func, arg1, arg2, NULL, ipl); in xc_broadcast()
343 return xc_highpri(func, arg1, arg2, ci, ipl); in xc_unicast()
546 xc_highpri(xcfunc_t func, void *arg1, void *arg2, struct cpu_info *ci, in xc_highpri() function