Home
last modified time | relevance | path

Searched refs:SLAB_FLAG (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/cris/drivers/
Dusb-host.c196 #define SLAB_FLAG (in_interrupt() ? SLAB_ATOMIC : SLAB_KERNEL) macro
1762 sb_desc = (USB_SB_Desc_t*)kmem_cache_alloc(usb_desc_cache, SLAB_FLAG); in etrax_usb_add_to_bulk_sb_list()
2098 sb_desc_setup = (USB_SB_Desc_t*)kmem_cache_alloc(usb_desc_cache, SLAB_FLAG); in etrax_usb_add_to_ctrl_sb_list()
2100 sb_desc_status = (USB_SB_Desc_t*)kmem_cache_alloc(usb_desc_cache, SLAB_FLAG); in etrax_usb_add_to_ctrl_sb_list()
2123 sb_desc_data = (USB_SB_Desc_t*)kmem_cache_alloc(usb_desc_cache, SLAB_FLAG); in etrax_usb_add_to_ctrl_sb_list()
2151 sb_desc_data = (USB_SB_Desc_t*)kmem_cache_alloc(usb_desc_cache, SLAB_FLAG); in etrax_usb_add_to_ctrl_sb_list()
2388 kmem_cache_alloc(usb_desc_cache, SLAB_FLAG); in etrax_usb_add_to_intr_sb_list()
2390 kmem_cache_alloc(usb_desc_cache, SLAB_FLAG); in etrax_usb_add_to_intr_sb_list()
2534 next_sb_desc = (USB_SB_Desc_t*)kmem_cache_alloc(usb_desc_cache, SLAB_FLAG); in etrax_usb_add_to_isoc_sb_list()
2573 next_sb_desc = (USB_SB_Desc_t*)kmem_cache_alloc(usb_desc_cache, SLAB_FLAG); in etrax_usb_add_to_isoc_sb_list()
/linux-2.4.37.9/drivers/usb/host/
Dusb-uhci.c91 #define SLAB_FLAG (in_interrupt () || current->state != TASK_RUNNING ? SLAB_ATOMIC : SLAB_NOIO) macro
1670 urb_priv = kmem_cache_alloc(urb_priv_kmem, SLAB_FLAG); in uhci_submit_urb()