/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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, 224 bool incoming, unsigned long type, in trace_devlink_hwmsg() 223 trace_devlink_hwmsg(const struct devlink *devlink, bool incoming, unsigned long type, const u8 *buf, size_t len) trace_devlink_hwmsg() argument
|
/kernel/linux/linux-6.6/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() 222 trace_devlink_hwmsg(const struct devlink *devlink, bool incoming, unsigned long type, const u8 *buf, size_t len) trace_devlink_hwmsg() argument
|
/kernel/linux/linux-5.10/drivers/iio/buffer/ |
H A D | industrialio-buffer-dma.c | 33 * 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() [all...] |
/kernel/linux/linux-6.6/drivers/iio/buffer/ |
H A D | industrialio-buffer-dma.c | 33 * 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() [all...] |
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_req.c | 1428 static void submit_fast_path(struct drbd_device *device, struct list_head *incoming) in submit_fast_path() argument 1434 list_for_each_entry_safe(req, tmp, incoming, tl_requests) { in submit_fast_path() 1455 struct list_head *incoming, in prepare_al_transaction_nonblock() 1464 while ((req = list_first_entry_or_null(incoming, struct drbd_request, tl_requests))) { in prepare_al_transaction_nonblock() 1500 LIST_HEAD(incoming); /* from drbd_make_request() */ in do_submit() 1504 /* grab new incoming requests */ in do_submit() 1506 list_splice_tail_init(&device->submit.writes, &incoming); in do_submit() 1512 /* move used-to-be-busy back to front of incoming */ in do_submit() 1513 list_splice_init(&busy, &incoming); in do_submit() 1514 submit_fast_path(device, &incoming); in do_submit() 1454 prepare_al_transaction_nonblock(struct drbd_device *device, struct list_head *incoming, struct list_head *pending, struct list_head *later) prepare_al_transaction_nonblock() argument [all...] |
/kernel/linux/linux-6.6/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() 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() 1468 prepare_al_transaction_nonblock(struct drbd_device *device, struct list_head *incoming, struct list_head *pending, struct list_head *later) prepare_al_transaction_nonblock() argument [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-service-time.c | 199 * for the incoming I/O. 208 * ('pi->in-flight-size' + 'incoming') / 'pi->relative_throughput' 213 size_t incoming) in st_compare_load() 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() 212 st_compare_load(struct path_info *pi1, struct path_info *pi2, size_t incoming) st_compare_load() argument [all...] |
/kernel/linux/linux-6.6/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() 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() 215 st_compare_load(struct path_info *pi1, struct path_info *pi2, size_t incoming) st_compare_load() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_ct.h | 57 struct list_head incoming; /* incoming requests */ member 58 struct work_struct worker; /* handler for incoming requests */
|
H A 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()
|
/kernel/linux/linux-5.10/drivers/greybus/ |
H A D | connection.c | 625 * Cancel all active incoming operations on a connection. 635 bool incoming; variable 638 incoming = false; 643 incoming = true; 648 if (!incoming) 664 * @rx: whether to enable incoming requests
|
/kernel/linux/linux-6.6/drivers/greybus/ |
H A D | connection.c | 625 * Cancel all active incoming operations on a connection. 635 bool incoming; variable 638 incoming = false; 643 incoming = true; 648 if (!incoming) 664 * @rx: whether to enable incoming requests
|
/kernel/linux/linux-5.10/include/linux/iio/ |
H A D | buffer-dma.h | 28 * @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/linux/linux-6.6/include/linux/iio/ |
H A D | buffer-dma.h | 23 * @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-6.6/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 */
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_sock.c | 231 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() 738 bt_cb(skb)->incoming = 1; in hci_si_event() 1453 int incoming = bt_cb(skb)->incoming; in hci_sock_cmsg() local 1454 put_cmsg(msg, SOL_HCI, HCI_CMSG_DIR, sizeof(incoming), in hci_sock_cmsg() 1455 &incoming); in hci_sock_cmsg()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sock.c | 232 if (!bt_cb(skb)->incoming) in hci_send_to_sock() 377 if (bt_cb(skb)->incoming) in hci_send_to_monitor() 383 if (bt_cb(skb)->incoming) in hci_send_to_monitor() 389 if (bt_cb(skb)->incoming) in hci_send_to_monitor() 796 bt_cb(skb)->incoming = 1; in hci_si_event() 1521 int incoming = bt_cb(skb)->incoming; in hci_sock_cmsg() local 1522 put_cmsg(msg, SOL_HCI, HCI_CMSG_DIR, sizeof(incoming), in hci_sock_cmsg() 1523 &incoming); in hci_sock_cmsg()
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | csum_ipv6_magic.S | 25 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
|
H A D | ev6-csum_ipv6_magic.S | 71 zapnot $20,15,$20 # U : zero extend incoming csum
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | csum_ipv6_magic.S | 25 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
|
H A D | ev6-csum_ipv6_magic.S | 71 zapnot $20,15,$20 # U : zero extend incoming csum
|
/kernel/linux/linux-5.10/drivers/net/arcnet/ |
H A D | arcdevice.h | 311 struct Incoming incoming[256]; /* one from each address */ member
|
/kernel/linux/linux-6.6/drivers/net/arcnet/ |
H A D | arcdevice.h | 311 struct Incoming incoming[256]; /* one from each address */ member
|