Home
last modified time | relevance | path

Searched refs:lgroup (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod41 # initialize lgroup interface
179 The function initializes the lgroup interface and takes a snapshot of the lgroup
181 representing this snapshot of the lgroup hierarchy. This cookie should be used
182 with other routines in the lgroup interface needing the lgroup hierarchy. The
194 The function takes a cookie, frees the snapshot of the lgroup hierarchy created
196 this function is called, the cookie returned by the lgroup interface might no
206 The function takes a cookie representing the snapshot of the lgroup hierarchy
207 and returns the snapshot's view of the lgroup hierarchy.
215 lgroup hierarchy represented by the given cookie. Otherwise, B<undef> is
222 Returns the home lgroup for the given process or thread. The B<$idtype> argument
[all …]
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java586 private LocalityGroup lgroup; field in LGroupData
591 lgroup = l; in LGroupData()
592 int numcpuinlgroup = lgroup.getCPUIDs().length; in LGroupData()
751 LocalityGroup lgroup = (LocalityGroup) groupIt.next(); in calcqA() local
752 if (lgroupdata.containsKey(lgroup)) { in calcqA()
754 (LGroupData) lgroupdata.get(lgroup); in calcqA()
755 ResultTuple rst = (ResultTuple) results.get(lgroup); in calcqA()
777 results.put(lgroup, rst); in calcqA()
796 LocalityGroup lgroup = (LocalityGroup) groupIt.next(); in calcResults() local
797 if (lgroup.getCPUIDs().length != 0) { in calcResults()
[all …]
/titanic_44/usr/src/lib/libshare/common/
H A Dlibsharecore.c1450 sa_group_t lgroup; in parse_sharetab() local
1459 lgroup = sa_get_group(handle, "default"); in parse_sharetab()
1509 share = _sa_add_share(lgroup, in parse_sharetab()
1539 share = _sa_add_share(lgroup, tmplist->path, in parse_sharetab()