Searched refs:LGRP_VIEW_OS (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
H A D | Lgrp.t | 61 LGRP_VIEW_CALLER LGRP_VIEW_OS LGRP_RSRC_CPU LGRP_RSRC_MEM 103 $c = lgrp_init(LGRP_VIEW_OS); 109 ok($view, LGRP_VIEW_OS, 'View is LGRP_VIEW_OS'); 237 ok($c->view, LGRP_VIEW_OS);
|
H A D | Lgrp_api.t | 65 my $c = Sun::Solaris::Lgrp->new(LGRP_VIEW_OS);
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.xs | 178 newCONSTSUB(stash, "LGRP_VIEW_OS", newSViv(LGRP_VIEW_OS)); 197 # Use LGRP_VIEW_OS as the default view. 200 lgrp_init(lgrp_view_t view = LGRP_VIEW_OS)
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
H A D | Lgrp.pod | 42 my $cookie = lgrp_init(LGRP_VIEW_OS | LGRP_VIEW_CALLER); 43 my $l = Sun::Solaris::Lgrp->new(LGRP_VIEW_OS | LGRP_VIEW_CALLER); 143 LGRP_VIEW_OS 177 =item lgrp_init([LGRP_VIEW_CALLER | LGRP_VIEW_OS]) 184 needed. Unlike L<lgrp_init (3LGRP)>, C<LGRP_VIEW_OS> is assumed as the default if 211 processor sets). When the view is C<LGRP_VIEW_OS>, the snapshot contains what 514 L<lgrp_init()> function. By default uses C<LGRP_VIEW_OS>. 620 LGRP_VER_CURRENT, LGRP_VER_NONE, LGRP_VIEW_CALLER, LGRP_VIEW_OS,
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | lgrp_user.h | 140 LGRP_VIEW_OS /* what's available to operating system */ enumerator
|
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/ |
H A D | LocalityDomain.java | 52 public static final int LGRP_VIEW_OS = 1; field in LocalityDomain
|
/titanic_44/usr/src/lib/liblgrp/common/ |
H A D | lgrp.c | 403 if (view != LGRP_VIEW_OS && view != LGRP_VIEW_CALLER) { in lgrp_init() 1113 cookie = lgrp_init(LGRP_VIEW_OS); in lgrp_latency()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | lgrpsys.c | 923 if (view == LGRP_VIEW_OS) in lgrp_generation() 1375 lgrp_snap->ss_view = LGRP_VIEW_OS; in lgrp_snapshot() 1901 lgrp_snap32->ss_view = LGRP_VIEW_OS; in lgrp_snapshot_copy32()
|
/titanic_44/usr/src/cmd/lgrpinfo/ |
H A D | lgrpinfo.pl | 131 my $l = Sun::Solaris::Lgrp->new($opt_G ? LGRP_VIEW_OS : LGRP_VIEW_CALLER) or
|
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | SystemSolver.java | 248 ldom = new LocalityDomain(LocalityDomain.LGRP_VIEW_OS); in initialize()
|
/titanic_44/usr/src/cmd/ptools/plgrp/ |
H A D | plgrp.c | 1352 cookie = lgrp_init(LGRP_VIEW_OS); in main()
|