Home
last modified time | relevance | path

Searched refs:btime (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/audio/
H A Dalsaaudio.c509 unsigned int btime = apdo->buffer_length; in alsa_open() local
512 handle, hw_params, &btime, &dir); in alsa_open()
520 if (apdo->has_buffer_length && btime != apdo->buffer_length) { in alsa_open()
522 " was rejected, using %u\n", apdo->buffer_length, btime); in alsa_open()
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h320 struct fuse_sx_time btime; member
/openbmc/openbmc-test-automation/lib/
H A Dcommon_utils.robot667 ... Execute Command egrep '^btime ' /proc/stat | cut -f 2 -d ' '
670 ${btime}= Convert To Integer ${output}
671 RETURN ${btime}