Home
last modified time | relevance | path

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

/hypervisor/common/
A Dsched_iorr.c81 uint64_t now = cpu_ticks(); in sched_tick_handler() local
92 data->left_cycles -= now - data->last_cycles; in sched_tick_handler()
93 data->last_cycles = now; in sched_tick_handler()
171 uint64_t now = cpu_ticks(); in sched_iorr_pick_next() local
177 data->left_cycles -= now - data->last_cycles; in sched_iorr_pick_next()
196 data->last_cycles = now; in sched_iorr_pick_next()
A Dtimer.c23 bool timer_expired(const struct hv_timer *timer, uint64_t now, uint64_t *delta) in timer_expired() argument
28 if ((timer->timeout != 0UL) && (now < timer->timeout)) { in timer_expired()
30 delt = timer->timeout - now; in timer_expired()
/hypervisor/include/common/
A Dtimer.h76 bool timer_expired(const struct hv_timer *timer, uint64_t now, uint64_t *delta);
/hypervisor/lib/crypto/mbedtls/
A DChangeLog830 scripts, which is also now called by all.sh.
1302 * The following functions now return void:
1345 speed and RAM (heap only for now) usage.
1629 * rsa_check_pubkey() now allows an E up to N
1786 * Curves are now stored fully in ROM
1793 * SSL now gracefully handles missing RNG
2032 * SSL now gracefully handles missing RNG
2059 * rsa_check_pubkey() now allows an E up to N
2138 * Default Blowfish keysize is now 128-bits
2484 net_recv() now returns 0 on EOF instead of
[all …]
/hypervisor/scripts/makefile/
A Dconfig.mk291 …$(warning TARGET_DIR is obsoleted because generated configuration files are now stored in the buil…

Completed in 11 milliseconds