Home
last modified time | relevance | path

Searched refs:r_bitmap (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_switch.c2230 DECLARE_BITMAP(r_bitmap, ICE_MAX_NUM_RECIPES); in ice_release_recipe_res()
2236 for_each_set_bit(rid, recp->r_bitmap, ICE_MAX_NUM_RECIPES) { in ice_release_recipe_res()
2245 bitmap_from_arr64(r_bitmap, &recp_assoc, in ice_release_recipe_res()
2247 bitmap_andnot(r_bitmap, r_bitmap, recp->r_bitmap, in ice_release_recipe_res()
2249 bitmap_to_arr64(&recp_assoc, r_bitmap, in ice_release_recipe_res()
2266 clear_bit(rid, recp->r_bitmap); in ice_release_recipe_res()
2282 DECLARE_BITMAP(r_bitmap, ICE_MAX_NUM_RECIPES); in ice_get_recp_to_prof_map()
2290 bitmap_zero(r_bitmap, ICE_MAX_NUM_RECIPES); in ice_get_recp_to_prof_map()
2293 bitmap_from_arr64(r_bitmap, &recp_assoc, ICE_MAX_NUM_RECIPES); in ice_get_recp_to_prof_map()
2294 bitmap_copy(profile_to_recipe[i], r_bitmap, in ice_get_recp_to_prof_map()
[all …]
Dice_switch.h233 DECLARE_BITMAP(r_bitmap, ICE_MAX_NUM_RECIPES);
/linux-6.12.1/fs/omfs/
Domfs_fs.h51 __be64 r_bitmap; /* block # of free space bitmap */ member
Dinode.c541 sbi->s_bitmap_ino = be64_to_cpu(omfs_rb->r_bitmap); in omfs_fill_super()