Home
last modified time | relevance | path

Searched refs:LGRP_VIEW_OS (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t61 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 DLgrp_api.t65 my $c = Sun::Solaris::Lgrp->new(LGRP_VIEW_OS);
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs176 newCONSTSUB(stash, "LGRP_VIEW_OS", newSViv(LGRP_VIEW_OS));
195 # Use LGRP_VIEW_OS as the default view.
198 lgrp_init(lgrp_view_t view = LGRP_VIEW_OS)
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod40 my $cookie = lgrp_init(LGRP_VIEW_OS | LGRP_VIEW_CALLER);
41 my $l = Sun::Solaris::Lgrp->new(LGRP_VIEW_OS | LGRP_VIEW_CALLER);
141 LGRP_VIEW_OS
175 =item lgrp_init([LGRP_VIEW_CALLER | LGRP_VIEW_OS])
182 needed. Unlike L<lgrp_init (3LGRP)>, C<LGRP_VIEW_OS> is assumed as the default if
209 processor sets). When the view is C<LGRP_VIEW_OS>, the snapshot contains what
512 L<lgrp_init()> function. By default uses C<LGRP_VIEW_OS>.
618 LGRP_VER_CURRENT, LGRP_VER_NONE, LGRP_VIEW_CALLER, LGRP_VIEW_OS,
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp_user.h141 LGRP_VIEW_OS /* what's available to operating system */ enumerator
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java52 public static final int LGRP_VIEW_OS = 1; field in LocalityDomain
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c400 if (view != LGRP_VIEW_OS && view != LGRP_VIEW_CALLER) { in lgrp_init()
1110 cookie = lgrp_init(LGRP_VIEW_OS); in lgrp_latency()
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c942 if (view == LGRP_VIEW_OS) in lgrp_generation()
1394 lgrp_snap->ss_view = LGRP_VIEW_OS; in lgrp_snapshot()
1920 lgrp_snap32->ss_view = LGRP_VIEW_OS; in lgrp_snapshot_copy32()
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl131 my $l = Sun::Solaris::Lgrp->new($opt_G ? LGRP_VIEW_OS : LGRP_VIEW_CALLER) or
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemSolver.java248 ldom = new LocalityDomain(LocalityDomain.LGRP_VIEW_OS); in initialize()
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c1350 cookie = lgrp_init(LGRP_VIEW_OS); in main()