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

  /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);

Completed in 11 milliseconds