Home
last modified time | relevance | path

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

/optee_os/core/tests/
H A Dnotif_test_wd.c39 struct wd_data *wd = container_of(co, struct wd_data, callout); in test_wd_callback() local
41 if (wd->pending) in test_wd_callback()
42 wd->timeout_count++; in test_wd_callback()
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()
52 wd->pending = true; in test_wd_callback()
53 notif_send_async(NOTIF_VALUE_DO_BOTTOM_HALF, wd->guest_id); in test_wd_callback()
63 struct wd_data *wd = get_wd_data(prtn); in wd_ndrv_atomic_cb() local
[all …]
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Dfortuna.c117 if (now == prng->u.fortuna.wd) { in s_fortuna_reseed()
121 if (++prng->u.fortuna.wd < LTC_FORTUNA_WD) { in s_fortuna_reseed()
169 prng->u.fortuna.wd = now; in s_fortuna_reseed()
171 prng->u.fortuna.wd = 0; in s_fortuna_reseed()
247 prng->u.fortuna.reset_cnt = prng->u.fortuna.wd = 0; in fortuna_start()
361 prng->u.fortuna.wd = s_fortuna_current_time() - 1; in fortuna_ready()
363 prng->u.fortuna.wd = LTC_FORTUNA_WD; in fortuna_ready()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_prng.h38 ulong64 wd; member