Searched defs:_cpu_pause_info (Results 1 – 1 of 1) sorted by relevance
164 static struct _cpu_pause_info { struct165 int cp_spl; /* spl saved in pause_cpus() */166 volatile int cp_go; /* Go signal sent after all ready */167 int cp_count; /* # of CPUs to pause */168 ksema_t cp_sem; /* synch pause_cpus & cpu_pause */169 kthread_id_t cp_paused;170 void *(*cp_func)(void *);