Searched refs:allocation (Results 1 – 9 of 9) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvPCIMEM.c | 117 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 D | drvPCIMEM.c | 131 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 D | drvPCIMEM.h | 118 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 D | eno.cocci | 1 /// 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 D | drvPCIMEM.h | 110 MS_U32 allocation; member
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 1671 /* 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 D | lex.zconf.c_shipped | 1988 /* 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 D | lex.c_shipped | 1881 /* 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 D | apiVDEC_EX.c.0 | 9613 … 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__);
|