Lines Matching defs:pending
103 * Number of pending ticks that need to be accounted by the softint
265 clock_tick_schedule_one(clock_tick_set_t *csp, int pending, processorid_t cid)
279 ctp->ct_pending += pending;
292 clock_tick_process(cpu_t *cp, clock_t mylbolt, int pending)
418 clock_tick(t, pending);
453 * simply increment a pending count and return. Eventually when they
454 * finish, the pending count is passed down to the next set of
457 * chances of threads getting away before their pending ticks are
458 * accounted. The other benefit is that if the pending count is
530 int pending)
543 clock_tick_process(CPU, mylbolt, pending);
553 clock_tick_process(cp, mylbolt, pending);
560 clock_tick_process(cp, mylbolt, pending);
569 int start, scan, end, pending;
584 pending = ctp->ct_pending;
585 if (pending == 0) {
592 * that gets in will reset the pending count so the
605 clock_tick_execute_common(start, scan, end, mylbolt, pending);