Searched refs:devstat_mutex (Results 1 – 1 of 1) sorted by relevance
64 static struct mtx devstat_mutex; variable65 MTX_SYSINIT(devstat_mutex, &devstat_mutex, "devstat", MTX_DEF);88 mtx_assert(&devstat_mutex, MA_NOTOWNED); in devstat_new_entry()91 mtx_lock(&devstat_mutex); in devstat_new_entry()101 mtx_unlock(&devstat_mutex); in devstat_new_entry()119 mtx_assert(&devstat_mutex, MA_OWNED); in devstat_add_entry()195 mtx_assert(&devstat_mutex, MA_NOTOWNED); in devstat_remove_entry()199 mtx_lock(&devstat_mutex); in devstat_remove_entry()211 mtx_unlock(&devstat_mutex); in devstat_remove_entry()393 mtx_assert(&devstat_mutex, MA_NOTOWNED); in sysctl_devstat()[all …]