Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_kern_timeout.c147 struct callout *cc_callout; member
260 cc->cc_callout = malloc(ncallout * sizeof(struct callout), in callout_callwheel_init()
287 if (cc->cc_callout == NULL) /* Only cpu0 handles timeout(9) */ in callout_cpu_init()
290 c = &cc->cc_callout[i]; in callout_cpu_init()