Searched defs:callout_cpu (Results 1 – 2 of 2) sorted by relevance
143 struct callout_cpu { struct165 struct callout_cpu cc_cpu; argument
161 struct callout_cpu { struct162 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