Searched refs:multi (Results 1 – 25 of 39) sorted by relevance
12
107 CURLM *multi; member402 if (!s->multi) { in curl_multi_do_locked()427 if (!s->multi) { in curl_multi_timeout_do()555 if (s->s->multi) in curl_clean_state()556 curl_multi_remove_handle(s->s->multi, s->curl); in curl_clean_state()587 if (s->multi) { in curl_detach_aio_context()588 curl_multi_cleanup(s->multi); in curl_detach_aio_context()589 s->multi = NULL; in curl_detach_aio_context()605 assert(!s->multi); in curl_attach_aio_context()606 s->multi = curl_multi_init(); in curl_attach_aio_context()[all …]
6 This document describes how to configure and use multi-process qemu.7 For the design document refer to docs/devel/multi-process.rst.12 multi-process is enabled by default for targets that enable KVM
39 multi-process
89 vhost-user and multi-process QEMU92 vhost-user and multi-process QEMU are incompatible with VM templating.
18 multi-boot capability. A typical example would look like:
25 multi-user host. Command line arguments are usually visible in the process
18 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )47 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )79 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )89 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload )116 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload )
86 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )97 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload )107 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )208 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )219 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload )229 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )
9 WantedBy=multi-user.target
16 multi-process
16 multi-thread-tcg
11 This document outlines the design for multi-threaded TCG (a.k.a MTTCG)139 The global page table (l1_map) which provides a multi-level look-up361 The code also includes a fall-back for cases where multi-threaded TCG
18 incompatible with multi-threaded TCG. It can be used to better align
6 This is the design document for multi-process QEMU. It does not40 A multi-process QEMU43 A multi-process QEMU involves separating QEMU services into separate51 A QEMU control process would remain, but in multi-process mode, will55 A first step in creating a multi-process QEMU is to separate IO services
48 #define USBAUDIO_MAX_CHANNELS(s) (s->multi ? 8 : 2)653 bool multi; member949 dev->usb_desc = s->multi ? &desc_audio_multi : &desc_audio; in usb_audio_realize()997 DEFINE_PROP_BOOL("multi", USBAudioState, multi, false),
1 # multi-process trace events
683 bool multi = false; in iommufd_cdev_pci_hot_reset() local748 multi = true; in iommufd_cdev_pci_hot_reset()751 if (!single && !multi) { in iommufd_cdev_pci_hot_reset()
967 bool multi = false; in vfio_legacy_pci_hot_reset() local1033 multi = true; in vfio_legacy_pci_hot_reset()1039 if (!single && !multi) { in vfio_legacy_pci_hot_reset()
18 system_ss.add(when: 'CONFIG_SERIAL_PCI_MULTI', if_true: files('serial-pci-multi.c'))
4 Facebook has a series of multi-node compute server designs named
82 PCI Express Root Port is a function and a multi-function86 Prefer grouping PCI Express Root Ports into multi-function devices117 2.2.2 Using multi-function PCI Express Root Ports:
62 # @mptcp: enable multi-path TCP. (Since 6.1)
1059 # @touch: screen contact on a multi-touch device (since 8.1)1080 # Type of a multi-touch event.1149 # @type: The type of multi-touch event.1180 # @mtt: a multi-touch input event
48 QEMU is multi-platform software intended to be buildable on all modern
Completed in 43 milliseconds