Lines Matching defs:gc

5 inline static int premaster_or_master_gc(NewGC *gc) {  in premaster_or_master_gc()
8 inline static int premaster_or_place_gc(NewGC *gc) { in premaster_or_place_gc()
11 inline static int postmaster_and_master_gc(NewGC *gc) { in postmaster_and_master_gc()
14 inline static int postmaster_and_place_gc(NewGC *gc) { in postmaster_and_place_gc()
19 NewGC *gc = GC_get_GC(); in GC_is_place() local
30 # define premaster_or_master_gc(gc) 1 argument
31 # define premaster_or_place_gc(gc) 1 argument
32 # define postmaster_and_master_gc(gc) 0 argument
33 # define postmaster_and_place_gc(gc) 1 argument
56 static FILE* gcdebugOUT(NewGC *gc) { in gcdebugOUT()
67 static void GCVERBOSEprintf(NewGC *gc, const char *fmt, ...) { in GCVERBOSEprintf()
74 static void GCVERBOSEPAGE(NewGC *gc, const char *msg, mpage* page) { in GCVERBOSEPAGE()
78 # define GCVERBOSEPAGE(gc, msg, page) /* EMPTY */ argument
79 MAYBE_UNUSED static void GCVERBOSEprintf(NewGC *gc, const char *fmt, ...) { in GCVERBOSEprintf()
95 NewGC *gc = GC_get_GC(); in GC_allow_master_gc_check() local
171 NewGC *gc = GC_get_GC(); in collect_master() local
196 static void sync_master_progress(NewGC *gc, int done, Log_Master_Info *lmi) { in sync_master_progress()
255 static void wait_until_master_in_progress(NewGC *gc) { in wait_until_master_in_progress()
259 static void wait_while_master_in_progress(NewGC *gc, Log_Master_Info *lmi) { in wait_while_master_in_progress()
309 NewGC *gc = GC_get_GC(); in GC_set_put_external_event_fd() local
328 NewGC *gc = MASTERGC; in GC_construct_child_gc() local
338 NewGC *gc = GC_get_GC(); in GC_destruct_child_gc() local
377 static inline void save_globals_to_gc(NewGC *gc) { in save_globals_to_gc()
383 static inline void restore_globals_from_gc(NewGC *gc) { in restore_globals_from_gc()
393 NewGC *gc = GC_get_GC(); in GC_switch_out_master_gc() local
420 NewGC *gc = GC_get_GC(); in GC_switch_to_master_gc() local
434 void GC_switch_back_from_master(void *gc) { in GC_switch_back_from_master()
486 static void check_page_owner(NewGC *gc, const void *p) in check_page_owner()
504 static void check_page_owner(NewGC *gc, const void *p) { } in check_page_owner()
514 NewGC *gc = GC_get_GC(); in GC_propagate_hierarchy_memory_use() local