Home
last modified time | relevance | path

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

/Linux-v5.4/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()
/Linux-v5.4/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()
/Linux-v5.4/arch/s390/pci/
Dpci_dma.c591 goto free_bitmap; in zpci_dma_init_device()
598 goto free_bitmap; in zpci_dma_init_device()
601 free_bitmap: in zpci_dma_init_device()
/Linux-v5.4/fs/btrfs/
Dfree-space-cache.c1881 static void free_bitmap(struct btrfs_free_space_ctl *ctl, in free_bitmap() function
1929 free_bitmap(ctl, bitmap_info); in remove_from_bitmap()
1963 free_bitmap(ctl, bitmap_info); in remove_from_bitmap()
2234 free_bitmap(ctl, bitmap); in steal_from_bitmap_to_end()
2287 free_bitmap(ctl, bitmap); in steal_from_bitmap_to_front()
2587 free_bitmap(ctl, info); in __btrfs_remove_free_space_cache_locked()
2644 free_bitmap(ctl, entry); in btrfs_find_space_for_alloc()
3323 free_bitmap(ctl, entry); in trim_bitmaps()
3463 free_bitmap(ctl, entry); in btrfs_find_ino_for_alloc()
/Linux-v5.4/kernel/events/
Duprobes.c1503 goto free_bitmap; in __create_xol_area()
1517 free_bitmap: in __create_xol_area()
/Linux-v5.4/block/
Dblk-mq.c2392 goto free_bitmap; in blk_mq_alloc_hctx()
2400 free_bitmap: in blk_mq_alloc_hctx()