Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/sip_svc/src/
Dmain.c57 struct total_time *tot_time; in sip_svc_send_sync_request() local
64 tot_time = (struct total_time *)sip_svc_get_priv_data(ctrl, token); in sip_svc_send_sync_request()
65 __ASSERT(tot_time != NULL, "tot_time should not be NULL"); in sip_svc_send_sync_request()
84 tot_time->sync_time += t; in sip_svc_send_sync_request()
128 struct total_time *tot_time; in sip_svc_send_async_request() local
138 tot_time = (struct total_time *)sip_svc_get_priv_data(ctrl, token); in sip_svc_send_async_request()
139 __ASSERT(tot_time != NULL, "tot_time should not be NULL"); in sip_svc_send_async_request()
168 tot_time->async_time += t; in sip_svc_send_async_request()