Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlgc.c1328 lu_mem numobjs; in entergen() local
1331 numobjs = atomic(L); /* propagates all and then do the atomic stuff */ in entergen()
1334 return numobjs; in entergen()
1447 lu_mem numobjs = fullgen(L, g); /* do a major collection */ in genstep() local
1454 g->lastatomic = numobjs; /* signal that last collection was bad */ in genstep()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_send.c649 dump_freeobjects(dmu_send_cookie_t *dscp, uint64_t firstobj, uint64_t numobjs) in dump_freeobjects() argument
665 if (maxobj < firstobj + numobjs) in dump_freeobjects()
666 numobjs = maxobj - firstobj; in dump_freeobjects()
689 drrfo->drr_numobjs += numobjs; in dump_freeobjects()
703 drrfo->drr_numobjs = numobjs; in dump_freeobjects()