Searched refs:cc_callwheel (Results 1 – 1 of 1) sorted by relevance
168 struct callout_list *cc_callwheel; member325 cc->cc_callwheel = malloc_domainset(sizeof(struct callout_list) * in callout_cpu_init()329 LIST_INIT(&cc->cc_callwheel[i]); in callout_cpu_init()487 sc = &cc->cc_callwheel[firstb & callwheelmask]; in callout_process()614 LIST_INSERT_HEAD(&cc->cc_callwheel[bucket], c, c_links.le); in callout_cc_add()1583 sc = &cc->cc_callwheel[i];