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

  /src/sys/kern/
subr_xcall.c 70 * A low-overhead mechanism for high priority calls (XC_HIGHPRI) is
122 static inline uint64_t xc_highpri(xcfunc_t, void *, void *, struct cpu_info *,
130 * (just XC_HIGHPRI).
267 if (flags & XC_HIGHPRI)
272 if (flags & XC_HIGHPRI)
279 if ((flags & XC_HIGHPRI) != 0) {
281 return xc_highpri(func, arg1, arg2, NULL, ipl);
328 if (flags & XC_HIGHPRI)
333 if (flags & XC_HIGHPRI)
341 if ((flags & XC_HIGHPRI) != 0)
546 xc_highpri(xcfunc_t func, void *arg1, void *arg2, struct cpu_info *ci, function in typeref:typename:uint64_t
    [all...]
subr_xcall.c 70 * A low-overhead mechanism for high priority calls (XC_HIGHPRI) is
122 static inline uint64_t xc_highpri(xcfunc_t, void *, void *, struct cpu_info *,
130 * (just XC_HIGHPRI).
267 if (flags & XC_HIGHPRI)
272 if (flags & XC_HIGHPRI)
279 if ((flags & XC_HIGHPRI) != 0) {
281 return xc_highpri(func, arg1, arg2, NULL, ipl);
328 if (flags & XC_HIGHPRI)
333 if (flags & XC_HIGHPRI)
341 if ((flags & XC_HIGHPRI) != 0)
546 xc_highpri(xcfunc_t func, void *arg1, void *arg2, struct cpu_info *ci, function in typeref:typename:uint64_t
    [all...]

Completed in 64 milliseconds