Home
last modified time | relevance | path

Searched refs:free_bitmap (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/i915/gt/
Dintel_timeline.c23 u64 free_bitmap; member
84 hwsp->free_bitmap = ~0ull; in hwsp_alloc()
91 GEM_BUG_ON(!hwsp->free_bitmap); in hwsp_alloc()
92 *cacheline = __ffs64(hwsp->free_bitmap); in hwsp_alloc()
93 hwsp->free_bitmap &= ~BIT_ULL(*cacheline); in hwsp_alloc()
94 if (!hwsp->free_bitmap) in hwsp_alloc()
111 if (!hwsp->free_bitmap) in __idle_hwsp_free()
114 GEM_BUG_ON(cacheline >= BITS_PER_TYPE(hwsp->free_bitmap)); in __idle_hwsp_free()
115 hwsp->free_bitmap |= BIT_ULL(cacheline); in __idle_hwsp_free()
118 if (hwsp->free_bitmap == ~0ull) { in __idle_hwsp_free()
/drivers/net/ethernet/mellanox/mlx4/
Dqp.c575 goto free_bitmap; in mlx4_create_zones()
585 goto free_bitmap; in mlx4_create_zones()
594 goto free_bitmap; in mlx4_create_zones()
605 goto free_bitmap; in mlx4_create_zones()
719 goto free_bitmap; in mlx4_create_zones()
725 free_bitmap: in mlx4_create_zones()