OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xchi
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
subr_xcall.c
148
xc_state_t *xclo = &xc_low_pri, *
xchi
= &xc_high_pri;
local in function:xc_init
154
memset(
xchi
, 0, sizeof(xc_state_t));
155
mutex_init(&
xchi
->xc_lock, MUTEX_DEFAULT, IPL_SOFTSERIAL);
156
cv_init(&
xchi
->xc_busy, "xchigh");
subr_xcall.c
148
xc_state_t *xclo = &xc_low_pri, *
xchi
= &xc_high_pri;
local in function:xc_init
154
memset(
xchi
, 0, sizeof(xc_state_t));
155
mutex_init(&
xchi
->xc_lock, MUTEX_DEFAULT, IPL_SOFTSERIAL);
156
cv_init(&
xchi
->xc_busy, "xchigh");
Completed in 47 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025