Searched refs:timestamp (Results 1 – 2 of 2) sorted by relevance
48 let timestamp: ktime_t = day_count as i64 * 86_400_000_000_000i64 in ktime_get_real() localVariable53 return timestamp; in ktime_get_real()
282 let timestamp: smoltcp::time::Instant = Instant::now().into(); in poll() localVariable284 let poll_res = guard.poll(timestamp, self.driver.force_get_mut(), sockets); in poll()