Searched refs:lgrp_latency (Results 1 - 13 of 13) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/liblgrp/common/
H A Dmapfile-vers57 lgrp_latency;
H A Dlgrp.c1108 lgrp_latency(lgrp_id_t from, lgrp_id_t to) function
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c224 lat_saved = cur->lgrp_latency;
225 cur->lgrp_latency = lat_new;
356 if (lgrp1->lgrp_latency > lgrp2->lgrp_latency)
357 lgrp2->lgrp_latency = lgrp1->lgrp_latency;
495 (lgrp->lgrp_latency != target->lgrp_latency &&
562 new->lgrp_latency = latency;
765 count += lgrp_new_parent(child, parent->lgrp_latency,
[all...]
H A Dlgrp.c322 lgrp_root->lgrp_latency = lgrp_plat_latency(hand, hand);
549 lgrp->lgrp_latency == oldtime) ||
551 lgrp->lgrp_latency = (int)newtime;
755 my_lgrp->lgrp_latency = lgrp_plat_latency(hand, hand);
769 } else if (my_lgrp->lgrp_latency == 0 && lgrp_plat_latency(hand, hand)
892 my_lgrp->lgrp_latency = 0;
943 lgrp->lgrp_latency = 0;
1295 my_lgrp->lgrp_latency = lgrp_plat_latency(hand, hand);
1305 } else if (my_lgrp->lgrp_latency == 0 && lgrp_plat_latency(hand, hand)
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dlgrp_user.h65 #define LGRP_SYS_LATENCY 6 /* lgrp_latency() */
264 int lgrp_latency(lgrp_id_t from, lgrp_id_t to);
299 int lgrp_latency();
H A Dlgrp.h229 int lgrp_latency; member in struct:lgrp
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod65 $latency = lgrp_latency($lgrp1, $lgrp2);
441 L<lgrp_latency_cookie()> is an alias for L<lgrp_latency()>.
445 =item lgrp_latency($from, $to)
453 See L<lgrp_latency(3LGRP)> for more information.
604 hardware resource in the B<$to> lgroup. It will use L<lgrp_latency()> for
635 lgrp_cpus(), lgrp_fini(), lgrp_home(), lgrp_init(), lgrp_latency(),
700 list. The L<lgrp_latency_cookie()> function is an alias for lgrp_latency for
727 L<lgrp_latency(3LGRP)>,
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm66 lgrp_home lgrp_init lgrp_latency lgrp_latency_cookie
H A DLgrp.xs82 * The lgrp_latency_cookie() is emulated using lgrp_latency().
125 * Special version of lgrp_latency_cookie(). Use lgrp_latency() for liblgrp V1
133 lgrp_latency(from, to) :
249 lgrp_latency(lgrp_id_t from,lgrp_id_t to)
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t206 # Can we call lgrp_latency?
207 # The latencies from lgrp_latency and lgrp_latency_cookie should match.
209 my $latency = lgrp_latency($root, $root);
250 ok(lgrp_latency($root, $root), $c->latency($root, $root));
H A DLgrp_api.t201 my $latency = lgrp_latency($root, $root);
202 ok(defined $latency, 'lgrp_latency() is working') or
203 diag("lgrp_latency: $!");
/opensolaris-onvv-gate/usr/src/cmd/pools/poold/libjlgrp/
H A Djlgrp.c249 return ((jint) lgrp_latency((lgrp_id_t)from, (lgrp_id_t)to));
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c1061 lgrp_latency(lgrp_id_t from, lgrp_id_t to) function
1088 latency = from_lgrp->lgrp_latency;
1423 lgrp_info[i].info_latency = lgrp->lgrp_latency;
1496 lgrp_lats[i][j] = lgrp_latency(lgrp->lgrp_id,
2078 latency = lgrp_latency(ia, (lgrp_id_t)(uintptr_t)ap);

Completed in 186 milliseconds