Home
last modified time | relevance | path

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

/freebsd/tools/test/callout_free/
H A Dcallout_free.c42 static struct mtx callout_free_mutex; variable
49 mtx_destroy(&callout_free_mutex); in callout_free_func()
60 mtx_init(&callout_free_mutex, "callout_free", NULL, MTX_DEF); in callout_free_load()
65 callout_init_mtx(&callout_free, &callout_free_mutex, 0); in callout_free_load()