Lines Matching defs:lgrp
226 typedef struct lgrp { struct
228 lgrp_id_t lgrp_id; /* which lgroup */ argument
229 int lgrp_latency; argument
230 lgrp_handle_t lgrp_plathand; /* handle for platform calls */ argument
231 struct lgrp *lgrp_parent; /* parent lgroup */ argument
232 uint_t lgrp_reserved1; /* filler */ argument
233 uint_t lgrp_childcnt; /* number of children lgroups */ argument
234 klgrpset_t lgrp_children; /* children lgroups */ argument
235 klgrpset_t lgrp_leaves; /* (direct decendant) leaf lgroups */ argument
241 klgrpset_t lgrp_set[LGRP_RSRC_COUNT]; argument
243 mnodeset_t lgrp_mnodes; /* set of memory nodes in this lgroup */ argument
244 uint_t lgrp_nmnodes; /* number of memnodes */ argument
245 uint_t lgrp_reserved2; /* filler */ argument
247 struct cpu *lgrp_cpu; /* pointer to a cpu may be null */ argument
248 uint_t lgrp_cpucnt; /* number of cpus in this lgrp */ argument
249 kstat_t *lgrp_kstat; /* per-lgrp kstats */ argument
477 #define LGRP_EXISTS(lgrp) \ argument
483 #define LGRP_CONTAINS_CPU(lgrp, cpu) \ argument
490 #define LGRP_MNODE_COOKIE_INIT(c, lgrp, scope) \ argument