Searched refs:LGRP_CONTENT_DIRECT (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/pools/poold/libjlgrp/ |
H A D | jlgrp.c | 212 NULL, 0, LGRP_CONTENT_DIRECT); in Java_com_sun_solaris_service_locality_LocalityGroup_jl_1cpus() 220 native_cpus, ncpus0, LGRP_CONTENT_DIRECT); in Java_com_sun_solaris_service_locality_LocalityGroup_jl_1cpus()
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.xs | 176 newCONSTSUB(stash, "LGRP_CONTENT_DIRECT", newSViv(LGRP_CONTENT_DIRECT)); 363 # LGRP_CONTENT_DIRECT
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
H A D | Lgrp.pod | 87 LGRP_CONTENT_HIERARCHY | LGRP_CONTENT_DIRECT); 88 @cpus = l->cpus($lgrp, LGRP_CONTENT_HIERARCHY | LGRP_CONTENT_DIRECT); 92 LGRP_CONTENT_HIERARCHY | LGRP_CONTENT_DIRECT); 95 LGRP_CONTENT_HIERARCHY | LGRP_CONTENT_DIRECT); 149 LGRP_CONTENT_DIRECT 258 =item LGRP_CONTENT_DIRECT 344 =item LGRP_CONTENT_DIRECT 618 LGRP_AFF_NONE, LGRP_AFF_STRONG, LGRP_AFF_WEAK, LGRP_CONTENT_DIRECT,
|
/titanic_41/usr/src/lib/liblgrp/common/ |
H A D | lgrp.c | 850 (content != LGRP_CONTENT_DIRECT && in lgrp_cpus() 874 case LGRP_CONTENT_DIRECT: in lgrp_cpus() 951 case LGRP_CONTENT_DIRECT: in lgrp_mem_size()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | lgrp_user.h | 107 LGRP_CONTENT_DIRECT /* what's directly contained in lgroup */ enumerator
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
H A D | Lgrp_api.t | 323 my @cpu_l = $c->cpus($l, LGRP_CONTENT_DIRECT);
|
H A D | Lgrp.t | 58 LGRP_AFF_NONE LGRP_AFF_STRONG LGRP_AFF_WEAK LGRP_CONTENT_DIRECT
|