Home
last modified time | relevance | path

Searched refs:gcmajorinc (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstate.h140 int gcmajorinc; /* pause between major collections (only in gen. mode) */ member
H A Dlstate.c303 g->gcmajorinc = LUAI_GCMAJOR; in lua_newstate()
H A Dlapi.c1070 res = g->gcmajorinc; in lua_gc()
1071 g->gcmajorinc = data; in lua_gc()
H A Dlgc.c1128 if (gettotalbytes(g) > (estimate / 100) * g->gcmajorinc) in generationalcollection()