Searched defs:avoid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dppage.c55 ppmapin(page_t *pp, uint_t vprot, caddr_t avoid) argument
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c61 * arbitrarily high resolution, per-CPU interval timers (to avoid colliding
327 * If we wish to avoid a linear scan of the cyclics array at soft interrupt
1541 * cyclic_pick_cpu() will not pick the avoid CPU; it will return NULL if
1542 * the avoid CPU is the only CPU which satisfies the constraints.
1550 cyclic_pick_cpu(cpupart_t *part, cpu_t *bound, cpu_t *avoid, uint16_t flags) argument
1567 CYC_PTRACE("pick-cpu-bound", bound, avoid);
1573 if (bound == avoid)
1584 CYC_PTRACE("pick-part-bound", bound, avoid);
1598 if (c == avoid)
1614 * If not, the avoid CP
[all...]

Completed in 80 milliseconds