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

  /src/sys/kern/
subr_xcall.c 103 } xc_state_t; typedef in typeref:struct:__anon6887
109 static xc_state_t xc_low_pri __cacheline_aligned;
112 static xc_state_t xc_high_pri __cacheline_aligned;
148 xc_state_t *xclo = &xc_low_pri, *xchi = &xc_high_pri;
150 memset(xclo, 0, sizeof(xc_state_t));
154 memset(xchi, 0, sizeof(xc_state_t));
357 xc_state_t *xc;
398 xc_state_t *xc = &xc_low_pri;
442 xc_state_t *xc = &xc_low_pri;
489 xc_state_t *xc = & xc_high_pri
    [all...]

Completed in 18 milliseconds