Searched refs:r_bitmap (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.c | 2231 DECLARE_BITMAP(r_bitmap, ICE_MAX_NUM_RECIPES); in ice_release_recipe_res() 2237 for_each_set_bit(rid, recp->r_bitmap, ICE_MAX_NUM_RECIPES) { in ice_release_recipe_res() 2246 bitmap_from_arr64(r_bitmap, &recp_assoc, in ice_release_recipe_res() 2248 bitmap_andnot(r_bitmap, r_bitmap, recp->r_bitmap, in ice_release_recipe_res() 2250 bitmap_to_arr64(&recp_assoc, r_bitmap, in ice_release_recipe_res() 2267 clear_bit(rid, recp->r_bitmap); in ice_release_recipe_res() 2283 DECLARE_BITMAP(r_bitmap, ICE_MAX_NUM_RECIPES); in ice_get_recp_to_prof_map() 2291 bitmap_zero(r_bitmap, ICE_MAX_NUM_RECIPES); in ice_get_recp_to_prof_map() 2294 bitmap_from_arr64(r_bitmap, &recp_assoc, ICE_MAX_NUM_RECIPES); in ice_get_recp_to_prof_map() 2295 bitmap_copy(profile_to_recipe[i], r_bitmap, in ice_get_recp_to_prof_map() [all …]
|
H A D | ice_switch.h | 233 DECLARE_BITMAP(r_bitmap, ICE_MAX_NUM_RECIPES);
|
/linux/fs/omfs/ |
H A D | inode.c | 541 sbi->s_bitmap_ino = be64_to_cpu(omfs_rb->r_bitmap); in omfs_fill_super()
|