Home
last modified time | relevance | path

Searched refs:bitmap_weight (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dbitmap.h86 bitmap_weight(const unsigned long *bitmap, size_t nbits) in bitmap_weight() function
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gfx.c230 bitmap_weight(adev->gfx.mec.queue_bitmap, AMDGPU_MAX_COMPUTE_QUEUES); in amdgpu_gfx_compute_queue_acquire()
257 bitmap_weight(adev->gfx.me.queue_bitmap, AMDGPU_MAX_GFX_QUEUES); in amdgpu_gfx_graphics_queue_acquire()
H A Damdgpu_gfx_v8_0.c6281 if (!bitmap_weight(adev->gfx.pipe_reserve_bitmap, AMDGPU_MAX_COMPUTE_QUEUES)) { in gfx_v8_0_pipe_reserve_resources()
H A Damdgpu_gfx_v9_0.c5087 if (!bitmap_weight(adev->gfx.pipe_reserve_bitmap, AMDGPU_MAX_COMPUTE_QUEUES)) { in gfx_v9_0_pipe_reserve_resources()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c93 return bitmap_weight(dqm->dev->shared_resources.queue_bitmap, in get_queues_num()