Home
last modified time | relevance | path

Searched refs:allocation (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvPCIMEM.c117 size_t size, size_t align, size_t allocation) in pci_pool_create() argument
148 if (allocation == 0) { in pci_pool_create()
150 allocation = size; in pci_pool_create()
152 allocation = PAGE_SIZE; in pci_pool_create()
153 } else if (allocation < size) in pci_pool_create()
179 retval->allocation = allocation; in pci_pool_create()
180 retval->blocks_per_page = allocation / size; in pci_pool_create()
181 …ize=%d,allocation=%d bytes, %d blocks per page", retval->size, retval->allocation, retval->blocks_… in pci_pool_create()
442 if (dma < (page->dma + pool->allocation)) in pool_find_page()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvPCIMEM.c131 pPool->allocation = U32CrossLimit; in ms_mem_pool_create()
134 pPool->size, pPool->allocation, pPool->blocks_per_page); in ms_mem_pool_create()
309 if (dma_addr < (ms_page->dma + pMem_pool->allocation)) in ms_mem_pool_free()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvPCIMEM.h118 size_t allocation; member
134 size_t size, size_t align, size_t allocation);
/utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/null/
H A Deno.cocci1 /// The various basic memory allocation functions don't return ERR_PTR
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvPCIMEM.h110 MS_U32 allocation; member
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped1671 /* First allocation is just for 2 elements, since we don't know if this
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlex.zconf.c_shipped1988 /* First allocation is just for 2 elements, since we don't know if this
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped1881 /* First allocation is just for 2 elements, since we don't know if this
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c.09613 … VDEC_PRINT("[%s]SHM allocation failed!!!use global structure instead !!!\n",__FUNCTION__);
9696 VDEC_PRINT("[%s]MVD SHM allocation failed!\n",__FUNCTION__);
9702 VDEC_PRINT("[%s]HVD SHM allocation failed!\n",__FUNCTION__);