Home
last modified time | relevance | path

Searched full:incoming (Results 1 – 25 of 2167) sorted by relevance

12345678910>>...87

/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/alderlake/
Duncore-memory.json79 "BriefDescription": "incoming read request page status is Page Empty",
86 "BriefDescription": "incoming write request page status is Page Empty",
93 "BriefDescription": "incoming read request page status is Page Hit",
100 "BriefDescription": "incoming write request page status is Page Hit",
107 "BriefDescription": "incoming read request page status is Page Miss",
114 "BriefDescription": "incoming write request page status is Page Miss",
135 "BriefDescription": "Incoming read prefetch request from IA.",
156 "BriefDescription": "Incoming VC0 read request",
163 "BriefDescription": "Incoming VC0 write request",
170 "BriefDescription": "Incoming VC1 read request",
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/alderlaken/
Duncore-memory.json79 "BriefDescription": "incoming read request page status is Page Empty",
86 "BriefDescription": "incoming write request page status is Page Empty",
93 "BriefDescription": "incoming read request page status is Page Hit",
100 "BriefDescription": "incoming write request page status is Page Hit",
107 "BriefDescription": "incoming read request page status is Page Miss",
114 "BriefDescription": "incoming write request page status is Page Miss",
135 "BriefDescription": "Incoming read prefetch request from IA.",
156 "BriefDescription": "Incoming VC0 read request",
163 "BriefDescription": "Incoming VC0 write request",
170 "BriefDescription": "Incoming VC1 read request",
[all …]
/kernel/linux/linux-5.10/drivers/md/
Ddm-service-time.c199 * for the incoming I/O.
208 * ('pi->in-flight-size' + 'incoming') / 'pi->relative_throughput'
213 size_t incoming) in st_compare_load() argument
237 * st1 = (sz1 + incoming) / pi1->relative_throughput in st_compare_load()
239 * st2 = (sz2 + incoming) / pi2->relative_throughput in st_compare_load()
245 * (sz1 + incoming) / pi1->relative_throughput < in st_compare_load()
246 * (sz2 + incoming) / pi2->relative_throughput in st_compare_load()
247 * (sz1 + incoming) * pi2->relative_throughput < in st_compare_load()
248 * (sz2 + incoming) * pi1->relative_throughput in st_compare_load()
251 sz1 += incoming; in st_compare_load()
[all …]
/kernel/linux/linux-6.6/drivers/md/
Ddm-ps-service-time.c202 * for the incoming I/O.
211 * ('pi->in-flight-size' + 'incoming') / 'pi->relative_throughput'
216 size_t incoming) in st_compare_load() argument
240 * st1 = (sz1 + incoming) / pi1->relative_throughput in st_compare_load()
242 * st2 = (sz2 + incoming) / pi2->relative_throughput in st_compare_load()
248 * (sz1 + incoming) / pi1->relative_throughput < in st_compare_load()
249 * (sz2 + incoming) / pi2->relative_throughput in st_compare_load()
250 * (sz1 + incoming) * pi2->relative_throughput < in st_compare_load()
251 * (sz2 + incoming) * pi1->relative_throughput in st_compare_load()
254 sz1 += incoming; in st_compare_load()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_types.h364 u32 smac_47_16; /* Source MAC address of incoming packet */
365 /* Incoming packet Ethertype - this is the Ethertype
369 u32 smac_15_0:16; /* Source MAC address of incoming packet */
370 u32 dmac_47_16; /* Destination MAC address of incoming packet */
371 /* VLAN ID of first VLAN tag in the incoming packet.
375 /* CFI bit of first VLAN tag in the incoming packet.
379 /* Priority of first VLAN tag in the incoming packet.
383 u32 dmac_15_0:16; /* Destination MAC address of incoming packet */
419 /* IPv6 source address of incoming packets
424 /* IPv6 source address of incoming packets
[all …]
/kernel/linux/linux-6.6/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;
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
/kernel/linux/linux-5.10/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;
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,
224 bool incoming, unsigned long type, in trace_devlink_hwmsg() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_types.h530 u32 smac_47_16; /* Source MAC address of incoming packet */
531 /* Incoming packet Ethertype - this is the Ethertype
534 u32 smac_15_0:16; /* Source MAC address of incoming packet */
537 u32 dmac_47_16; /* Destination MAC address of incoming packet */
539 u32 dmac_15_0:16; /* Destination MAC address of incoming packet */
540 /* Priority of first VLAN tag in the incoming packet.
544 /* CFI bit of first VLAN tag in the incoming packet.
548 /* VLAN ID of first VLAN tag in the incoming packet.
594 /* IPv6 source address of incoming packets
599 /* IPv6 source address of incoming packets
[all …]
/kernel/linux/linux-6.6/include/linux/iio/
Dbuffer-dma.h23 * @IIO_BLOCK_STATE_QUEUED: Block is on the incoming queue
89 * @lock: Protects the incoming list, active and the fields in the fileio
95 * @incoming: List of buffers on the incoming queue
107 struct list_head incoming; member
/kernel/linux/linux-5.10/include/linux/iio/
Dbuffer-dma.h28 * @IIO_BLOCK_STATE_QUEUED: Block is on the incoming queue
94 * @lock: Protects the incoming list, active and the fields in the fileio
100 * @incoming: List of buffers on the incoming queue
112 struct list_head incoming; member
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/full/
DIt_los_queue_103.c49 ret = LOS_QueueWriteCopy(queueID, &buff1, 8, 0); // 8, Incoming buffer size. in Testcase()
53 ret = LOS_QueueWriteCopy(queueID, &buff1, 8, 0); // 8, Incoming buffer size. in Testcase()
57 ret = LOS_QueueWriteCopy(queueID, &buff1, 8, 0); // 8, Incoming buffer size. in Testcase()
61 ret = LOS_QueueWriteCopy(queueID - 1, &buff1, 8, 0); // 8, Incoming buffer size. in Testcase()
/kernel/linux/linux-5.10/fs/nfs/
Dnfsroot.c18 * Michael Rausch : Fixed recognition of an incoming RARP answer.
188 * passed-in string @incoming.
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()
206 * @incoming now points to the rest of the string; if it 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()
/kernel/linux/linux-6.6/fs/nfs/
Dnfsroot.c18 * Michael Rausch : Fixed recognition of an incoming RARP answer.
188 * passed-in string @incoming.
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()
206 * @incoming now points to the rest of the string; if it 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()
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
Dtc_shblocks.sh60 check_err $? "Did not match first incoming packet on a block"
66 check_err $? "Did not match second incoming packet on a block"
86 check_err $? "Did not match first incoming packet on a block"
92 check_err $? "Did not match second incoming packet on a block"
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
Dtc_shblocks.sh60 check_err $? "Did not match first incoming packet on a block"
66 check_err $? "Did not match second incoming packet on a block"
86 check_err $? "Did not match first incoming packet on a block"
92 check_err $? "Did not match second incoming packet on a block"
/kernel/linux/linux-6.6/net/netlabel/
Dnetlabel_unlabeled.h26 * incoming unlabeled connections.
45 * label for incoming unlabeled connections.
84 * label for incoming unlabeled connections.
102 * static label for incoming unlabeled connections.
223 /* Process Unlabeled incoming network packets */
/kernel/linux/linux-5.10/net/netlabel/
Dnetlabel_unlabeled.h26 * incoming unlabeled connections.
45 * label for incoming unlabeled connections.
84 * label for incoming unlabeled connections.
102 * static label for incoming unlabeled connections.
223 /* Process Unlabeled incoming network packets */
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/iio/buffer/
Dindustrialio-buffer-dma.c33 * means of two queues. The incoming queue and the outgoing queue. Blocks on the
34 * incoming queue are waiting for the DMA controller to pick them up and fill
41 * * On the incoming list: Blocks on the incoming list are queued up to be
51 * incoming or outgoing queue the block will be freed.
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()
366 * limbo. It will neither be on the incoming nor outgoing list, nor will in iio_dma_buffer_submit_block()
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()
[all …]
/kernel/linux/linux-6.6/drivers/iio/buffer/
Dindustrialio-buffer-dma.c33 * means of two queues. The incoming queue and the outgoing queue. Blocks on the
34 * incoming queue are waiting for the DMA controller to pick them up and fill
41 * * On the incoming list: Blocks on the incoming list are queued up to be
51 * incoming or outgoing queue the block will be freed.
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()
366 * limbo. It will neither be on the incoming nor outgoing list, nor will in iio_dma_buffer_submit_block()
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()
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/
Dif_pppol2tp.h34 __u16 s_tunnel, s_session; /* For matching incoming packets */
46 __u16 s_tunnel, s_session; /* For matching incoming packets */
62 __u32 s_tunnel, s_session; /* For matching incoming packets */
71 __u32 s_tunnel, s_session; /* For matching incoming packets */
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_pppol2tp.h34 __u16 s_tunnel, s_session; /* For matching incoming packets */
46 __u16 s_tunnel, s_session; /* For matching incoming packets */
62 __u32 s_tunnel, s_session; /* For matching incoming packets */
71 __u32 s_tunnel, s_session; /* For matching incoming packets */
/kernel/linux/linux-6.6/Documentation/networking/
Dmctp.rst83 Sockets that receive incoming request packets will bind to a local address,
98 This establishes the local address of the socket. Incoming MCTP messages that
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
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ct.h57 struct list_head incoming; /* incoming requests */ member
58 struct work_struct worker; /* handler for incoming requests */
/kernel/linux/linux-5.10/include/linux/soc/qcom/
Dqmi.h65 * is present in an incoming message.
141 * @msg_handler: invoked for incoming messages, allows a client to
204 * @work: work for handling incoming messages
206 * @recv_buf: scratch buffer for handling incoming messages
214 * @handlers: list of handlers for incoming messages

12345678910>>...87