Searched refs:devstat_mutex (Results 1 – 1 of 1) sorted by relevance
60 static struct mtx devstat_mutex; variable61 MTX_SYSINIT(devstat_mutex, &devstat_mutex, "devstat", MTX_DEF);84 mtx_assert(&devstat_mutex, MA_NOTOWNED); in devstat_new_entry()87 mtx_lock(&devstat_mutex); in devstat_new_entry()97 mtx_unlock(&devstat_mutex); in devstat_new_entry()115 mtx_assert(&devstat_mutex, MA_OWNED); in devstat_add_entry()191 mtx_assert(&devstat_mutex, MA_NOTOWNED); in devstat_remove_entry()195 mtx_lock(&devstat_mutex); in devstat_remove_entry()207 mtx_unlock(&devstat_mutex); in devstat_remove_entry()389 mtx_assert(&devstat_mutex, MA_NOTOWNED); in sysctl_devstat()[all …]