Home
last modified time | relevance | path

Searched refs:descendents (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.callg.blurb2 The sum of self and descendents is the major sort
12 descendents.
17 descendents
18 the number of seconds spent in the descendents of
40 descendents*
H A Dgprof.flat.blurb21 ms/call function and its descendents per call, if this
/illumos-gate/usr/src/lib/pyzfs/common/
H A Ddataset.py156 def descendents(self): member in Dataset
167 for child in ds.descendents():
229 for child in parent.descendents():
H A Dallow.py397 for child in ds.descendents():
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java274 private void getGroups(LocalityGroup group, Set descendents) in getGroups() argument
283 getGroups(child, descendents); in getGroups()
285 descendents.addAll(children); in getGroups()