Lines Matching defs:s

178 static void dec_session_ref_count(struct tee_ta_session *s)  in dec_session_ref_count()
186 void tee_ta_put_session(struct tee_ta_session *s) in tee_ta_put_session()
202 struct tee_ta_session *s = NULL; in tee_ta_find_session_nolock() local
218 struct tee_ta_session *s = NULL; in tee_ta_find_session() local
232 struct tee_ta_session *s; in tee_ta_get_session() local
267 static void tee_ta_unlink_session(struct tee_ta_session *s, in tee_ta_unlink_session()
287 static void destroy_session(struct tee_ta_session *s, in destroy_session()
315 static void destroy_ta_ctx_from_session(struct tee_ta_session *s) in destroy_ta_ctx_from_session()
393 static TEE_Result check_client(struct tee_ta_session *s, const TEE_Identity *id) in check_client()
569 static TEE_Result tee_ta_init_session_with_context(struct tee_ta_session *s, in tee_ta_init_session_with_context()
647 struct tee_ta_session *s = calloc(1, sizeof(struct tee_ta_session)); in tee_ta_init_session() local
710 struct tee_ta_session *s = NULL; in tee_ta_open_session() local
841 bool tee_ta_session_is_cancelled(struct tee_ta_session *s, TEE_Time *curr_time) in tee_ta_session_is_cancelled()
871 struct ts_session *s = ts_get_current_session(); in tee_ta_gprof_sample_pc() local
897 static void gprof_update_session_utime(bool suspend, struct ts_session *s, in gprof_update_session_utime()
924 struct ts_session *s = ts_get_current_session(); in tee_ta_update_session_utime() local
944 struct ts_session *s = ts_get_current_session_may_fail(); in ftrace_update_times() local