Searched refs:pspaces (Results 1 – 4 of 4) sorted by relevance
72 void proc(vm_spaces *pspaces, bool global)99 #define GS_RECLAIM(pspaces, global) ((pspaces)->vm_reclaim(pspaces, global)) argument101 #define gs_reclaim(pspaces, global) GS_RECLAIM(pspaces, global) argument
310 gs_nogc_reclaim(vm_spaces * pspaces, bool global) in gs_nogc_reclaim() argument315 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()
241 context_reclaim(vm_spaces * pspaces, bool global) in context_reclaim() argument253 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()
155 gs_gc_reclaim(vm_spaces * pspaces, bool global) in gs_gc_reclaim() argument184 spaces = *pspaces; in gs_gc_reclaim()