Home | Sort by: relevance | last modified time | path |
/src/sys/arch/hpcarm/hpcarm/ | |
hpc_machdep.c | 101 void (*__sleep_func)(void *); variable in typeref:typename:void (*)(void *) 145 __sleep_func = NULL; 206 if (__sleep_func != NULL) 207 __sleep_func(__sleep_ctx); 227 __sleep_func = NULL; |
/src/sys/arch/hpcsh/hpcsh/ | |
machdep.c | 161 void (*__sleep_func)(void *); /* model dependent sleep function holder */ variable in typeref:typename:void (*)(void *) 353 if (__sleep_func != NULL) 354 __sleep_func(__sleep_ctx); |