Lines Matching defs:dbm
31 static struct xe_guc *dbm_to_guc(struct xe_guc_db_mgr *dbm) in dbm_to_guc()
36 static struct xe_gt *dbm_to_gt(struct xe_guc_db_mgr *dbm) in dbm_to_gt()
41 static struct xe_device *dbm_to_xe(struct xe_guc_db_mgr *dbm) in dbm_to_xe()
53 struct xe_guc_db_mgr *dbm = arg; in __fini_dbm() local
87 int xe_guc_db_mgr_init(struct xe_guc_db_mgr *dbm, unsigned int count) in xe_guc_db_mgr_init()
114 static int dbm_reserve_chunk_locked(struct xe_guc_db_mgr *dbm, in dbm_reserve_chunk_locked()
143 static void dbm_release_chunk_locked(struct xe_guc_db_mgr *dbm, in dbm_release_chunk_locked()
169 int xe_guc_db_mgr_reserve_id_locked(struct xe_guc_db_mgr *dbm) in xe_guc_db_mgr_reserve_id_locked()
181 void xe_guc_db_mgr_release_id_locked(struct xe_guc_db_mgr *dbm, unsigned int id) in xe_guc_db_mgr_release_id_locked()
199 int xe_guc_db_mgr_reserve_range(struct xe_guc_db_mgr *dbm, in xe_guc_db_mgr_reserve_range()
217 void xe_guc_db_mgr_release_range(struct xe_guc_db_mgr *dbm, in xe_guc_db_mgr_release_range()
225 static void dbm_print_locked(struct xe_guc_db_mgr *dbm, struct drm_printer *p, int indent) in dbm_print_locked()
257 void xe_guc_db_mgr_print(struct xe_guc_db_mgr *dbm, in xe_guc_db_mgr_print()