Searched refs:devstat_mutex (Results 1 – 1 of 1) sorted by relevance
70 static struct mtx devstat_mutex; variable71 MTX_SYSINIT(devstat_mutex, &devstat_mutex, "devstat", MTX_DEF);94 mtx_assert(&devstat_mutex, MA_NOTOWNED); in devstat_new_entry()97 mtx_lock(&devstat_mutex); in devstat_new_entry()107 mtx_unlock(&devstat_mutex); in devstat_new_entry()125 mtx_assert(&devstat_mutex, MA_OWNED); in devstat_add_entry()201 mtx_assert(&devstat_mutex, MA_NOTOWNED); in devstat_remove_entry()205 mtx_lock(&devstat_mutex); in devstat_remove_entry()217 mtx_unlock(&devstat_mutex); in devstat_remove_entry()230 mtx_assert(&devstat_mutex, MA_NOTOWNED); in devstat_start_transaction()[all …]