Searched refs:tp_prev (Results 1 – 2 of 2) sorted by relevance
141 if (tp->tp_next == NULL && tp->tp_prev == NULL) { in inc_count()146 type_list->tp_prev = tp; in inc_count()176 if (tp->tp_prev) in dec_count()177 tp->tp_prev->tp_next = tp->tp_next; in dec_count()181 tp->tp_next->tp_prev = tp->tp_prev; in dec_count()182 tp->tp_next = tp->tp_prev = NULL; in dec_count()
408 struct _typeobject *tp_prev; member