_log
return (dml_float_t) (_log((float)x) / _log((float)base));
return (dml_float_t) (_log((float)x) / _log(2.0f));
static void r535_debugfs_shutdown(struct nvif_log *_log)
struct r535_gsp_log *log = container_of(_log, struct r535_gsp_log, log);