Lines Matching refs:ctf_str_pending_ref
117 if (!fp->ctf_str_pending_ref) in ctf_str_create_atoms()
118 fp->ctf_str_pending_ref = ctf_dynset_create (htab_hash_pointer, in ctf_str_create_atoms()
121 if (!fp->ctf_str_pending_ref) in ctf_str_create_atoms()
135 ctf_dynset_destroy (fp->ctf_str_pending_ref); in ctf_str_create_atoms()
136 fp->ctf_str_pending_ref = NULL; in ctf_str_create_atoms()
149 ctf_dynset_destroy (fp->ctf_str_pending_ref); in ctf_str_free_atoms()
184 ctf_dynset_remove (fp->ctf_str_pending_ref, (void *) ref); in ctf_str_add_ref_internal()
217 if (ctf_dynset_insert (fp->ctf_str_pending_ref, (void *) ref) < 0) in ctf_str_add_ref_internal()
222 ctf_dynset_remove (fp->ctf_str_pending_ref, (void *) ref); in ctf_str_add_ref_internal()
302 if (ctf_dynset_insert (fp->ctf_str_pending_ref, (void *) new_ref) < 0) in ctf_str_move_pending()
305 ctf_dynset_remove (fp->ctf_str_pending_ref, in ctf_str_move_pending()
371 ctf_dynset_remove (fp->ctf_str_pending_ref, (void *) ref); in ctf_str_remove_ref()