Home
last modified time | relevance | path

Searched refs:numobjs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlgc.c1331 lu_mem numobjs; in entergen() local
1334 numobjs = atomic(L); /* propagates all and then do the atomic stuff */ in entergen()
1337 return numobjs; in entergen()
1450 lu_mem numobjs = fullgen(L, g); /* do a major collection */ in genstep() local
1457 g->lastatomic = numobjs; /* signal that last collection was bad */ in genstep()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_send.c426 dump_freeobjects(dmu_sendarg_t *dsp, uint64_t firstobj, uint64_t numobjs) in dump_freeobjects() argument
449 drrfo->drr_numobjs += numobjs; in dump_freeobjects()
463 drrfo->drr_numobjs = numobjs; in dump_freeobjects()