Home
last modified time | relevance | path

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

/optee_os/core/tests/
H A Dnotif_test_wd.c21 unsigned int call_count; member
43 wd->call_count++; in test_wd_callback()
44 if (wd->call_count < 10 || !(wd->call_count % 60) || wd->pending) { in test_wd_callback()
47 wd->guest_id, wd->call_count, wd->timeout_count); in test_wd_callback()
50 wd->call_count, wd->timeout_count); in test_wd_callback()
84 if (wd->pending && wd->call_count < 10) in wd_ndrv_yielding_cb()