Lines Matching refs:rsrc_bmap
83 struct rsrc_bmap { struct
89 struct rsrc_bmap lf; argument
152 struct rsrc_bmap counters;
195 struct rsrc_bmap msix; /* Bitmap for MSIX vector alloc */
263 struct rsrc_bmap schq;
281 struct rsrc_bmap rsrc;
298 struct rsrc_bmap rsrc;
304 struct rsrc_bmap band_prof;
645 int rvu_alloc_bitmap(struct rsrc_bmap *rsrc);
646 void rvu_free_bitmap(struct rsrc_bmap *rsrc);
647 int rvu_alloc_rsrc(struct rsrc_bmap *rsrc);
648 void rvu_free_rsrc(struct rsrc_bmap *rsrc, int id);
649 bool is_rsrc_free(struct rsrc_bmap *rsrc, int id);
650 int rvu_rsrc_free_count(struct rsrc_bmap *rsrc);
651 int rvu_alloc_rsrc_contig(struct rsrc_bmap *rsrc, int nrsrc);
652 bool rvu_rsrc_check_contig(struct rsrc_bmap *rsrc, int nrsrc);