Home
last modified time | relevance | path

Searched refs:bitmap_free (Results 1 – 25 of 166) sorted by relevance

1234567

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Ddm.c88 bitmap_free(dm->header_encap_sw_icm_alloc_blocks); in mlx5_dm_create()
91 bitmap_free(dm->header_modify_sw_icm_alloc_blocks); in mlx5_dm_create()
94 bitmap_free(dm->steering_sw_icm_alloc_blocks); in mlx5_dm_create()
113 bitmap_free(dm->steering_sw_icm_alloc_blocks); in mlx5_dm_cleanup()
121 bitmap_free(dm->header_modify_sw_icm_alloc_blocks); in mlx5_dm_cleanup()
129 bitmap_free(dm->header_encap_sw_icm_alloc_blocks); in mlx5_dm_cleanup()
137 bitmap_free(dm->header_modify_pattern_sw_icm_alloc_blocks); in mlx5_dm_cleanup()
Dcrypto.c327 bitmap_free(bulk->in_use); in mlx5_crypto_dek_bulk_create()
328 bitmap_free(bulk->need_sync); in mlx5_crypto_dek_bulk_create()
352 bitmap_free(bulk->need_sync); in mlx5_crypto_dek_bulk_free()
353 bitmap_free(bulk->in_use); in mlx5_crypto_dek_bulk_free()
/linux-6.12.1/drivers/xen/
Dxen-acpi-processor.c411 bitmap_free(acpi_id_present); in check_acpi_ids()
418 bitmap_free(acpi_id_present); in check_acpi_ids()
419 bitmap_free(acpi_id_cst_present); in check_acpi_ids()
532 bitmap_free(acpi_ids_done); in xen_acpi_processor_init()
576 bitmap_free(acpi_ids_done); in xen_acpi_processor_init()
584 bitmap_free(acpi_ids_done); in xen_acpi_processor_exit()
585 bitmap_free(acpi_id_present); in xen_acpi_processor_exit()
586 bitmap_free(acpi_id_cst_present); in xen_acpi_processor_exit()
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_doorbell.c91 bitmap_free(kfd->doorbell_bitmap); in kfd_doorbell_init()
101 bitmap_free(kfd->doorbell_bitmap); in kfd_doorbell_fini()
288 bitmap_free(qpd->doorbell_bitmap); in kfd_alloc_process_doorbells()
298 bitmap_free(qpd->doorbell_bitmap); in kfd_free_process_doorbells()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Duar.c89 bitmap_free(up->reg_bitmap); in up_rel_func()
90 bitmap_free(up->fp_bitmap); in up_rel_func()
158 bitmap_free(up->fp_bitmap); in alloc_uars_page()
159 bitmap_free(up->reg_bitmap); in alloc_uars_page()
Dalloc.c154 bitmap_free(pgdir->bitmap); in mlx5_alloc_db_pgdir()
228 bitmap_free(db->u.pgdir->bitmap); in mlx5_db_free()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_buddy.c51 bitmap_free(buddy->bitmap[i]); in mlx5dr_buddy_init()
66 bitmap_free(buddy->bitmap[i]); in mlx5dr_buddy_cleanup()
/linux-6.12.1/drivers/iio/buffer/
Dindustrialio-buffer-cb.c37 bitmap_free(cb_buff->buffer.scan_mask); in iio_buffer_cb_release()
100 bitmap_free(cb_buff->buffer.scan_mask); in iio_channel_get_all_cb()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_buddy.c44 bitmap_free(buddy->bitmap[i]); in hws_buddy_init()
76 bitmap_free(buddy->bitmap[i]); in mlx5hws_buddy_cleanup()
/linux-6.12.1/drivers/mtd/chips/
Dgen_probe.c141 bitmap_free(chip_map); in genprobe_ident_chips()
159 bitmap_free(chip_map); in genprobe_ident_chips()
/linux-6.12.1/drivers/misc/sgi-xp/
Dxpnet.c537 bitmap_free(xpnet_broadcast_partitions); in xpnet_init()
576 bitmap_free(xpnet_broadcast_partitions); in xpnet_init()
592 bitmap_free(xpnet_broadcast_partitions); in xpnet_exit()
/linux-6.12.1/drivers/accel/habanalabs/common/
Dasid.c29 bitmap_free(hdev->asid_bitmap); in hl_asid_fini()
/linux-6.12.1/drivers/net/ipa/
Dipa_interrupt.c302 bitmap_free(interrupt->suspend_enabled); in ipa_interrupt_config()
320 bitmap_free(interrupt->suspend_enabled); in ipa_interrupt_deconfig()
/linux-6.12.1/drivers/infiniband/hw/cxgb4/
Did_table.c105 bitmap_free(alloc->table); in c4iw_id_table_free()
/linux-6.12.1/drivers/mtd/nand/
Dbbt.c44 bitmap_free(nand->bbt.cache); in nanddev_bbt_cleanup()
/linux-6.12.1/arch/sh/kernel/cpu/sh4/
Dsq.c395 bitmap_free(sq_bitmap); in sq_api_init()
404 bitmap_free(sq_bitmap); in sq_api_exit()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_cnt.c158 bitmap_free(pool->usage); in mlxsw_sp_counter_pool_init()
176 bitmap_free(pool->usage); in mlxsw_sp_counter_pool_fini()
/linux-6.12.1/lib/
Dbitmap.c743 void bitmap_free(const unsigned long *bitmap) in bitmap_free() function
747 EXPORT_SYMBOL(bitmap_free);
753 bitmap_free(bitmap); in devm_bitmap_free()
/linux-6.12.1/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_doorbell.c80 bitmap_free(tbl->table); in pvrdma_uar_table_cleanup()
/linux-6.12.1/drivers/tee/optee/
Dnotif.c129 bitmap_free(optee->notif.bitmap); in optee_notif_uninit()
/linux-6.12.1/tools/perf/bench/
Dfind-bit-bench.c121 bitmap_free(to_test); in do_for_each_set_bit()
/linux-6.12.1/tools/perf/util/
Dmmap.c120 bitmap_free(node_mask); in perf_mmap__aio_bind()
231 bitmap_free(map->affinity_mask.bits); in mmap__munmap()
/linux-6.12.1/arch/arm64/kvm/
Dvmid.c199 bitmap_free(vmid_map); in kvm_arm_vmid_alloc_free()
/linux-6.12.1/drivers/mmc/core/
Dpwrseq_simple.c57 bitmap_free(values); in mmc_pwrseq_simple_set_gpios_value()
/linux-6.12.1/tools/include/linux/
Dbitmap.h95 static inline void bitmap_free(unsigned long *bitmap) in bitmap_free() function

1234567