Searched refs:comaster (Results 1 – 1 of 1) sorted by relevance
68 static struct callout_run *comaster[MAXCPU]; variable194 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 …]