Searched refs:now (Results 1 – 5 of 5) sorted by relevance
81 uint64_t now = cpu_ticks(); in sched_tick_handler() local92 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() local177 data->left_cycles -= now - data->last_cycles; in sched_iorr_pick_next()196 data->last_cycles = now; in sched_iorr_pick_next()
23 bool timer_expired(const struct hv_timer *timer, uint64_t now, uint64_t *delta) in timer_expired() argument28 if ((timer->timeout != 0UL) && (now < timer->timeout)) { in timer_expired()30 delt = timer->timeout - now; in timer_expired()
76 bool timer_expired(const struct hv_timer *timer, uint64_t now, uint64_t *delta);
830 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 N1786 * Curves are now stored fully in ROM1793 * SSL now gracefully handles missing RNG2032 * SSL now gracefully handles missing RNG2059 * rsa_check_pubkey() now allows an E up to N2138 * Default Blowfish keysize is now 128-bits2484 net_recv() now returns 0 on EOF instead of[all …]
291 …$(warning TARGET_DIR is obsoleted because generated configuration files are now stored in the buil…
Completed in 11 milliseconds