Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgsgc.h72 void proc(vm_spaces *pspaces, bool global)
99 #define GS_RECLAIM(pspaces, global) ((pspaces)->vm_reclaim(pspaces, global)) argument
101 #define gs_reclaim(pspaces, global) GS_RECLAIM(pspaces, global) argument
H A Dgsnogc.c310 gs_nogc_reclaim(vm_spaces * pspaces, bool global) in gs_nogc_reclaim() argument
315 for (space = 0; space < countof(pspaces->memories.indexed); ++space) { in gs_nogc_reclaim()
316 gs_ref_memory_t *mem = pspaces->memories.indexed[space]; in gs_nogc_reclaim()
H A Dzcontext.c241 context_reclaim(vm_spaces * pspaces, bool global) in context_reclaim() argument
253 for (i = countof(pspaces->memories.indexed) - 1; psched == 0 && i > 0; --i) { in context_reclaim()
254 gs_ref_memory_t *mem = pspaces->memories.indexed[i]; in context_reclaim()
286 psched->save_vm_reclaim(pspaces, global); in context_reclaim()
H A Digc.c155 gs_gc_reclaim(vm_spaces * pspaces, bool global) in gs_gc_reclaim() argument
184 spaces = *pspaces; in gs_gc_reclaim()