| /Linux-v5.10/fs/nfs/ |
| 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()
|
| /Linux-v5.10/include/trace/events/ |
| 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, 224 bool incoming, unsigned long type, in trace_devlink_hwmsg() argument
|
| /Linux-v5.10/drivers/iio/buffer/ |
| 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()
|
| /Linux-v5.10/Documentation/userspace-api/media/v4l/ |
| D | vidioc-streamon.rst | 44 are any empty buffers in the incoming queue) until ``VIDIOC_STREAMON`` 47 succeed when at least one output buffer is in the incoming queue. 57 and it removes all buffers from the incoming and outgoing queues. That 67 the incoming queue and all are returned to the same state as after
|
| D | userp.rst | 111 the incoming buffer queue, and perhaps by maintaining caches assuming 115 the pages of empty buffers in the incoming queue need not be saved to 116 disk. Output buffers must be saved on the incoming and outgoing queue
|
| /Linux-v5.10/drivers/block/drbd/ |
| D | drbd_req.c | 1427 static void submit_fast_path(struct drbd_device *device, struct list_head *incoming) in submit_fast_path() argument 1433 list_for_each_entry_safe(req, tmp, incoming, tl_requests) { in submit_fast_path() 1454 struct list_head *incoming, in prepare_al_transaction_nonblock() argument 1463 while ((req = list_first_entry_or_null(incoming, struct drbd_request, tl_requests))) { in prepare_al_transaction_nonblock() 1499 LIST_HEAD(incoming); /* from drbd_make_request() */ in do_submit() 1505 list_splice_tail_init(&device->submit.writes, &incoming); in do_submit() 1512 list_splice_init(&busy, &incoming); in do_submit() 1513 submit_fast_path(device, &incoming); in do_submit() 1514 if (list_empty(&incoming)) in do_submit() 1520 list_splice_init(&busy, &incoming); in do_submit() [all …]
|
| /Linux-v5.10/drivers/md/ |
| D | dm-service-time.c | 213 size_t incoming) in st_compare_load() argument 251 sz1 += incoming; in st_compare_load() 252 sz2 += incoming; in st_compare_load()
|
| /Linux-v5.10/drivers/gpu/drm/i915/gt/uc/ |
| D | intel_guc_ct.h | 57 struct list_head incoming; /* incoming requests */ member
|
| D | intel_guc_ct.c | 46 INIT_LIST_HEAD(&ct->requests.incoming); in intel_guc_ct_init_early() 762 request = list_first_entry_or_null(&ct->requests.incoming, in ct_process_incoming_requests() 766 done = !!list_empty(&ct->requests.incoming); in ct_process_incoming_requests() 830 list_add_tail(&request->link, &ct->requests.incoming); in ct_handle_request()
|
| /Linux-v5.10/Documentation/netlabel/ |
| 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
|
| /Linux-v5.10/drivers/net/wireless/intel/iwlwifi/ |
| D | Kconfig | 88 Enabling broadcast filtering will drop any incoming wireless 90 patterns (e.g. incoming arp requests). 93 expect incoming broadcasts for their normal operations.
|
| /Linux-v5.10/Documentation/devicetree/bindings/soc/qcom/ |
| D | qcom,smp2p.txt | 65 Usage: required for incoming entries 73 Usage: required for incoming entries
|
| /Linux-v5.10/Documentation/admin-guide/device-mapper/ |
| D | dm-service-time.rst | 7 the incoming I/O. 54 ('in-flight-size' + 'size-of-incoming-io') / 'relative_throughput'
|
| /Linux-v5.10/Documentation/networking/ |
| D | secid.rst | 14 the incoming packet this flow is being generated as a response to (e.g. tcp
|
| /Linux-v5.10/include/linux/iio/ |
| D | buffer-dma.h | 112 struct list_head incoming; member
|
| /Linux-v5.10/net/bluetooth/ |
| D | hci_sock.c | 220 if (!bt_cb(skb)->incoming) in hci_send_to_sock() 318 if (bt_cb(skb)->incoming) in hci_send_to_monitor() 324 if (bt_cb(skb)->incoming) in hci_send_to_monitor() 330 if (bt_cb(skb)->incoming) in hci_send_to_monitor() 726 bt_cb(skb)->incoming = 1; in hci_si_event() 1404 int incoming = bt_cb(skb)->incoming; in hci_sock_cmsg() local 1405 put_cmsg(msg, SOL_HCI, HCI_CMSG_DIR, sizeof(incoming), in hci_sock_cmsg() 1406 &incoming); in hci_sock_cmsg()
|
| /Linux-v5.10/drivers/virt/ |
| D | Kconfig | 26 2) A file interface to reading incoming doorbells.
|
| /Linux-v5.10/drivers/greybus/ |
| D | connection.c | 635 bool incoming; in gb_connection_flush_incoming_operations() local 638 incoming = false; in gb_connection_flush_incoming_operations() 643 incoming = true; in gb_connection_flush_incoming_operations() 648 if (!incoming) in gb_connection_flush_incoming_operations()
|
| /Linux-v5.10/Documentation/filesystems/nfs/ |
| D | knfsd-stats.rst | 82 This statistic tracks the circumstance where incoming 89 i.e. was not woken to handle any incoming network packets for 108 Note that incoming packets on NFS transports will be dealt with in
|
| /Linux-v5.10/Documentation/driver-api/nfc/ |
| D | nfc-hci.rst | 121 On the rx path, the driver is responsible to push incoming HCP frames to HCI 200 fast, cannot sleep. sends incoming frames to HCI where they are passed to 217 Dispatches incoming HCI commands or events. 248 receives incoming frames in an skb queue filled from the driver IRQ handler. 290 - driver (pn544) fails to deliver an incoming frame: it stores the error such 296 - SMW is basically a background thread to handle incoming and outgoing shdlc
|
| /Linux-v5.10/Documentation/devicetree/bindings/iio/gyroscope/ |
| D | invensense,mpu3050.txt | 19 incoming I2C bus, alternatively drive traffic to a slave device (usually
|
| /Linux-v5.10/Documentation/bpf/ |
| D | prog_sk_lookup.rst | 12 incoming packet by calling the ``bpf_sk_assign()`` BPF helper function. 47 find a listening (TCP) or an unconnected (UDP) socket for an incoming packet.
|
| /Linux-v5.10/Documentation/networking/devlink/ |
| D | bnxt.rst | 41 incoming packets.
|
| /Linux-v5.10/arch/alpha/lib/ |
| D | csum_ipv6_magic.S | 25 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
|
| /Linux-v5.10/Documentation/ABI/testing/ |
| D | sysfs-bus-intel_th-devices-gth | 26 incoming data while output port is in reset.
|