Searched refs:callout_free (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/tools/test/callout_free/
H A DMakefile3 KMOD= callout_free
4 SRCS= callout_free.c
H A Dcallout_free.c43 static struct callout callout_free; variable in typeref:struct:callout
52 memset(&callout_free, 'C', sizeof(callout_free));
62 mtx_init(&callout_free_mutex, "callout_free", NULL, MTX_DEF);
67 callout_init_mtx(&callout_free, &callout_free_mutex, 0);
70 callout_reset(&callout_free, hz/10, callout_free_func,
87 DEV_MODULE(callout_free, callout_free_load, NULL);

Completed in 63 milliseconds