Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t148 $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 DLgrp.t58 LGRP_AFF_NONE LGRP_AFF_STRONG LGRP_AFF_WEAK LGRP_CONTENT_DIRECT
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c233 case LGRP_AFF_STRONG: in lgrp_affinity_string()
388 rc = LGRP_AFF_STRONG; in parse_lgrp_affinity()
584 case LGRP_AFF_STRONG: in print_affinities()
606 (void) printf("/%s", lgrp_affinity_string(LGRP_AFF_STRONG)); in print_affinities()
859 LGRP_AFF_STRONG)); in Plgrp_home_set()
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp_user.h86 #define LGRP_AFF_STRONG 0x100 /* strong affinity */ macro
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod50 LGRP_AFF_STRONG | LGRP_AFF_WEAK | LGRP_AFF_NONE);
52 LGRP_AFF_STRONG | LGRP_AFF_WEAK | LGRP_AFF_NONE);
144 LGRP_AFF_STRONG
385 C<LGRP_AFF_STRONG>, C<LGRP_AFF_WEAK>, or C<LGRP_AFF_NONE>.
399 =item LGRP_AFF_STRONG
616 LGRP_AFF_NONE, LGRP_AFF_STRONG, LGRP_AFF_WEAK, LGRP_CONTENT_DIRECT,
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs165 newCONSTSUB(stash, "LGRP_AFF_STRONG", newSViv(LGRP_AFF_STRONG));
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c741 aff != LGRP_AFF_STRONG) in lgrp_affinity_set()