Searched refs:cc_todo (Results 1 – 1 of 1) sorted by relevance
128 CIRCQ_APPEND(&(cc)->cc_todo, \180 struct callout_circq cc_todo; /* Worklist */ member302 CIRCQ_INIT(&cc->cc_todo); in callout_startup()324 CIRCQ_INIT(&cc->cc_todo); in callout_init_cpu()442 CIRCQ_INSERT(&c->c_list, &occ->cc_todo); in callout_schedule_locked()454 CIRCQ_INSERT(&c->c_list, &occ->cc_todo); in callout_schedule_locked()460 CIRCQ_INSERT(&c->c_list, &cc->cc_todo); in callout_schedule_locked()807 needsoftclock = !CIRCQ_EMPTY(&cc->cc_todo); in callout_hardclock()837 while (!CIRCQ_EMPTY(&cc->cc_todo)) { in callout_softclock()838 c = CIRCQ_FIRST(&cc->cc_todo); in callout_softclock()[all …]