Searched refs:rpend (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c1043 uint32_t i, rpend = cpu->cyp_rpend - 1; local
1050 CYC_TRACE(cpu, level, "remove-rpend", cyclic, cpu->cyp_rpend);
1056 for (i = 0; i < rpend; i++) {
1057 CYC_TRACE(cpu, level, "rpend-in", handler, arg);
1063 CYC_TRACE(cpu, level, "rpend-out", handler, arg);
1171 * to call the cyclic rpend times. We will take into
1196 * There must be a non-zero rpend for
1795 * we will stash the pend value * in this CPU's rpend, and
1798 * handler rpend times. The caller will wait until the

Completed in 64 milliseconds