Searched refs:have_session (Results 1 – 2 of 2) sorted by relevance
464 bool have_session = false; in metric_features_show() local478 have_session = true; in metric_features_show()483 if (have_session) { in metric_features_show()492 metrics_enabled = !disable_send_metrics && have_session && metric_collect; in metric_features_show()499 have_session ? "yes" : "no", in metric_features_show()505 if (!have_session) { in metric_features_show()
543 bool have_session = false; in tee_ioctl_open_session() local582 have_session = true; in tee_ioctl_open_session()596 if (rc && have_session && ctx->teedev->desc->ops->close_session) in tee_ioctl_open_session()