Searched defs:delay_ns (Results 1 – 10 of 10) sorted by relevance
31 uint64_t delay_ns = ((uint64_t)skb->len) * NS_PER_SEC / in throttle_flow() local
105 void rockchip_spi_set_sample_delay(unsigned int bus, unsigned int delay_ns) in rockchip_spi_set_sample_delay()
139 int64_t delay_ns = 0; in WorkerMain() local
122 void rockchip_spi_set_sample_delay(unsigned int bus, unsigned int delay_ns) in rockchip_spi_set_sample_delay()
631 #define delay_ns(x) macro
624 #define delay_ns(x) macro
465 let delay_ns: u64 = bus_lock_ratelimit_ctrl.lock().ratelimit_calculate_delay(1); in vcpu_loop() localVariable
118 for (const auto& delay_ns : actions.run_delay()) { local
58 unsigned long long delay_ns; member
1218 void thread_sleep_ns(lk_time_ns_t delay_ns) in thread_sleep_ns()