Home
last modified time | relevance | path

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

/freebsd-12.1/sys/tests/callout_test/
H A Dcallout_test.c68 static struct callout_run *comaster[MAXCPU]; variable
194 if (comaster[index] == NULL) { in run_callout_test()
196 memset(comaster[index], 0, sizeof(struct callout_run)); in run_callout_test()
200 rn = comaster[index]; in run_callout_test()
227 if (comaster[i]) { in cocleanup()
228 if (comaster[i]->co_array) { in cocleanup()
229 free(comaster[i]->co_array, M_CALLTMP); in cocleanup()
230 comaster[i]->co_array = NULL; in cocleanup()
232 free(comaster[i], M_CALLTMP); in cocleanup()
233 comaster[i] = NULL; in cocleanup()
[all …]