OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xc_highpri
(Results
1 - 1
of
1
) 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
[
all
...]
Completed in 33 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026