HomeSort by relevance Sort by last modified time
    Searched refs:pp_slots (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/uts/sun4u/os/
ppage.c 72 int pp_slots = 4; /* small default, tuned by cpu module */ variable
92 * number to use here via pp_slots.
104 ASSERT(pp_slots <= MAXPP_SLOTS);
320 for (i = start; i < pp_slots; i += stride) {
329 if (i >= pp_slots) {
  /onnv/onnv-gate/usr/src/uts/sun4v/os/
ppage.c 69 int pp_slots = 4; /* small default, tuned by cpu module */ variable
88 * number to use here via pp_slots.
105 ASSERT(pp_slots <= MAXPP_SLOTS);
  /onnv/onnv-gate/usr/src/uts/sun4u/sys/
machsystm.h 299 extern int pp_slots;
  /onnv/onnv-gate/usr/src/uts/sun4v/sys/
machsystm.h 298 extern int pp_slots;
  /onnv/onnv-gate/usr/src/uts/sun4u/cpu/
opl_olympus.c 581 pp_slots = MIN(8, MAXPP_SLOTS);
    [all...]
spitfire.c 456 * Tune pp_slots to use up to 1/8th of the tlb entries.
458 pp_slots = MIN(8, MAXPP_SLOTS);
    [all...]
us3_common.c 499 pp_slots = MIN(8, MAXPP_SLOTS);
    [all...]

Completed in 420 milliseconds