Home
last modified time | relevance | path

Searched refs:uptime (Results 1 – 4 of 4) sorted by relevance

/qemu/include/standard-headers/linux/
H A Dsysinfo.h9 long uptime; /* Seconds since boot */ member
/qemu/hw/audio/
H A Dhda-codec.c226 int64_t uptime = now - st->buft_start; in hda_audio_input_timer() local
231 if (uptime <= 0) { in hda_audio_input_timer()
236 wanted_rpos = muldiv64(uptime, hda_bytes_per_second(st), in hda_audio_input_timer()
296 int64_t uptime = now - st->buft_start; in hda_audio_output_timer() local
301 if (uptime <= 0) { in hda_audio_output_timer()
306 wanted_wpos = muldiv64(uptime, hda_bytes_per_second(st), in hda_audio_output_timer()
/qemu/linux-user/
H A Dsyscall_defs.h2523 abi_long uptime; /* Seconds since boot */ member
H A Dsyscall.c10955 __put_user(value.uptime, &target_value->uptime); in _syscall2()