Searched refs:gc_next (Results 1 – 6 of 6) sorted by relevance
224 list->gc.gc_next = list; in gc_list_init()230 return (list->gc.gc_next == list); in gc_list_is_empty()239 node->gc.gc_next = list;241 node->gc.gc_prev->gc.gc_next = node;250 node->gc.gc_prev->gc.gc_next = node->gc.gc_next; in gc_list_remove()251 node->gc.gc_next->gc.gc_prev = node->gc.gc_prev; in gc_list_remove()252 node->gc.gc_next = NULL; /* object is not currently tracked */ in gc_list_remove()264 PyGC_Head *current_next = node->gc.gc_next; in gc_list_move()266 current_prev->gc.gc_next = current_next; in gc_list_move()270 new_prev->gc.gc_next = list->gc.gc_prev = node; in gc_list_move()[all …]
258 union _gc_head_old *gc_next; member268 union _gc_head *gc_next; member291 g->gc.gc_next = _PyGC_generation0; \293 g->gc.gc_prev->gc.gc_next = g; \305 g->gc.gc_prev->gc.gc_next = g->gc.gc_next; \306 g->gc.gc_next->gc.gc_prev = g->gc.gc_prev; \307 g->gc.gc_next = NULL; \
8 union _gc_head *gc_next; member