Home
last modified time | relevance | path

Searched refs:linux_io_uring (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/util/
H A Dasync.c
H A Dmeson.build32 util_ss.add(when: linux_io_uring, if_true: files('fdmon-io_uring.c'))
/openbmc/qemu/include/block/
H A Daio.h220 LuringState *linux_io_uring; global() member
/openbmc/qemu/block/
H A Dmeson.build104 block_ss.add(when: linux_io_uring, if_true: files('io_uring.c'))
/openbmc/qemu/stubs/
H A Dmeson.build
/openbmc/qemu/
H A Dmeson.build1169 linux_io_uring = not_found variable
1170 if not get_option('linux_io_uring').auto() or have_block
1171 linux_io_uring = dependency('liburing', version: '>=0.3',
1172 required: get_option('linux_io_uring'),
1175 linux_io_uring = not_found
2500 config_host_data.set('CONFIG_LINUX_IO_URING', linux_io_uring.found())
2746 if linux_io_uring.found()
4945 summary_info += {'Linux io_uring support': linux_io_uring}
1163 linux_io_uring = not_found global() variable
1165 linux_io_uring = dependency('liburing', version: '>=0.3', global() variable
H A Dmeson_options.txt199 option('linux_io_uring', type : 'feature', value : 'auto',
195 option('linux_io_uring', type : 'feature', value : 'auto', global() feature