Home
last modified time | relevance | path

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

123456

/linux/tools/verification/rvgen/rvgen/
H A Dltl2ba.py72 def __init__(self, incoming: set['GraphNode'], new, old, _next):
76 self.incoming = incoming.copy()
87 nd.incoming |= self.incoming
191 tmp = GraphNode(node.incoming,
215 node1 = GraphNode(node.incoming,
219 node2 = GraphNode(node.incoming,
237 node1 = GraphNode(node.incoming,
241 node2 = GraphNode(node.incoming,
259 node1 = GraphNode(node.incoming,
263 node2 = GraphNode(node.incoming,
[all …]
/linux/kernel/liveupdate/
H A Dluo_session.c105 struct luo_session_header incoming; member
110 .incoming = {
111 .list = LIST_HEAD_INIT(luo_session_global.incoming.list),
112 .rwsem = __RWSEM_INITIALIZER(luo_session_global.incoming.rwsem),
217 sh = &luo_session_global.incoming; in luo_session_release()
413 struct luo_session_header *sh = &luo_session_global.incoming; in luo_session_retrieve()
506 luo_session_global.incoming.header_ser = header_ser; in luo_session_setup_incoming()
507 luo_session_global.incoming.ser = (void *)(header_ser + 1); in luo_session_setup_incoming()
508 luo_session_global.incoming.active = true; in luo_session_setup_incoming()
515 struct luo_session_header *sh = &luo_session_global.incoming; in luo_session_deserialize()
[all …]
/linux/fs/nfs/
H A 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/include/trace/events/
H A 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;
43 TP_printk("bus_name=%s dev_name=%s driver_name=%s incoming=%d type=%lu buf=0x[%*phD] len=%zu",
45 __get_str(driver_name), __entry->incoming, __entry->type,
223 bool incoming, unsigned long type, in trace_devlink_hwmsg() argument
/linux/drivers/block/drbd/
H A Ddrbd_req.c1442 static void submit_fast_path(struct drbd_device *device, struct list_head *incoming) in submit_fast_path() argument
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
1478 while ((req = list_first_entry_or_null(incoming, struct drbd_request, tl_requests))) { in prepare_al_transaction_nonblock()
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()
[all …]
/linux/drivers/iio/buffer/
H A Dindustrialio-buffer-dma.c373 INIT_LIST_HEAD(&queue->incoming); in iio_dma_buffer_request_update()
412 list_add_tail(&block->head, &queue->incoming); in iio_dma_buffer_request_update()
437 INIT_LIST_HEAD(&queue->incoming); in iio_dma_buffer_fileio_free()
501 list_for_each_entry_safe(block, _block, &queue->incoming, head) { in iio_dma_buffer_enable()
544 list_add_tail(&block->head, &queue->incoming); in iio_dma_buffer_enqueue()
866 INIT_LIST_HEAD(&queue->incoming); in iio_dma_buffer_init()
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-streamon.rst44 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
H A 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/drivers/md/
H A 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/drivers/md/dm-vdo/
H A Dpacker.c328 bin->incoming[bin->slots_used++] = data_vio; in add_to_bin()
342 struct data_vio *data_vio = bin->incoming[--bin->slots_used]; in remove_from_bin()
679 bin->incoming[slot] = bin->incoming[bin->slots_used]; in vdo_remove_lock_holder_from_packer()
680 bin->incoming[slot]->compression.slot = slot; in vdo_remove_lock_holder_from_packer()
H A Dpacker.h71 struct data_vio *incoming[]; member
/linux/Documentation/networking/
H A 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
H A Dsecid.rst14 the incoming packet this flow is being generated as a response to (e.g. tcp
/linux/Documentation/netlabel/
H A 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/Documentation/admin-guide/device-mapper/
H A Ddm-service-time.rst7 the incoming I/O.
54 ('in-flight-size' + 'size-of-incoming-io') / 'relative_throughput'
/linux/net/bluetooth/
H A Dhci_sock.c232 if (!bt_cb(skb)->incoming) in hci_send_to_sock()
378 if (bt_cb(skb)->incoming) in hci_send_to_monitor()
384 if (bt_cb(skb)->incoming) in hci_send_to_monitor()
390 if (bt_cb(skb)->incoming) in hci_send_to_monitor()
396 if (bt_cb(skb)->incoming) in hci_send_to_monitor()
803 bt_cb(skb)->incoming = 1; in hci_si_event()
1527 int incoming = bt_cb(skb)->incoming; in hci_sock_cmsg() local
1528 put_cmsg(msg, SOL_HCI, HCI_CMSG_DIR, sizeof(incoming), in hci_sock_cmsg()
1529 &incoming); in hci_sock_cmsg()
[all...]
/linux/drivers/greybus/
H A 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/Documentation/filesystems/nfs/
H A 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/Documentation/driver-api/nfc/
H A 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/include/linux/iio/
H A Dbuffer-dma.h124 struct list_head incoming; member
/linux/Documentation/bpf/
H A 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/Documentation/networking/devlink/
H A Dbnxt.rst45 incoming packets.
/linux/drivers/virt/
H A DKconfig36 2) A file interface to reading incoming doorbells.
/linux/Documentation/userspace-api/media/drivers/
H A Dnpcm-video.rst27 Compare the incoming frame with the frame stored in memory, and updates the
/linux/arch/alpha/lib/
H A Dcsum_ipv6_magic.S25 zapnot $20,15,$20 # .. e1 : zero extend incoming csum

123456