Searched refs:gc_prev (Results 1 – 7 of 7) sorted by relevance
259 union _gc_head_old *gc_prev; member269 union _gc_head *gc_prev; member292 g->gc.gc_prev = _PyGC_generation0->gc.gc_prev; \293 g->gc.gc_prev->gc.gc_next = g; \294 _PyGC_generation0->gc.gc_prev = 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; \
223 list->gc.gc_prev = list; in gc_list_init()240 node->gc.gc_prev = list->gc.gc_prev;241 node->gc.gc_prev->gc.gc_next = node;242 list->gc.gc_prev = 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()263 PyGC_Head *current_prev = node->gc.gc_prev; in gc_list_move()267 current_next->gc.gc_prev = current_prev; in gc_list_move()269 new_prev = node->gc.gc_prev = list->gc.gc_prev; in gc_list_move()270 new_prev->gc.gc_next = list->gc.gc_prev = node; in gc_list_move()[all …]
9 union _gc_head *gc_prev; member
2449 _Py_AS_GC(op)->gc.gc_prev = (PyGC_Head *)_PyTrash_delete_later; in _PyTrash_deposit_object()2461 _Py_AS_GC(op)->gc.gc_prev = (PyGC_Head *) tstate->trash_delete_later; in _PyTrash_thread_deposit_object()2476 (PyObject*) _Py_AS_GC(op)->gc.gc_prev; in _PyTrash_destroy_chain()2501 (PyObject*) _Py_AS_GC(op)->gc.gc_prev; in _PyTrash_thread_destroy_chain()