Searched refs:pools (Results 1 – 11 of 11) sorted by relevance
/drivers/net/wireless/iwmc3200wifi/ |
D | tx.c | 90 struct pool_entry *pool = &tx_credit->pools[id]; in iwm_tx_credit_get() 126 pool = &iwm->tx_credit.pools[id]; in iwm_tx_credit_inc() 175 pool = &iwm->tx_credit.pools[id]; in iwm_tx_credit_dec() 264 iwm->tx_credit.pools[i].id = GET_VAL32(page_grp_state, in iwm_tx_credit_init_pools() 266 iwm->tx_credit.pools[i].sid = GET_VAL32(page_grp_state, in iwm_tx_credit_init_pools() 268 iwm->tx_credit.pools[i].min_pages = GET_VAL32(page_grp_state, in iwm_tx_credit_init_pools() 270 iwm->tx_credit.pools[i].max_pages = GET_VAL32(page_grp_state, in iwm_tx_credit_init_pools() 272 iwm->tx_credit.pools[i].alloc_pages = 0; in iwm_tx_credit_init_pools() 273 iwm->tx_credit.pools[i].total_freed_pages = 0; in iwm_tx_credit_init_pools() 275 sid = iwm->tx_credit.pools[i].sid; in iwm_tx_credit_init_pools() [all …]
|
D | debugfs.c | 218 credit->pools[i].id); in iwm_debugfs_tx_credit_read() 221 credit->pools[i].sid); in iwm_debugfs_tx_credit_read() 224 credit->pools[i].min_pages); in iwm_debugfs_tx_credit_read() 227 credit->pools[i].max_pages); in iwm_debugfs_tx_credit_read() 230 credit->pools[i].alloc_pages); in iwm_debugfs_tx_credit_read() 233 credit->pools[i].total_freed_pages); in iwm_debugfs_tx_credit_read()
|
D | iwm.h | 121 struct pool_entry pools[IWM_MACS_OUT_GROUPS]; member
|
/drivers/gpu/ion/ |
D | ion_system_heap.c | 53 struct ion_page_pool **pools; member 67 struct ion_page_pool *pool = heap->pools[order_to_index(order)]; in alloc_buffer_page() 98 struct ion_page_pool *pool = heap->pools[order_to_index(order)]; in free_buffer_page() 263 struct ion_page_pool *pool = sys_heap->pools[i]; in ion_system_heap_shrink() 275 struct ion_page_pool *pool = sys_heap->pools[i]; in ion_system_heap_shrink() 292 struct ion_page_pool *pool = sys_heap->pools[i]; in ion_system_heap_debug_show() 314 heap->pools = kzalloc(sizeof(struct ion_page_pool *) * num_orders, in ion_system_heap_create() 316 if (!heap->pools) in ion_system_heap_create() 327 heap->pools[i] = pool; in ion_system_heap_create() 338 if (heap->pools[i]) in ion_system_heap_create() [all …]
|
/drivers/gpu/drm/ttm/ |
D | ttm_page_alloc_dma.c | 103 struct list_head pools; /* The 'struct device->dma_pools link */ member 154 struct list_head pools; member 170 struct list_head pools; member 516 list_for_each_entry_reverse(p, &_manager->pools, pools) { in ttm_dma_free_pool() 523 list_del(&p->pools); in ttm_dma_free_pool() 528 list_for_each_entry_reverse(pool, &dev->dma_pools, pools) { in ttm_dma_free_pool() 538 list_del(&pool->pools); in ttm_dma_free_pool() 592 INIT_LIST_HEAD(&sec_pool->pools); in ttm_dma_pool_init() 598 INIT_LIST_HEAD(&pool->pools); in ttm_dma_pool_init() 621 list_add(&sec_pool->pools, &_manager->pools); in ttm_dma_pool_init() [all …]
|
D | ttm_page_alloc.c | 116 struct ttm_page_pool pools[NUM_POOLS]; member 272 return &_manager->pools[pool_index]; in ttm_get_pool() 386 total += _manager->pools[i].npages; in ttm_pool_get_num_unused_pages() 409 pool = &_manager->pools[(i + pool_offset)%NUM_POOLS]; in ttm_pool_mm_shrink() 837 ttm_page_pool_free(&_manager->pools[i], FREE_ALL_PAGES); in ttm_page_alloc_fini() 911 p = &_manager->pools[i]; in ttm_page_alloc_debugfs()
|
/drivers/md/ |
D | dm.c | 2727 struct dm_md_mempools *pools = kmalloc(sizeof(*pools), GFP_KERNEL); in dm_alloc_md_mempools() local 2730 if (!pools) in dm_alloc_md_mempools() 2733 pools->io_pool = (type == DM_TYPE_BIO_BASED) ? in dm_alloc_md_mempools() 2736 if (!pools->io_pool) in dm_alloc_md_mempools() 2739 pools->tio_pool = (type == DM_TYPE_BIO_BASED) ? in dm_alloc_md_mempools() 2742 if (!pools->tio_pool) in dm_alloc_md_mempools() 2745 pools->bs = bioset_create(pool_size, 0); in dm_alloc_md_mempools() 2746 if (!pools->bs) in dm_alloc_md_mempools() 2749 if (integrity && bioset_integrity_create(pools->bs, pool_size)) in dm_alloc_md_mempools() 2752 return pools; in dm_alloc_md_mempools() [all …]
|
D | dm.h | 157 void dm_free_md_mempools(struct dm_md_mempools *pools);
|
D | dm-thin.c | 578 struct list_head pools; member 584 INIT_LIST_HEAD(&dm_thin_pool_table.pools); in pool_table_init() 590 list_add(&pool->list, &dm_thin_pool_table.pools); in __pool_table_insert() 605 list_for_each_entry(tmp, &dm_thin_pool_table.pools, list) { in __pool_table_lookup() 621 list_for_each_entry(tmp, &dm_thin_pool_table.pools, list) { in __pool_table_lookup_metadata_dev()
|
/drivers/atm/ |
D | zatm.c | 1034 unsigned long pools; in zatm_int() local 1037 pools = zin(RQA); in zatm_int() 1038 EVENT("RQA (0x%08x)\n",pools,0); in zatm_int() 1039 for (i = 0; pools; i++) { in zatm_int() 1040 if (pools & 1) { in zatm_int() 1044 pools >>= 1; in zatm_int() 1048 unsigned long pools; in zatm_int() local 1050 pools = zin(RQU); in zatm_int() 1052 dev->number,pools); in zatm_int() 1054 for (i = 0; pools; i++) { in zatm_int() [all …]
|
/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 309 * Added generic defines for hot spare pools and RAID
|