Home
last modified time | relevance | path

Searched defs:callout_cpu (Results 1 – 2 of 2) sorted by relevance

/f-stack/lib/
H A Dff_kern_timeout.c143 struct callout_cpu { struct
165 struct callout_cpu cc_cpu; argument
/f-stack/freebsd/kern/
H A Dkern_timeout.c161 struct callout_cpu { struct
162 struct mtx_padalign cc_lock;
163 struct cc_exec cc_exec_entity[2];
164 struct callout *cc_next;
165 struct callout_list *cc_callwheel;
166 struct callout_tailq cc_expireq;
167 sbintime_t cc_firstevent;
168 sbintime_t cc_lastscan;
169 void *cc_cookie;
193 struct callout_cpu cc_cpu[MAXCPU]; argument