Searched refs:num_heaps (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_cache.h | 58 unsigned num_heaps; member in struct:pb_cache 75 void pb_cache_init(struct pb_cache *mgr, uint num_heaps,
|
| H A D | pb_slab.h | 117 unsigned num_heaps; member in struct:pb_slabs 146 unsigned num_heaps,
|
| H A D | pb_cache.c | 95 for (i = 0; i < mgr->num_heaps; i++) 157 assert(bucket_index < mgr->num_heaps); 234 for (i = 0; i < mgr->num_heaps; i++) { 253 assert(bucket_index < mgr->num_heaps); 265 * @param num_heaps Number of separate caches/buckets indexed by bucket_index 280 pb_cache_init(struct pb_cache *mgr, uint num_heaps, argument 288 mgr->buckets = CALLOC(num_heaps, sizeof(struct list_head)); 292 for (i = 0; i < num_heaps; i++) 298 mgr->num_heaps = num_heaps; [all...] |
| H A D | pb_slab.c | 107 assert(heap < slabs->num_heaps); 194 unsigned num_heaps, 208 slabs->num_heaps = num_heaps; 217 num_groups = slabs->num_orders * slabs->num_heaps; 192 pb_slabs_init(struct pb_slabs * slabs,unsigned min_order,unsigned max_order,unsigned num_heaps,void * priv,slab_can_reclaim_fn * can_reclaim,slab_alloc_fn * slab_alloc,slab_free_fn * slab_free) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_slab.h | 119 unsigned num_heaps; member in struct:pb_slabs 149 unsigned num_heaps, bool allow_three_fourth_allocations,
|
| H A D | pb_cache.c | 95 for (i = 0; i < mgr->num_heaps; i++) 157 assert(bucket_index < mgr->num_heaps); 234 for (i = 0; i < mgr->num_heaps; i++) { 253 assert(bucket_index < mgr->num_heaps); 265 * @param num_heaps Number of separate caches/buckets indexed by bucket_index 280 pb_cache_init(struct pb_cache *mgr, uint num_heaps, argument 289 mgr->buckets = CALLOC(num_heaps, sizeof(struct list_head)); 293 for (i = 0; i < num_heaps; i++) 300 mgr->num_heaps = num_heaps; [all...] |
| H A D | pb_cache.h | 60 unsigned num_heaps; member in struct:pb_cache 77 void pb_cache_init(struct pb_cache *mgr, uint num_heaps,
|
| H A D | pb_slab.c | 127 assert(heap < slabs->num_heaps); 215 unsigned num_heaps, bool allow_three_fourth_allocations, 229 slabs->num_heaps = num_heaps; 239 num_groups = slabs->num_orders * slabs->num_heaps * 213 pb_slabs_init(struct pb_slabs * slabs,unsigned min_order,unsigned max_order,unsigned num_heaps,bool allow_three_fourth_allocations,void * priv,slab_can_reclaim_fn * can_reclaim,slab_alloc_fn * slab_alloc,slab_free_fn * slab_free) argument
|
Completed in 9 milliseconds