Lines Matching refs:to_free
290 struct epitems_head *to_free = head; in unlist_file() local
296 to_free = NULL; in unlist_file()
300 free_ephead(to_free); in unlist_file()
691 struct epitems_head *to_free; in ep_remove() local
703 to_free = NULL; in ep_remove()
711 to_free = v; in ep_remove()
716 free_ephead(to_free); in ep_remove()
1412 struct epitems_head *to_free = NULL; in attach_epitem() local
1423 to_free = kmem_cache_zalloc(ephead_cache, GFP_KERNEL); in attach_epitem()
1424 if (!to_free) in attach_epitem()
1426 head = &to_free->epitems; in attach_epitem()
1435 to_free = NULL; in attach_epitem()
1439 free_ephead(to_free); in attach_epitem()