Home
last modified time | relevance | path

Searched refs:critical_exit_KBI (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dsystm.h164 void critical_exit_KBI(void);
179 #define critical_exit() critical_exit_KBI()
/freebsd/sys/kern/
H A Dkern_switch.c243 critical_exit_KBI(void) in critical_exit_KBI() function