Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tprof/
H A Dtprof.c124 static kmutex_t tprof_startstop_lock; variable
270 KASSERT(mutex_owned(&tprof_startstop_lock)); in tprof_stop1()
291 KASSERT(mutex_owned(&tprof_startstop_lock)); in tprof_getinfo()
340 KASSERT(mutex_owned(&tprof_startstop_lock)); in tprof_start()
425 KASSERT(mutex_owned(&tprof_startstop_lock)); in tprof_stop()
684 KASSERT(mutex_owned(&tprof_startstop_lock)); in tprof_backend_lookup()
744 mutex_enter(&tprof_startstop_lock); in tprof_backend_register()
747 mutex_exit(&tprof_startstop_lock); in tprof_backend_register()
752 mutex_exit(&tprof_startstop_lock); in tprof_backend_register()
765 mutex_exit(&tprof_startstop_lock); in tprof_backend_register()
[all …]