Searched refs:sweeplist (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/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()
|
| /freebsd/contrib/lua/src/ |
| H A D | lgc.c | 824 static GCObject **sweeplist (lua_State *L, GCObject **p, int countin, in sweeplist() function 854 p = sweeplist(L, p, 1, NULL); in sweeptolive() 1573 g->sweepgc = sweeplist(L, g->sweepgc, GCSWEEPMAX, &count); in sweepstep()
|