Home
last modified time | relevance | path

Searched +full:- +full:- +full:disable +full:- +full:linux +full:- +full:aio (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/linux/sound/soc/bcm/
H A Dcygnus-pcm.c1 // SPDX-License-Identifier: GPL-2.0-only
2 // Copyright (C) 2014-2015 Broadcom Corporation
3 #include <linux/debugfs.h>
4 #include <linux/dma-mapping.h>
5 #include <linux/init.h>
6 #include <linux/io.h>
7 #include <linux/module.h>
8 #include <linux/slab.h>
9 #include <linux/timer.h>
14 #include <sound/soc-dai.h>
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/sysbench/
H A Dsysbench_1.0.20.bb4 LICENSE = "GPL-2.0-only"
9 inherit autotools-brokensep pkgconfig
18 COMPATIBLE_HOST = "(arm|aarch64|i.86|x86_64).*-linux*"
20 EXTRA_OECONF += "--enable-largefile --with-system-luajit --with-system-ck --without-gcc-arch --with
22 PACKAGECONFIG[aio] = "--enable-aio,--disable-aio,libaio,"
23 PACKAGECONFIG[mysql] = "--with-mysql \
24 --with-mysql-includes=${STAGING_INCDIR}/mysql \
25 --with-mysql-libs=${STAGING_LIBDIR}, \
26 --without-mysql,mysql5"
/openbmc/qemu/
H A Dqemu-io.c5 * Copyright (c) 2003-2005 Silicon Graphics, Inc.
8 * See the COPYING file in the top-level directory.
18 #include "qemu/help-texts.h"
21 #include "qemu-io.h"
22 #include "qemu/error-report.h"
23 #include "qemu/main-loop.h"
26 #include "qemu/config-file.h"
33 #include "sysemu/block-backend.h"
37 #include "qemu-version.h"
44 /* qemu-io commands passed using -c */
[all …]
H A Dqemu-nbd.c24 #include "qemu/help-texts.h"
27 #include "sysemu/block-backend.h"
31 #include "qemu/main-loop.h"
34 #include "qemu/error-report.h"
35 #include "qemu/config-file.h"
43 #include "io/channel-socket.h"
44 #include "io/net-listener.h"
48 #include "qemu-version.h"
60 #define SOCKET_PATH "/var/lock/qemu-nbd-%s"
88 " or: %s -L [OPTIONS]\n" in usage()
[all …]
H A Dqemu-options.hx14 "-h or -help display this help and exit\n", QEMU_ARCH_ALL)
16 ``-h``
21 "-version display version information and exit\n", QEMU_ARCH_ALL)
23 ``-version``
28 "-machine [type=]name[,prop[=value][,...]]\n"
29 " selects emulated machine ('-machine help' for list)\n"
33 " dump-guest-core=on|off include guest memory in a core dump (default=on)\n"
34 " mem-merge=on|off controls memory merge support (default: on)\n"
35 " aes-key-wrap=on|off controls support for AES key wrapping (default=on)\n"
36 " dea-key-wrap=on|off controls support for DEA key wrapping (default=on)\n"
[all …]
H A Dmeson_options.txt1 # These options do not correspond to a --enable/--disable-* option
3 # scripts/meson-buildoptions.py's SKIP_OPTIONS constant too.
9 option('qemu_firmwarepath', type : 'array', value : ['share/qemu-firmware'],
12 description: 'use specified string as sub-version of the package')
25 …description: 'set block driver read-write whitelist (by default affects only QEMU, not tools like …
27 …description: 'set block driver read-only whitelist (by default affects only QEMU, not tools like q…
28 option('interp_prefix', type : 'string', value : '/usr/gnemul/qemu-%M',
33 description: 'fuzzing engine library for OSS-Fuzz')
40 # Everything else can be set via --enable/--disable-* option
42 # here make sure to run "make update-buildoptions".
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc7 LICENSE = "GPL-2.0-only & LGPL-2.1-only"
9 DEPENDS += "bison-native meson-native ninja-native"
11 RDEPENDS:${PN}-ptest = "bash"
13 require qemu-targets.inc
14 # https://gitlab.com/qemu-project/qemu/-/commit/81e2b198a8cb4ee5fdf108bd438f44b193ee3a36 means
15 # we need a full python3-native setup
16 inherit pkgconfig ptest update-rc.d systemd python3native
21 SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
23 file://run-ptest \
24 file://fix-strerrorname_np.patch \
[all …]
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh1 # This file is generated by meson-buildoptions.py, do not edit!
3 printf "%s\n" ' --audio-drv-list=CHOICES Set audio driver list [default] (choices: alsa/co'
6 printf "%s\n" ' --bindir=VALUE Executable directory [bin]'
7 printf "%s\n" ' --block-drv-ro-whitelist=VALUE'
8 printf "%s\n" ' set block driver read-only whitelist (by default'
9 printf "%s\n" ' affects only QEMU, not tools like qemu-img)'
10 printf "%s\n" ' --block-drv-rw-whitelist=VALUE'
11 printf "%s\n" ' set block driver read-write whitelist (by default'
12 printf "%s\n" ' affects only QEMU, not tools like qemu-img)'
13 printf "%s\n" ' --datadir=VALUE Data file directory [share]'
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c1 // SPDX-License-Identifier: GPL-2.0
3 * builtin-record.c
6 * (or a CPU, or a PID) into the perf.data output file - for
11 #include "util/build-id.h"
12 #include <subcmd/parse-options.h>
14 #include "util/parse-events.h"
37 #include "util/parse-branch-options.h"
38 #include "util/parse-regs-options.h"
41 #include "util/perf-hooks.h"
42 #include "util/cpu-set-sched.h"
[all …]
H A DMakefile.perf1 # SPDX-License-Identifier: GPL-2.0-only
16 # Define ARCH as name of target architecture if you want cross-builds.
18 # Define CROSS_COMPILE as prefix name of compiler if you want cross-builds.
20 # Define NO_LIBPERL to disable perl script extension.
22 # Define NO_LIBPYTHON to disable python script extension.
27 # Define PYTHON_CONFIG to point to the python-config binary if
28 # the default `$(PYTHON)-config' is not correct.
34 # Define LDFLAGS=-static to build a static binary.
36 # Define EXTRA_CFLAGS=-m64 or EXTRA_CFLAGS=-m32 as appropriate for cross-builds.
38 # Define EXCLUDE_EXTLIBS=-lmylib to exclude libmylib from the auto-generated
[all …]
/openbmc/linux/fs/iomap/
H A Ddirect-io.c1 // SPDX-License-Identifier: GPL-2.0
4 * Copyright (c) 2016-2021 Christoph Hellwig.
6 #include <linux/module.h>
7 #include <linux/compiler.h>
8 #include <linux/fs.h>
9 #include <linux/fscrypt.h>
10 #include <linux/pagemap.h>
11 #include <linux/iomap.h>
12 #include <linux/backing-dev.h>
13 #include <linux/uio.h>
[all …]
/openbmc/linux/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c6 * binary, for any purpose, commercial or non-commercial, and by any
48 #include <linux/usb/functionfs.h>
120 #define STR_INTERFACE "AIO Test"
136 htole16(0x0409), /* en-us */
159 [FUNCTIONFS_DISABLE] = "DISABLE", in display_event()
164 switch (event->type) { in display_event()
172 printf("Event %s\n", names[event->type]); in display_event()
211 iobuf->buf = malloc(n*sizeof(*iobuf->buf)); in init_bufs()
212 iobuf->iocb = malloc(n*sizeof(*iobuf->iocb)); in init_bufs()
213 iobuf->cnt = n; in init_bufs()
[all …]
/openbmc/qemu/stubs/
H A Dmeson.build5 stub_ss.add(files('cpu-get-clock.c'))
6 stub_ss.add(files('error-printf.c'))
8 stub_ss.add(files('iothread-lock.c'))
9 stub_ss.add(files('is-daemonized.c'))
10 stub_ss.add(files('monitor-core.c'))
11 stub_ss.add(files('replay-mode.c'))
12 stub_ss.add(files('trace-control.c'))
15 stub_ss.add(files('bdrv-next-monitor-owned.c'))
16 stub_ss.add(files('blk-commit-all.c'))
17 stub_ss.add(files('blk-exp-close-all.c'))
[all …]
/openbmc/linux/arch/x86/kernel/
H A Dreboot.c1 // SPDX-License-Identifier: GPL-2.0
4 #include <linux/export.h>
5 #include <linux/reboot.h>
6 #include <linux/init.h>
7 #include <linux/pm.h>
8 #include <linux/efi.h>
9 #include <linux/dmi.h>
10 #include <linux/sched.h>
11 #include <linux/tboot.h>
12 #include <linux/delay.h>
[all …]
/openbmc/linux/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c6 * binary, for any purpose, commercial or non-commercial, and by any
28 /* $(CROSS_COMPILE)cc -g -o aio_simple aio_simple.c -laio */
50 #include <linux/usb/functionfs.h>
136 #define STR_INTERFACE "AIO Test"
152 cpu_to_le16(0x0409), /* en-us */
165 [FUNCTIONFS_DISABLE] = "DISABLE", in display_event()
170 switch (event->type) { in display_event()
178 printf("Event %s\n", names[event->type]); in display_event()
279 /* setup aio context to handle up to 2 requests */ in main()
281 perror("unable to setup aio"); in main()
[all …]
/openbmc/linux/sound/pci/rme9652/
H A Dhdspm.c1 // SPDX-License-Identifier: GPL-2.0-or-later
9 * Modified 2006-06-01 for AES32 support by Remy Bruno
12 * Modified 2009-04-13 for proper metering by Florian Faber
15 * Modified 2009-04-14 for native float support by Florian Faber
18 * Modified 2009-04-26 fixed bug in rms metering by Florian Faber
21 * Modified 2009-04-30 added hw serial number support by Florian Faber
23 * Modified 2011-01-14 added S/PDIF input on RayDATs by Adrian Knoth
25 * Modified 2011-01-25 variable period sizes on RayDAT/AIO by Adrian Knoth
27 * Modified 2019-05-23 fix AIO single speed ADAT capture and playback
35 * --------- HDSPM_controlRegister ---------
[all …]
/openbmc/qemu/docs/tools/
H A Dqemu-img.rst6 --------
8 **qemu-img** [*standard options*] *command* [*command options*]
11 -----------
13 qemu-img allows you to create, convert and modify images offline. It can handle
16 **Warning:** Never use qemu-img to modify images in use by a running virtual
22 -------
24 .. program:: qemu-img
28 .. option:: -h, --help
32 .. option:: -V, --version
36 .. option:: -T, --trace [[enable=]PATTERN][,events=FILE][,file=FILE]
[all …]
/openbmc/linux/lib/
H A DKconfig.debug1 # SPDX-License-Identifier: GPL-2.0-only
19 parameter printk.time=1. See Documentation/admin-guide/kernel-parameters.rst
35 no option to enable/disable at the kernel command line parameter or
50 int "Default console loglevel (1-15)"
60 Note: This does not affect the log level of un-prefixed printk()
65 int "quiet console loglevel (1-15)"
76 int "Default message log level (1-7)"
82 This was hard-coded to KERN_WARNING since at least 2.6.10 but folks
118 enabled/disabled based on various levels of scope - per source file,
151 fs/aio.c:222 [aio]__put_ioctx =_ "__put_ioctx:\040freeing\040%p\012"
[all …]
/openbmc/qemu/block/
H A Dfile-posix.c28 #include "qemu/error-report.h"
29 #include "block/block-io.h"
36 #include "block/thread-pool.h"
38 #include "block/raw-aio.h"
42 #include "scsi/pr-manager.h"
72 #include <linux/blkzoned.h>
74 #include <linux/cdrom.h>
75 #include <linux/fd.h>
76 #include <linux/fs.h>
77 #include <linux/hdreg.h>
[all …]
/openbmc/linux/drivers/usb/gadget/function/
H A Df_fs.c1 // SPDX-License-Identifier: GPL-2.0+
3 * f_fs.c -- user mode file system API for USB composite function controllers
9 * Copyright (C) 2003-2004 David Brownell
17 #include <linux/blkdev.h>
18 #include <linux/pagemap.h>
19 #include <linux/export.h>
20 #include <linux/fs_parser.h>
21 #include <linux/hid.h>
22 #include <linux/mm.h>
23 #include <linux/module.h>
[all …]
/openbmc/qemu/qapi/
H A Dqom.json1 # -*- Mode: Python -*-
5 # See the COPYING file in the top-level directory.
8 { 'include': 'block-core.json' }
38 # @default-value: the default value, if any (since 5.0)
46 '*default-value': 'any' } }
49 # @qom-list:
54 # @path: the path within the object model. See @qom-get for a
62 # .. qmp-example::
64 # -> { "execute": "qom-list",
66 # <- { "return": [ { "name": "type", "type": "string" },
[all …]
/openbmc/qemu/util/
H A Dqemu-coroutine.c7 * Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
11 * See the COPYING.LIB file in the top-level directory.
20 #include "qemu/coroutine-tls.h"
22 #include "block/aio.h"
40 * .-----------------------------------.
42 * `-----------------------------------'
44 * .-------------------.
45 * | Batch 1 | Batch 2 | per-thread local_pool (maximum 2 batches)
46 * `-------------------'
74 QSLIST_INIT(&batch->list); in coroutine_pool_batch_new()
[all …]
/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h10 * the COPYING file in the top-level directory.
18 #include "hw/qdev-core.h"
22 #include "standard-headers/linux/virtio_config.h"
23 #include "standard-headers/linux/virtio_ring.h"
25 #include "block/aio.h"
29 * between the driver frontend and the device. This bit is re-used for
30 * vhost-user to advertise VHOST_USER_F_PROTOCOL_FEATURES between QEMU
31 * and a vhost-user backend.
85 #define VIRTIO_CONFIG_IRQ_IDX -1
87 #define TYPE_VIRTIO_DEVICE "virtio-device"
[all …]
/openbmc/linux/include/uapi/linux/
H A Dsysctl.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * sysctl.h: General linux system control interface
16 ** The kernel will then return -ENOTDIR to any application using
26 #include <linux/const.h>
27 #include <linux/types.h>
28 #include <linux/compiler.h>
47 /* Top-level names: */
98 KERN_CTLALTDEL=22, /* int: allow ctl-alt-del to reboot */
122 KERN_SPARC_STOP_A=44, /* int: Sparc Stop-A enable */
134 KERN_CORE_PATTERN=56, /* string: pattern for core-file names */
[all …]
/openbmc/linux/drivers/block/
H A Dloop.c1 // SPDX-License-Identifier: GPL-2.0-only
5 #include <linux/module.h>
6 #include <linux/moduleparam.h>
7 #include <linux/sched.h>
8 #include <linux/fs.h>
9 #include <linux/pagemap.h>
10 #include <linux/file.h>
11 #include <linux/stat.h>
12 #include <linux/errno.h>
13 #include <linux/major.h>
[all …]

123