Home
last modified time | relevance | path

Searched refs:SLAB_KERNEL (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvPorts.h167 #define SLAB_KERNEL 0 //unmeaning macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvPorts.h210 #define SLAB_KERNEL 0 //unmeaning macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvPCIMEM.c124 if (!(pPool = (struct ms_mem_pool*) kmalloc (sizeof (*pPool), SLAB_KERNEL))) in ms_mem_pool_create()
H A DdrvEhciHcd.c2354 if ((iRetval = ms_ehci_mem_init (ehci, SLAB_KERNEL)) < 0) in ms_ehci_begin()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvPCIMEM.c156 if (!(retval = (struct pci_pool*) kmalloc (sizeof (*retval), SLAB_KERNEL))) in pci_pool_create()
H A DdrvEhciHcd.c6904 if ((retval = ehci_mem_init (ehci, SLAB_KERNEL)) < 0) in ehci_start()