Home
last modified time | relevance | path

Searched refs:incoming (Results 1 – 25 of 135) sorted by relevance

123456

/Linux-v5.15/fs/nfs/
Dnfsroot.c192 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.15/include/trace/events/
Ddevlink.h18 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.15/drivers/iio/buffer/
Dindustrialio-buffer-dma.c323 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.15/Documentation/userspace-api/media/v4l/
Dvidioc-streamon.rst44 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
Duserp.rst111 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.15/Documentation/networking/
Dmctp.rst83 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
Dsecid.rst14 the incoming packet this flow is being generated as a response to (e.g. tcp
Drxrpc.rst261 (#) Notifications of incoming calls.
265 (#) When the kernel has received and set up an incoming call, it sends a
537 incoming connections are made. This can be seen in an example program that can
694 (5) The server is then set to listen out for incoming calls::
698 (6) The kernel notifies the server of pending incoming connections by sending
834 incoming data packets or remote aborts happen.
948 and handling the incoming message, the ID assigned by the kernel utility
957 RXRPC_SKB_MARK_FINAL_ACK Final ACK received for an incoming call
962 RXRPC_SKB_MARK_NEW_CALL New incoming call awaiting acceptance
979 (#) Accept an incoming call::
[all …]
/Linux-v5.15/drivers/block/drbd/
Ddrbd_req.c1430 static void submit_fast_path(struct drbd_device *device, struct list_head *incoming) in submit_fast_path() argument
1436 list_for_each_entry_safe(req, tmp, incoming, tl_requests) { in submit_fast_path()
1457 struct list_head *incoming, in prepare_al_transaction_nonblock() argument
1466 while ((req = list_first_entry_or_null(incoming, struct drbd_request, tl_requests))) { in prepare_al_transaction_nonblock()
1502 LIST_HEAD(incoming); /* from drbd_make_request() */ in do_submit()
1508 list_splice_tail_init(&device->submit.writes, &incoming); in do_submit()
1515 list_splice_init(&busy, &incoming); in do_submit()
1516 submit_fast_path(device, &incoming); in do_submit()
1517 if (list_empty(&incoming)) in do_submit()
1523 list_splice_init(&busy, &incoming); in do_submit()
[all …]
/Linux-v5.15/drivers/md/
Ddm-ps-service-time.c216 size_t incoming) in st_compare_load() argument
254 sz1 += incoming; in st_compare_load()
255 sz2 += incoming; in st_compare_load()
/Linux-v5.15/Documentation/netlabel/
Dlsm_interface.rst35 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.15/drivers/net/wireless/intel/iwlwifi/
DKconfig88 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.15/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smp2p.txt65 Usage: required for incoming entries
73 Usage: required for incoming entries
/Linux-v5.15/Documentation/admin-guide/device-mapper/
Ddm-service-time.rst7 the incoming I/O.
54 ('in-flight-size' + 'size-of-incoming-io') / 'relative_throughput'
/Linux-v5.15/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ct.h82 struct list_head incoming; /* incoming requests */ member
/Linux-v5.15/net/bluetooth/
Dhci_sock.c231 if (!bt_cb(skb)->incoming) in hci_send_to_sock()
329 if (bt_cb(skb)->incoming) in hci_send_to_monitor()
335 if (bt_cb(skb)->incoming) in hci_send_to_monitor()
341 if (bt_cb(skb)->incoming) in hci_send_to_monitor()
737 bt_cb(skb)->incoming = 1; in hci_si_event()
1421 int incoming = bt_cb(skb)->incoming; in hci_sock_cmsg() local
1422 put_cmsg(msg, SOL_HCI, HCI_CMSG_DIR, sizeof(incoming), in hci_sock_cmsg()
1423 &incoming); in hci_sock_cmsg()
/Linux-v5.15/include/linux/iio/
Dbuffer-dma.h112 struct list_head incoming; member
/Linux-v5.15/drivers/virt/
DKconfig26 2) A file interface to reading incoming doorbells.
/Linux-v5.15/drivers/greybus/
Dconnection.c635 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.15/Documentation/filesystems/nfs/
Dknfsd-stats.rst82 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.15/Documentation/driver-api/nfc/
Dnfc-hci.rst121 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.15/Documentation/bpf/
Dprog_sk_lookup.rst12 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.15/Documentation/networking/devlink/
Dbnxt.rst41 incoming packets.
/Linux-v5.15/arch/alpha/lib/
Dcsum_ipv6_magic.S25 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-intel_th-devices-gth26 incoming data while output port is in reset.

123456