Home
last modified time | relevance | path

Searched refs:NCPU_P2 (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_param.h136 #define NCPU_P2 _mdb_ks_ncpu_p2 macro
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachparam.h66 #define NCPU_P2 (1 << NCPU_LOG2) macro
/illumos-gate/usr/src/uts/common/vm/
H A Dpage_lock.c52 pad_mutex_t page_llocks[8 * NCPU_P2];
131 #define VPH_TABLE_SIZE (8 * NCPU_P2)
133 #define VPH_TABLE_SIZE (2 * NCPU_P2)
H A Danon.h207 #define ANI_MAX_POOL (NCPU_P2)
H A Dpage.h114 ((unsigned)(((2*NCPU_P2) > 128) ? NCPU_LOG2 + 1 : 7))
H A Dseg_spt.c2622 #define NLCK (NCPU_P2)
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachparam.h67 #define NCPU_P2 (1 << NCPU_LOG2) macro
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachparam.h99 #define NCPU_P2 (1 << NCPU_LOG2) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h410 #define NCPU_P2 _ncpu_p2 macro
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c121 const int _ncpu_p2 = (int)NCPU_P2;
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c746 #if ((2*NCPU_P2) > 128)