Lines Matching defs:s
189 static void dec_session_ref_count(struct tee_ta_session *s) in dec_session_ref_count()
197 void tee_ta_put_session(struct tee_ta_session *s) in tee_ta_put_session()
213 struct tee_ta_session *s = NULL; in tee_ta_find_session_nolock() local
229 struct tee_ta_session *s = NULL; in tee_ta_find_session() local
243 struct tee_ta_session *s; in tee_ta_get_session() local
278 static void tee_ta_unlink_session(struct tee_ta_session *s, in tee_ta_unlink_session()
298 static void destroy_session(struct tee_ta_session *s, in destroy_session()
342 static TEE_Result check_client(struct tee_ta_session *s, const TEE_Identity *id) in check_client()
525 static TEE_Result tee_ta_init_session_with_context(struct tee_ta_session *s, in tee_ta_init_session_with_context()
602 struct tee_ta_session *s = calloc(1, sizeof(struct tee_ta_session)); in tee_ta_init_session() local
707 struct tee_ta_session *s = NULL; in tee_ta_open_session() local
823 static TEE_Result dump_ta_memstats(struct tee_ta_session *s, in dump_ta_memstats()
1022 bool tee_ta_session_is_cancelled(struct tee_ta_session *s, TEE_Time *curr_time) in tee_ta_session_is_cancelled()
1052 struct ts_session *s = ts_get_current_session(); in tee_ta_gprof_sample_pc() local
1078 static void gprof_update_session_utime(bool suspend, struct ts_session *s, in gprof_update_session_utime()
1105 struct ts_session *s = ts_get_current_session(); in tee_ta_update_session_utime() local
1125 struct ts_session *s = ts_get_current_session_may_fail(); in ftrace_update_times() local