Lines Matching refs:trash
100 struct pt_section_list *trash; in pt_section_list_free_tail() local
102 trash = list; in pt_section_list_free_tail()
105 pt_section_list_free(trash); in pt_section_list_free_tail()
279 struct pt_section_list *trash; in pt_image_remove() local
283 trash = *list; in pt_image_remove()
284 msec = &trash->section; in pt_image_remove()
297 *list = trash->next; in pt_image_remove()
298 pt_section_list_free(trash); in pt_image_remove()
391 struct pt_section_list *trash; in pt_image_remove_by_filename() local
394 trash = *list; in pt_image_remove_by_filename()
395 msec = &trash->section; in pt_image_remove_by_filename()
403 list = &trash->next; in pt_image_remove_by_filename()
411 *list = trash->next; in pt_image_remove_by_filename()
412 pt_section_list_free(trash); in pt_image_remove_by_filename()
416 list = &trash->next; in pt_image_remove_by_filename()
440 struct pt_section_list *trash; in pt_image_remove_by_asid() local
442 trash = *list; in pt_image_remove_by_asid()
443 msec = &trash->section; in pt_image_remove_by_asid()
451 list = &trash->next; in pt_image_remove_by_asid()
455 *list = trash->next; in pt_image_remove_by_asid()
456 pt_section_list_free(trash); in pt_image_remove_by_asid()