Searched refs:oz_urb_link_cache (Results 1 – 1 of 1) sorted by relevance
70 static struct kmem_cache *oz_urb_link_cache; variable262 return kmem_cache_alloc(oz_urb_link_cache, GFP_ATOMIC); in oz_alloc_urb_link()273 kmem_cache_free(oz_urb_link_cache, urbl); in oz_free_urb_link()2257 oz_urb_link_cache = KMEM_CACHE(oz_urb_link, 0); in oz_hcd_init()2258 if (!oz_urb_link_cache) in oz_hcd_init()2300 kmem_cache_destroy(oz_urb_link_cache); in oz_hcd_term()