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

  /src/sys/kern/
subr_xcall.c 124 static inline uint64_t xc_lowpri(xcfunc_t, void *, void *, struct cpu_info *);
283 return xc_lowpri(func, arg1, arg2, NULL);
345 return xc_lowpri(func, arg1, arg2, ci);
391 * xc_lowpri:
396 xc_lowpri(xcfunc_t func, void *arg1, void *arg2, struct cpu_info *ci) function in typeref:typename:uint64_t
subr_xcall.c 124 static inline uint64_t xc_lowpri(xcfunc_t, void *, void *, struct cpu_info *);
283 return xc_lowpri(func, arg1, arg2, NULL);
345 return xc_lowpri(func, arg1, arg2, ci);
391 * xc_lowpri:
396 xc_lowpri(xcfunc_t func, void *arg1, void *arg2, struct cpu_info *ci) function in typeref:typename:uint64_t
subr_xcall.c 124 static inline uint64_t xc_lowpri(xcfunc_t, void *, void *, struct cpu_info *);
283 return xc_lowpri(func, arg1, arg2, NULL);
345 return xc_lowpri(func, arg1, arg2, ci);
391 * xc_lowpri:
396 xc_lowpri(xcfunc_t func, void *arg1, void *arg2, struct cpu_info *ci) function in typeref:typename:uint64_t

Completed in 30 milliseconds