mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
Currently, bitmap allocator reuses identifier "nvgpu_bitmap_alloc" for an allocation function and as bitmap rbtree node struct. Renaming the allocation function to "nvgpu_bitmap_balloc". Also, renaming fixed allocation function to "nvgpu_bitmap_balloc_fixed" for consistency. Jira NVGPU-3335 Change-Id: I6fe616db5137b2d4e2795a84ae5eafd527f0dba5 Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2110714 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>