Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dkern_timeout.c157 struct lock_object timeout_spinlock_obj = { variable
169 ((needsproc) ? &timeout_sleeplock_obj : &timeout_spinlock_obj)
258 WITNESS_INIT(&timeout_spinlock_obj, &timeout_spinlock_type); in timeout_proc_init()