Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dkern_synch.c644 struct proc *volatile tslp_p; member
740 entry.tslp_p = p; in thrsleep()
762 error = sleep_finish(to_ticks, entry.tslp_p != NULL); in thrsleep()
763 if (error != 0 || entry.tslp_p != NULL) { in thrsleep()
765 if (entry.tslp_p != NULL) in thrsleep()
778 if (entry.tslp_p != NULL) { in thrsleep()
780 if (entry.tslp_p != NULL) in thrsleep()
825 p = entry->tslp_p; in tslp_wakeups()
826 entry->tslp_p = NULL; in tslp_wakeups()