Searched refs:sweeplist (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lgc.c | 689 #define sweepwholelist(L,p) sweeplist(L,p,MAX_LUMEM) 690 static GCObject **sweeplist (lua_State *L, GCObject **p, lu_mem count); 718 static GCObject **sweeplist (lua_State *L, GCObject **p, lu_mem count) { in sweeplist() function 762 p = sweeplist(L, p, 1); in sweeptolive() 1078 g->sweepfin = sweeplist(L, g->sweepfin, GCSWEEPMAX); in singlestep() 1088 g->sweepgc = sweeplist(L, g->sweepgc, GCSWEEPMAX); in singlestep() 1094 sweeplist(L, &mt, 1); in singlestep()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lgc.c | 404 #define sweepwholelist(L,p) sweeplist(L,p,MAX_LUMEM) 407 static GCObject **sweeplist (lua_State *L, GCObject **p, lu_mem count) { in sweeplist() function 583 g->sweepgc = sweeplist(L, g->sweepgc, GCSWEEPMAX); in singlestep()
|