Searched refs:top_half_reg_cache (Results 1 – 1 of 1) sorted by relevance
286 static kmem_cache_t *top_half_reg_cache; variable2733 reg = (usb_interrupt_registers_t *)kmem_cache_alloc(top_half_reg_cache, SLAB_ATOMIC); in etrax_usb_hc_interrupt_top_half()2786 kmem_cache_free(top_half_reg_cache, reg); in etrax_usb_hc_interrupt_bottom_half()3701 top_half_reg_cache = kmem_cache_create("top_half_reg_cache", in etrax_usb_hc_init()3704 assert(top_half_reg_cache != NULL); in etrax_usb_hc_init()