Searched refs:id_bmap (Results 1 – 2 of 2) sorted by relevance
165 unsigned long *id_bmap; member
470 clear_bit(seq_id, table->id_bmap); in rvu_npc_exact_free_id()489 idx = find_first_zero_bit(table->id_bmap, table->tot_ids); in rvu_npc_exact_alloc_id()493 __func__, bitmap_weight(table->id_bmap, table->tot_ids)); in rvu_npc_exact_alloc_id()499 set_bit(idx, table->id_bmap); in rvu_npc_exact_alloc_id()1918 table->id_bmap = devm_kcalloc(rvu->dev, BITS_TO_LONGS(table->tot_ids), in rvu_npc_exact_init()1921 if (!table->id_bmap) in rvu_npc_exact_init()