Lines Matching refs:rsrc_bmap
93 struct rsrc_bmap { struct
99 struct rsrc_bmap lf; argument
123 struct rsrc_bmap mce_counter[2];
182 struct rsrc_bmap counters;
225 struct rsrc_bmap msix; /* Bitmap for MSIX vector alloc */
293 struct rsrc_bmap bpids; /* free bpids bitmap */
303 struct rsrc_bmap schq;
336 struct rsrc_bmap rsrc;
353 struct rsrc_bmap rsrc;
359 struct rsrc_bmap band_prof;
812 int rvu_alloc_bitmap(struct rsrc_bmap *rsrc);
813 void rvu_free_bitmap(struct rsrc_bmap *rsrc);
814 int rvu_alloc_rsrc(struct rsrc_bmap *rsrc);
815 void rvu_free_rsrc(struct rsrc_bmap *rsrc, int id);
816 bool is_rsrc_free(struct rsrc_bmap *rsrc, int id);
817 int rvu_rsrc_free_count(struct rsrc_bmap *rsrc);
818 int rvu_alloc_rsrc_contig(struct rsrc_bmap *rsrc, int nrsrc);
819 void rvu_free_rsrc_contig(struct rsrc_bmap *rsrc, int nrsrc, int start);
820 bool rvu_rsrc_check_contig(struct rsrc_bmap *rsrc, int nrsrc);