rsc_mgr
struct rsc_mgr mgr; /* Basic resource manager info */
struct rsc_mgr mgr; /* Basic resource manager info */
static int daio_mgr_get_rsc(struct rsc_mgr *mgr, enum DAIOTYP type)
static int daio_mgr_put_rsc(struct rsc_mgr *mgr, enum DAIOTYP type)
struct rsc_mgr *mgr = &((struct daio_mgr *)data)->mgr;
struct rsc_mgr mgr; /* Basic resource manager info */
int rsc_mgr_init(struct rsc_mgr *mgr, enum RSCTYP type,
int rsc_mgr_uninit(struct rsc_mgr *mgr)
int mgr_get_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int *ridx)
int mgr_put_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int idx)
int rsc_mgr_init(struct rsc_mgr *mgr, enum RSCTYP type,
int rsc_mgr_uninit(struct rsc_mgr *mgr);
int mgr_get_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int *ridx);
int mgr_put_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int idx);
struct rsc_mgr *mgr = &((struct srcimp_mgr *)data)->mgr;
struct rsc_mgr mgr; /* Basic resource manager info */
struct rsc_mgr mgr; /* Basic resource manager info */