/openbmc/linux/fs/nfs/ |
H A D | nfsroot.c | 192 static int __init root_nfs_parse_options(char *incoming, char *exppath, in root_nfs_parse_options() argument 200 p = strsep(&incoming, ","); in root_nfs_parse_options() 209 if (incoming != NULL && *incoming != '\0') in root_nfs_parse_options() 210 if (root_nfs_cat(nfs_root_options, incoming, in root_nfs_parse_options()
|
/openbmc/linux/include/trace/events/ |
H A D | devlink.h | 18 TP_PROTO(const struct devlink *devlink, bool incoming, 21 TP_ARGS(devlink, incoming, type, buf, len), 27 __field(bool, incoming) 37 __entry->incoming = incoming; 45 __get_str(driver_name), __entry->incoming, __entry->type, 223 bool incoming, unsigned long type, in trace_devlink_hwmsg() argument
|
/openbmc/qemu/hw/hyperv/ |
H A D | trace-events | 22 hv_balloon_incoming_version(uint16_t major, uint16_t minor) "incoming proto version %u.%u" 23 hv_balloon_incoming_caps(uint32_t caps) "incoming caps 0x%x" 25 hv_balloon_incoming_unballoon(uint32_t trans_id) "incoming unballoon response %"PRIu32 27 hv_balloon_incoming_hot_add(uint32_t trans_id, uint32_t result, uint32_t count) "incoming hot add r… 29 hv_balloon_incoming_balloon(uint32_t trans_id, uint32_t range_count, uint32_t more_pages) "incoming…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/ |
H A D | gammu-smsdrc | 18 # incoming sms only from numbers written here (incoming sms from all other 24 # incoming sms from all numbers not written here (incoming sms from numbers
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 201 | 72 -incoming "unix:${MIG_SOCKET}" 76 -incoming "unix:${MIG_SOCKET}"
|
H A D | 181 | 72 -incoming "unix:${MIG_SOCKET}" 76 -incoming "unix:${MIG_SOCKET}"
|
H A D | 145 | 60 -incoming 'exec:true' -snapshot -serial none -monitor stdio \
|
H A D | 192 | 62 _launch_qemu -drive $DRIVE_ARG -incoming defer
|
H A D | 091 | 71 -incoming "exec: cat '${MIG_FIFO}'"
|
/openbmc/qemu/docs/devel/migration/ |
H A D | CPR.rst | 23 resumes by running QEMU with the ``-incoming`` option. Because the 59 and provides all the data to the incoming side. 63 * Start QEMU with the ``-incoming defer`` option. 66 * Issue the ``migrate-incoming`` command. 92 # qemu-kvm ... -incoming defer 131 # qemu-kvm ... -incoming defer
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | qcow2-internal-snapshots | 155 _qemu -loadvm snap0 -incoming defer 161 } | _qemu -incoming defer
|
H A D | nbd-tls-iothread | 130 -incoming defer 135 echo === Dst VM: Enable NBD server for incoming storage migration ===
|
/openbmc/linux/drivers/iio/buffer/ |
H A D | industrialio-buffer-dma.c | 323 INIT_LIST_HEAD(&queue->incoming); in iio_dma_buffer_request_update() 349 list_add_tail(&block->head, &queue->incoming); in iio_dma_buffer_request_update() 408 list_for_each_entry_safe(block, _block, &queue->incoming, head) { in iio_dma_buffer_enable() 451 list_add_tail(&block->head, &queue->incoming); in iio_dma_buffer_enqueue() 619 INIT_LIST_HEAD(&queue->incoming); in iio_dma_buffer_init() 651 INIT_LIST_HEAD(&queue->incoming); in iio_dma_buffer_exit()
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_req.c | 1448 list_for_each_entry_safe(req, tmp, incoming, tl_requests) { in submit_fast_path() 1469 struct list_head *incoming, in prepare_al_transaction_nonblock() argument 1514 LIST_HEAD(incoming); /* from drbd_make_request() */ in do_submit() 1520 list_splice_tail_init(&device->submit.writes, &incoming); in do_submit() 1527 list_splice_init(&busy, &incoming); in do_submit() 1528 submit_fast_path(device, &incoming); in do_submit() 1529 if (list_empty(&incoming)) in do_submit() 1535 list_splice_init(&busy, &incoming); in do_submit() 1553 if (!list_empty(&incoming)) in do_submit() 1581 while (list_empty(&incoming)) { in do_submit() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/ |
H A D | procmail_3.22.bb | 3 incoming mail into separate folders/files (real convenient when subscribing\ 7 forward certain incoming mail automatically to someone."
|
/openbmc/linux/drivers/md/ |
H A D | dm-ps-service-time.c | 216 size_t incoming) in st_compare_load() argument 254 sz1 += incoming; in st_compare_load() 255 sz2 += incoming; in st_compare_load()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-streamon.rst | 44 are any empty buffers in the incoming queue) until ``VIDIOC_STREAMON`` 56 and it removes all buffers from the incoming and outgoing queues. That 66 the incoming queue and all are returned to the same state as after
|
/openbmc/qemu/docs/system/ |
H A D | managed-startup.rst | 13 code loaded by QEMU in the VM's RAM and with incoming migration 14 - with incoming migration, initial state will be amended with the migrated
|
/openbmc/linux/Documentation/networking/ |
H A D | mctp.rst | 83 Sockets that receive incoming request packets will bind to a local address, 100 The reference to 'incoming' is important here; a bound socket will only receive 101 messages with the TO bit set, to indicate an incoming request message, rather 111 receive incoming packets from any locally-connected network. A specific network 112 value will cause the socket to only receive incoming messages from that network. 119 lower 7 bits of the type is matched on incoming messages (ie., the 202 remote address of the incoming message, including tag value (this will be needed
|
H A D | secid.rst | 14 the incoming packet this flow is being generated as a response to (e.g. tcp
|
/openbmc/linux/Documentation/netlabel/ |
H A D | lsm_interface.rst | 35 on outgoing packets as well as read the labels on incoming packets. Functions 51 when a incoming packet matches a cached value not only are the internal
|
/openbmc/linux/include/linux/iio/ |
H A D | buffer-dma.h | 107 struct list_head incoming; member
|
/openbmc/phosphor-mboxd/Documentation/ |
H A D | mboxd.md | 44 ACTIVE_MAPS_FLASH - The daemon is polling for incoming commands, is not 47 SUSPEND_MAPS_FLASH - The daemon is polling for incoming commands, is 50 ACTIVE_MAPS_MEM - The daemon is polling for incoming commands, is not 53 SUSPEND_MAPS_MEM - The daemon is polling for incoming commands, is
|
/openbmc/hiomapd/Documentation/ |
H A D | mboxd.md | 43 ACTIVE_MAPS_FLASH - The daemon is polling for incoming commands, is not 46 SUSPEND_MAPS_FLASH - The daemon is polling for incoming commands, is 49 ACTIVE_MAPS_MEM - The daemon is polling for incoming commands, is not 52 SUSPEND_MAPS_MEM - The daemon is polling for incoming commands, is
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-service-time.rst | 7 the incoming I/O. 54 ('in-flight-size' + 'size-of-incoming-io') / 'relative_throughput'
|