Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c158 #define LPL_BOOTSTRAP_SIZE 2 macro
159 static lpl_t lpl_bootstrap_list[LPL_BOOTSTRAP_SIZE];
161 static lpl_t *lpl_bootstrap_rset[LPL_BOOTSTRAP_SIZE];
162 static int lpl_bootstrap_id2rset[LPL_BOOTSTRAP_SIZE];
341 cp_default.cp_nlgrploads = LPL_BOOTSTRAP_SIZE; in lgrp_root_init()
2865 howmany = MIN(LPL_BOOTSTRAP_SIZE, size); in lpl_topo_bootstrap()