Searched refs:ddb_bitmap (Results 1 – 5 of 5) sorted by relevance
33 #define FIND_FREE_DDB(_ha) find_first_zero_bit((_ha)->hw_prof.ddb_bitmap, \35 #define SET_DDB(_ddb, _ha) set_bit(_ddb, (_ha)->hw_prof.ddb_bitmap)36 #define CLEAR_DDB(_ddb, _ha) clear_bit(_ddb, (_ha)->hw_prof.ddb_bitmap)
600 if (asd_ha->hw_prof.ddb_bitmap) in asd_destroy_ha_caches()601 kfree(asd_ha->hw_prof.ddb_bitmap); in asd_destroy_ha_caches()602 asd_ha->hw_prof.ddb_bitmap = NULL; in asd_destroy_ha_caches()
119 void *ddb_bitmap; member
612 asd_ha->hw_prof.ddb_bitmap = kzalloc(bitmap_bytes, GFP_KERNEL); in asd_init_ctxmem()613 if (!asd_ha->hw_prof.ddb_bitmap) in asd_init_ctxmem()
1154 set_bit(0, asd_ha->hw_prof.ddb_bitmap); in asd_init_ddb_0()