Home
last modified time | relevance | path

Searched refs:have_session (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ceph/
H A Ddebugfs.c464 bool have_session = false; in metric_features_show() local
478 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()
/linux/drivers/tee/
H A Dtee_core.c543 bool have_session = false; in tee_ioctl_open_session() local
582 have_session = true; in tee_ioctl_open_session()
596 if (rc && have_session && ctx->teedev->desc->ops->close_session) in tee_ioctl_open_session()