/linux/tools/perf/pmu-events/arch/x86/alderlaken/ |
H A D | uncore-memory.json | 89 "BriefDescription": "incoming read request page status is Page Empty", 97 "BriefDescription": "incoming write request page status is Page Empty", 105 "BriefDescription": "incoming read request page status is Page Hit", 113 "BriefDescription": "incoming write request page status is Page Hit", 121 "BriefDescription": "incoming read request page status is Page Miss", 129 "BriefDescription": "incoming write request page status is Page Miss", 153 "BriefDescription": "Incoming read prefetch request from IA.", 177 "BriefDescription": "Incoming VC0 read request", 185 "BriefDescription": "Incoming VC0 write request", 193 "BriefDescription": "Incoming VC1 read request", [all …]
|
/linux/tools/perf/pmu-events/arch/x86/alderlake/ |
H A D | uncore-memory.json | 89 "BriefDescription": "incoming read request page status is Page Empty", 97 "BriefDescription": "incoming write request page status is Page Empty", 105 "BriefDescription": "incoming read request page status is Page Hit", 113 "BriefDescription": "incoming write request page status is Page Hit", 121 "BriefDescription": "incoming read request page status is Page Miss", 129 "BriefDescription": "incoming write request page status is Page Miss", 153 "BriefDescription": "Incoming read prefetch request from IA.", 177 "BriefDescription": "Incoming VC0 read request", 185 "BriefDescription": "Incoming VC0 write request", 193 "BriefDescription": "Incoming VC1 read request", [all …]
|
/linux/drivers/md/ |
H A D | dm-ps-service-time.c | 202 * 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 …]
|
/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; 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/net/ethernet/mellanox/mlx5/core/steering/sws/ |
H A D | dr_types.h | 526 u32 smac_47_16; /* Source MAC address of incoming packet */ 527 /* Incoming packet Ethertype - this is the Ethertype 530 u32 smac_15_0:16; /* Source MAC address of incoming packet */ 533 u32 dmac_47_16; /* Destination MAC address of incoming packet */ 535 u32 dmac_15_0:16; /* Destination MAC address of incoming packet */ 536 /* Priority of first VLAN tag in the incoming packet. 540 /* CFI bit of first VLAN tag in the incoming packet. 544 /* VLAN ID of first VLAN tag in the incoming packet. 590 /* IPv6 source address of incoming packets 595 /* IPv6 source address of incoming packets [all …]
|
/linux/fs/nfs/ |
H A D | nfsroot.c | 18 * 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()
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | tc_shblocks.sh | 60 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"
|
/linux/net/netlabel/ |
H A D | netlabel_unlabeled.h | 26 * 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 */
|
/linux/include/linux/iio/ |
H A D | buffer-dma.h | 26 * @IIO_BLOCK_STATE_QUEUED: Block is on the incoming queue 106 * @lock: Protects the incoming list, active and the fields in the fileio 112 * @incoming: List of buffers on the incoming queue 124 struct list_head incoming; member
|
/linux/Documentation/networking/ |
H A D | mctp.rst | 83 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
|
/linux/include/uapi/linux/ |
H A D | if_pppol2tp.h | 34 __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 */
|
/linux/include/linux/soc/qcom/ |
H A D | qmi.h | 65 * 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
|
/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
|
/linux/drivers/block/drbd/ |
H A D | drbd_req.c | 1442 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() 1518 /* grab new incoming requests */ in do_submit() 1520 list_splice_tail_init(&device->submit.writes, &incoming); in do_submit() 1526 /* move used-to-be-busy back to front of incoming */ in do_submit() 1527 list_splice_init(&busy, &incoming); in do_submit() 1528 submit_fast_path(device, &incoming); in do_submit() [all …]
|
/linux/net/rxrpc/ |
H A D | conn_service.c | 62 * for incoming packets. 145 * Set up an incoming connection. This is called in BH context with the RCU 179 /* Make the connection a target for incoming packets. */ in rxrpc_new_incoming_connection() 185 * target for incoming packets.
|
/linux/Documentation/bpf/ |
H A 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. 49 Incoming traffic to established (TCP) and connected (UDP) sockets is delivered
|
/linux/drivers/infiniband/sw/rdmavt/ |
H A D | mad.c | 11 * rvt_process_mad - process an incoming MAD packet 17 * @in: the incoming MAD 18 * @in_mad_size: size of the incoming MAD reply
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_ct.h | 83 struct list_head incoming; /* incoming requests */ member 84 struct work_struct worker; /* handler for incoming requests */
|
/linux/Documentation/driver-api/nfc/ |
H A 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/drivers/gpu/drm/xe/ |
H A D | xe_guc_relay_types.h | 20 /** @worker: dispatches incoming action messages. */ 26 /** @incoming_actions: list of incoming relay action messages to process. */
|
/linux/drivers/greybus/ |
H A D | operation.c | 246 "%s: unexpected incoming request of type 0x%02x\n", in gb_operation_request_handle() 264 * For incoming requests, call the protocol request handler. The operation 324 * The type supplied for incoming message buffers will be in gb_operation_message_init() 351 * for an incoming operation. The message header for an outbound 509 * Request messages for incoming operations can arrive in interrupt 513 * allocating a response buffer lies with the incoming request 816 * Send a response for an incoming operation request. A non-zero 819 * If there is any response payload, the incoming request handler is 911 * This is called in interrupt context, so just copy the incoming 930 "%s: can't create incoming operation\n", in gb_connection_recv_request() [all …]
|
/linux/drivers/hsi/controllers/ |
H A D | omap_ssi.h | 62 * @brkqueue: Queue of incoming HWBREAK requests (FRAME mode) 66 * @wake_irq: IRQ number for incoming wake line (-1 if none) 67 * @wake_gpio: GPIO number for incoming wake line (-1 if none)
|
/linux/Documentation/filesystems/nfs/ |
H A 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/net/mptcp/ |
H A D | mib.h | 54 MPTCP_MIB_ADDADDRDROP, /* Dropped incoming ADD_ADDR */ 61 MPTCP_MIB_RMADDRDROP, /* Dropped incoming RM_ADDR */ 73 MPTCP_MIB_RCVPRUNED, /* Incoming packet dropped due to memory limit */
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | cgroup_tcp_skb.c | 223 /* Check the types of incoming packets of a server socket to make sure they 269 /* Check the types of incoming packets of a server socket to make sure they 315 /* Check the types of incoming packets of a client socket to make sure they 361 /* Check the types of incoming packets of a client socket to make sure they
|