Searched refs:LGRP_AFF_STRONG (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
H A D | Lgrp_api.t | 148 $c->affinity_set(P_PID, P_MYID, $lgrp, LGRP_AFF_STRONG) or 162 my @affs = (LGRP_AFF_WEAK, LGRP_AFF_STRONG, LGRP_AFF_NONE);
|
H A D | Lgrp.t | 58 LGRP_AFF_NONE LGRP_AFF_STRONG LGRP_AFF_WEAK LGRP_CONTENT_DIRECT
|
/titanic_50/usr/src/cmd/ptools/plgrp/ |
H A D | plgrp.c | 235 case LGRP_AFF_STRONG: in lgrp_affinity_string() 390 rc = LGRP_AFF_STRONG; in parse_lgrp_affinity() 586 case LGRP_AFF_STRONG: in print_affinities() 608 (void) printf("/%s", lgrp_affinity_string(LGRP_AFF_STRONG)); in print_affinities() 861 LGRP_AFF_STRONG)); in Plgrp_home_set()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | lgrp_user.h | 85 #define LGRP_AFF_STRONG 0x100 /* strong affinity */ macro
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
H A D | Lgrp.pod | 52 LGRP_AFF_STRONG | LGRP_AFF_WEAK | LGRP_AFF_NONE); 54 LGRP_AFF_STRONG | LGRP_AFF_WEAK | LGRP_AFF_NONE); 146 LGRP_AFF_STRONG 387 C<LGRP_AFF_STRONG>, C<LGRP_AFF_WEAK>, or C<LGRP_AFF_NONE>. 401 =item LGRP_AFF_STRONG 618 LGRP_AFF_NONE, LGRP_AFF_STRONG, LGRP_AFF_WEAK, LGRP_CONTENT_DIRECT,
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.xs | 177 newCONSTSUB(stash, "LGRP_AFF_STRONG", newSViv(LGRP_AFF_STRONG));
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | lgrpsys.c | 741 aff != LGRP_AFF_STRONG) in lgrp_affinity_set()
|