Searched refs:have_session (Results 1 – 2 of 2) sorted by relevance
550 bool have_session = false; in metric_features_show() local564 have_session = true; in metric_features_show()569 if (have_session) { in metric_features_show()578 metrics_enabled = !disable_send_metrics && have_session && metric_collect; in metric_features_show()585 have_session ? "yes" : "no", in metric_features_show()591 if (!have_session) { in metric_features_show()
556 bool have_session = false; in tee_ioctl_open_session() local595 have_session = true; in tee_ioctl_open_session()609 if (rc && have_session && ctx->teedev->desc->ops->close_session) in tee_ioctl_open_session()