Home
last modified time | relevance | path

Searched defs:slabs (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_slab.c49 struct list_head slabs; member
54 pb_slab_reclaim(struct pb_slabs *slabs, struct pb_slab_entry *entry) in pb_slab_reclaim()
77 pb_slabs_reclaim_locked(struct pb_slabs *slabs) in pb_slabs_reclaim_locked()
99 pb_slabs_reclaim_all_locked(struct pb_slabs *slabs) in pb_slabs_reclaim_all_locked()
119 pb_slab_alloc_reclaimed(struct pb_slabs *slabs, unsigned size, unsigned heap, bool reclaim_all) in pb_slab_alloc_reclaimed()
193 pb_slab_alloc(struct pb_slabs *slabs, unsigned size, unsigned heap) in pb_slab_alloc()
205 pb_slab_free(struct pb_slabs* slabs, struct pb_slab_entry *entry) in pb_slab_free()
219 pb_slabs_reclaim(struct pb_slabs *slabs) in pb_slabs_reclaim()
234 pb_slabs_init(struct pb_slabs *slabs, in pb_slabs_init()
283 pb_slabs_deinit(struct pb_slabs *slabs) in pb_slabs_deinit()
Dpb_bufmgr_slab.c124 struct list_head slabs; member
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.c93 struct pb_slabs *slabs = &bo_slabs[i]; in get_slabs() local
561 struct pb_slabs *slabs = screen->pb.bo_slabs; in zink_bo_create() local
596 struct pb_slabs *slabs = get_slabs(screen, alloc_size, flags); in zink_bo_create() local
1177 struct pb_slabs *slabs = screen->pb.bo_slabs; in bo_slab_alloc() local
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_helpers.h175 struct nine_range **slabs; member
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c643 struct pb_slabs *slabs = &ws->bo_slabs[i]; in get_slabs() local
666 struct pb_slabs *slabs; in amdgpu_bo_slab_destroy() local
1384 struct pb_slabs *slabs = get_slabs(ws, alloc_size); in amdgpu_bo_create() local
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c578 struct pb_slabs *slabs = &bufmgr->bo_slabs[i]; in get_slabs() local
671 struct pb_slabs *slabs = bufmgr->bo_slabs; in iris_slab_alloc() local
820 struct pb_slabs *slabs = get_slabs(bufmgr, alloc_size); in alloc_bo_from_slabs() local
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h39975 int slabs; member