Lines Matching refs:rsrc_bmap
89 struct rsrc_bmap { struct
95 struct rsrc_bmap lf; argument
158 struct rsrc_bmap counters;
201 struct rsrc_bmap msix; /* Bitmap for MSIX vector alloc */
269 struct rsrc_bmap schq;
287 struct rsrc_bmap rsrc;
304 struct rsrc_bmap rsrc;
310 struct rsrc_bmap band_prof;
674 int rvu_alloc_bitmap(struct rsrc_bmap *rsrc);
675 void rvu_free_bitmap(struct rsrc_bmap *rsrc);
676 int rvu_alloc_rsrc(struct rsrc_bmap *rsrc);
677 void rvu_free_rsrc(struct rsrc_bmap *rsrc, int id);
678 bool is_rsrc_free(struct rsrc_bmap *rsrc, int id);
679 int rvu_rsrc_free_count(struct rsrc_bmap *rsrc);
680 int rvu_alloc_rsrc_contig(struct rsrc_bmap *rsrc, int nrsrc);
681 bool rvu_rsrc_check_contig(struct rsrc_bmap *rsrc, int nrsrc);