HomeSort by: relevance | last modified time | path
    Searched defs:xc_broadcast (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_xcall.c 190 * Encode an IPL to a form that can be embedded into flags of xc_broadcast
219 * Extract an XC_IPL from flags of xc_broadcast or xc_unicast.
252 * xc_broadcast:
257 xc_broadcast(unsigned int flags, xcfunc_t func, void *arg1, void *arg2) function in typeref:typename:uint64_t
304 where = xc_broadcast(flags, xc_nop, NULL, NULL);
subr_xcall.c 190 * Encode an IPL to a form that can be embedded into flags of xc_broadcast
219 * Extract an XC_IPL from flags of xc_broadcast or xc_unicast.
252 * xc_broadcast:
257 xc_broadcast(unsigned int flags, xcfunc_t func, void *arg1, void *arg2) function in typeref:typename:uint64_t
304 where = xc_broadcast(flags, xc_nop, NULL, NULL);

Completed in 21 milliseconds