Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_param.h136 #define NCPU_P2 _mdb_ks_ncpu_p2 macro
/titanic_44/usr/src/uts/common/vm/
H A Dpage_lock.c51 pad_mutex_t page_llocks[8 * NCPU_P2];
130 #define VPH_TABLE_SIZE (8 * NCPU_P2)
132 #define VPH_TABLE_SIZE (2 * NCPU_P2)
H A Danon.h207 #define ANI_MAX_POOL (NCPU_P2)
H A Dpage.h113 ((unsigned)(((2*NCPU_P2) > 128) ? NCPU_LOG2 + 1 : 7))
H A Dseg_spt.c2494 #define NLCK (NCPU_P2)
/titanic_44/usr/src/uts/i86pc/sys/
H A Dmachparam.h69 #define NCPU_P2 (1 << NCPU_LOG2) macro
/titanic_44/usr/src/uts/sun4v/sys/
H A Dmachparam.h67 #define NCPU_P2 (1 << NCPU_LOG2) macro
/titanic_44/usr/src/uts/sun4u/sys/
H A Dmachparam.h107 #define NCPU_P2 (1 << NCPU_LOG2) macro
/titanic_44/usr/src/uts/common/sys/
H A Dparam.h398 #define NCPU_P2 _ncpu_p2 macro
/titanic_44/usr/src/uts/common/conf/
H A Dparam.c120 const int _ncpu_p2 = (int)NCPU_P2;
/titanic_44/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c745 #if ((2*NCPU_P2) > 128)