/src/usr.bin/xlint/lint1/ |
mem1.c | 161 struct memory_pool *pools; member in struct:memory_pools 165 /* Array of memory pools, indexed by mem_block_level. */ 254 mpools.pools = xrealloc(mpools.pools, 255 sizeof(*mpools.pools) * mpools.cap); 257 mpools.pools[i] = (memory_pool){ NULL, 0, 0 }; 259 return mpools.pools + level;
|
mem1.c | 161 struct memory_pool *pools; member in struct:memory_pools 165 /* Array of memory pools, indexed by mem_block_level. */ 254 mpools.pools = xrealloc(mpools.pools, 255 sizeof(*mpools.pools) * mpools.cap); 257 mpools.pools[i] = (memory_pool){ NULL, 0, 0 }; 259 return mpools.pools + level;
|
/src/sys/external/bsd/drm2/dist/drm/ttm/ |
ttm_page_alloc.c | 101 * struct ttm_pool_manager - Holds memory pools for fst allocation 111 * @pools: All pool objects in use. 119 struct ttm_page_pool pools[NUM_POOLS]; member in union:ttm_pool_manager::__anon7afb275e010a 248 return &_manager->pools[pool_index]; 404 pool = &_manager->pools[(i + pool_offset)%NUM_POOLS]; 427 pool = &_manager->pools[i]; 1027 ttm_page_pool_free(&_manager->pools[i], FREE_ALL_PAGES, true); 1186 p = &_manager->pools[i];
|
ttm_page_alloc.c | 101 * struct ttm_pool_manager - Holds memory pools for fst allocation 111 * @pools: All pool objects in use. 119 struct ttm_page_pool pools[NUM_POOLS]; member in union:ttm_pool_manager::__anon7afb275e010a 248 return &_manager->pools[pool_index]; 404 pool = &_manager->pools[(i + pool_offset)%NUM_POOLS]; 427 pool = &_manager->pools[i]; 1027 ttm_page_pool_free(&_manager->pools[i], FREE_ALL_PAGES, true); 1186 p = &_manager->pools[i];
|
ttm_page_alloc_dma.c | 30 * over the DMA pools: 75 * The pool structure. There are up to nine pools: 84 * @pools: The 'struct device->dma_pools' link. 90 * @dev: The device that is associated with these pools. 102 struct list_head pools; /* The 'struct device->dma_pools link */ member in struct:dma_pool 147 * DMA pools. Guarded by _mutex->lock. 148 * @pools: The link to 'struct ttm_pool_manager->pools' 153 struct list_head pools; member in struct:device_pools 159 * struct ttm_pool_manager - Holds memory pools for fast allocatio 169 struct list_head pools; member in struct:ttm_pool_manager [all...] |
ttm_page_alloc_dma.c | 30 * over the DMA pools: 75 * The pool structure. There are up to nine pools: 84 * @pools: The 'struct device->dma_pools' link. 90 * @dev: The device that is associated with these pools. 102 struct list_head pools; /* The 'struct device->dma_pools link */ member in struct:dma_pool 147 * DMA pools. Guarded by _mutex->lock. 148 * @pools: The link to 'struct ttm_pool_manager->pools' 153 struct list_head pools; member in struct:device_pools 159 * struct ttm_pool_manager - Holds memory pools for fast allocatio 169 struct list_head pools; member in struct:ttm_pool_manager [all...] |
/src/sys/dev/raidframe/ |
rf_raid.h | 308 struct RF_Pools_s pools; member in struct:RF_Raid_s
|
rf_raid.h | 308 struct RF_Pools_s pools; member in struct:RF_Raid_s
|