Searched defs:callout_cpu (Results 1 – 1 of 1) sorted by relevance
162 struct callout_cpu { struct163 struct mtx_padalign cc_lock;164 struct cc_exec cc_exec_entity[2];165 struct callout *cc_next;166 struct callout_list *cc_callwheel;167 struct callout_tailq cc_expireq;168 sbintime_t cc_firstevent;192 DPCPU_DEFINE_STATIC(struct callout_cpu, cc_cpu); argument