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

  /src/sys/sys/
xcall.h 40 #define XC_HIGHPRI_IPL(ipl) (XC_HIGHPRI | xc_encode_ipl(ipl))
58 unsigned int xc_encode_ipl(int);
  /src/sys/kern/
subr_xcall.c 168 * the IPL (see xc_encode_ipl). So we don't need to allocate a softint
194 xc_encode_ipl(int ipl) function in typeref:typename:unsigned int

Completed in 13 milliseconds