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

/freebsd-13-stable/contrib/lua/src/
H A Dlgc.c1294 lu_mem numobjs; local
1297 numobjs = atomic(L); /* propagates all and then do the atomic stuff */
1299 return numobjs;
1421 lu_mem numobjs = fullgen(L, g); /* do a major collection */ local
1428 g->lastatomic = numobjs; /* signal that last collection was bad */
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddmu_send.c633 dump_freeobjects(dmu_send_cookie_t *dscp, uint64_t firstobj, uint64_t numobjs) argument
649 if (maxobj < firstobj + numobjs)
650 numobjs = maxobj - firstobj;
673 drrfo->drr_numobjs += numobjs;
687 drrfo->drr_numobjs = numobjs;

Completed in 111 milliseconds