Searched refs:tc_p (Results 1 – 1 of 1) sorted by relevance
324 struct talloc_chunk *tc_p, *new_p; in talloc_unlink() local349 tc_p = talloc_chunk_from_ptr(ptr); in talloc_unlink()351 if (tc_p->refs == NULL) { in talloc_unlink()355 new_p = talloc_parent_chunk(tc_p->refs); in talloc_unlink()
Completed in 4 milliseconds