Searched refs:cc_callwheel (Results 1 – 2 of 2) sorted by relevance
148 struct callout_list *cc_callwheel; member278 cc->cc_callwheel = malloc(sizeof(struct callout_list) * callwheelsize, in callout_cpu_init()281 LIST_INIT(&cc->cc_callwheel[i]); in callout_cpu_init()319 if (!LIST_EMPTY(&cc->cc_callwheel[bucket])) { in callout_tick()367 LIST_INSERT_HEAD(&cc->cc_callwheel[bucket], c, c_links.le); in callout_cc_add()578 sc = &cc->cc_callwheel[curticks & callwheelmask]; in softclock()1145 sc = &cc->cc_callwheel[i]; in sysctl_kern_callout_stat()
165 struct callout_list *cc_callwheel; member321 cc->cc_callwheel = malloc_domainset(sizeof(struct callout_list) * in callout_cpu_init()325 LIST_INIT(&cc->cc_callwheel[i]); in callout_cpu_init()462 sc = &cc->cc_callwheel[firstb & callwheelmask]; in callout_process()588 LIST_INSERT_HEAD(&cc->cc_callwheel[bucket], c, c_links.le); in callout_cc_add()1382 sc = &cc->cc_callwheel[i]; in sysctl_kern_callout_stat()