/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
A D | ktls_rx.c | 338 priv_rx = container_of(resync, struct mlx5e_ktls_offload_context_rx, resync); in resync_handle_work() 356 resync->priv = priv; in resync_init() 357 refcount_set(&resync->refcnt, 1); in resync_init() 434 resync = &priv_rx->resync; in mlx5e_ktls_handle_get_psv_completion() 475 resync = &priv_rx->resync; in resync_queue_get_psv() 477 if (unlikely(!queue_work(resync->priv->tls->rx_wq, &resync->work))) in resync_queue_get_psv() 552 resync = &priv_rx->resync; in mlx5e_ktls_rx_resync() 554 resync->seq = seq; in mlx5e_ktls_rx_resync() 663 resync = &priv_rx->resync; in mlx5e_ktls_add_rx() 664 resync_init(resync, priv); in mlx5e_ktls_add_rx() [all …]
|
/linux-6.3-rc2/drivers/block/drbd/ |
A D | drbd_actlog.c | 669 e = lc_get(device->resync, enr); in update_rs_extent() 718 lc_committed(device->resync); in update_rs_extent() 732 device->resync->nr_elements, in update_rs_extent() 733 device->resync->flags); in update_rs_extent() 914 e = lc_get(device->resync, enr); in _bme_get() 920 lc_committed(device->resync); in _bme_get() 927 rs_flags = device->resync->flags; in _bme_get() 1082 e = lc_get(device->resync, enr); in drbd_try_rs_begin_io() 1095 lc_committed(device->resync); in drbd_try_rs_begin_io() 1142 e = lc_find(device->resync, enr); in drbd_rs_complete_io() [all …]
|
A D | Kconfig | 56 4 resync data write
|
A D | drbd_proc.c | 312 lc_seq_printf_stats(seq, device->resync); in drbd_seq_show()
|
A D | drbd_debugfs.c | 668 lc_seq_printf_stats(m, device->resync); in device_resync_extents_show() 669 lc_seq_dump_details(m, device->resync, "rs_left flags", resync_dump_detail); in device_resync_extents_show()
|
A D | drbd_worker.c | 1839 lc_reset(device->resync); in drbd_start_resync() 1932 lc_destroy(device->resync); in drbd_ldev_destroy() 1933 device->resync = NULL; in drbd_ldev_destroy()
|
/linux-6.3-rc2/Documentation/admin-guide/blockdev/drbd/ |
A D | disk-states-8.dot | 7 Consistent -> Inconsistent [ label = "start resync" ] 8 Outdated -> Inconsistent [ label = "start resync" ] 10 Inconsistent -> UpToDate [ label = "resync completed" ]
|
/linux-6.3-rc2/Documentation/driver-api/md/ |
A D | md-cluster.rst | 61 resync, and for metadata superblock updates. This communication is 94 informs other nodes that a resync is initiated or 97 sending node is about to resync. This overrides any previous 123 resync. 226 - initiates resync of the bitmap on the current node 233 The resync process is the regular md resync. However, in a clustered 235 of the areas which are suspended. Before a resync starts, the node 306 This updates the resync range that is stored in the bitmap lock. 307 The starting point is updated as the resync progresses. The 314 These are called when resync/recovery/reshape starts or stops. [all …]
|
A D | raid5-cache.rst | 30 tries to resync the array to bring it back to normal state. But before the 31 resync completes, any system crash will expose the chance of real data
|
A D | raid5-ppl.rst | 22 unclean shutdown and all disks are available, eliminating the need to resync
|
/linux-6.3-rc2/include/linux/ |
A D | raid_class.h | 48 int resync; member 75 DEFINE_RAID_ATTRIBUTE(int, resync)
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | md.rst | 274 The point at which resync should start. If no resync is needed, 323 no resync can happen. no superblocks get written. 333 When written to inactive array, starts without resync 341 fully active: IO and resync can be happening. 342 When written to inactive array, starts with resync 411 resync 424 eliminate resync. 621 resync 639 similar to ``resync``, but was requested by the 646 ``idle`` will stop an active resync/recovery etc. There is no [all …]
|
/linux-6.3-rc2/Documentation/networking/ |
A D | tls-offload.rst | 195 synchronization with the TLS stream, and require a resync with the kernel's 198 Note that resync is only attempted for connections which were successfully 201 such connection will never get offloaded. Therefore the resync request 248 Until resync is complete driver should not access its expected TCP 250 Following helper should be used to test if resync is complete: 435 * ``rx_tls_resync_req_pkt`` - number of received TLS packets with a resync 437 * ``rx_tls_resync_req_start`` - number of times the TLS async resync request 439 * ``rx_tls_resync_req_end`` - number of times the TLS async resync request 441 * ``rx_tls_resync_req_skip`` - number of times the TLS async resync request 443 * ``rx_tls_resync_res_ok`` - number of times the TLS resync response call to [all …]
|
/linux-6.3-rc2/arch/x86/platform/olpc/ |
A D | xo1-wakeup.S | 35 # Control registers were modified, pipeline resync is needed
|
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | trace.c | 389 le32_to_cpu(eh->tid_rdma.resync.kdeth0), in parse_everbs_hdrs() 390 le32_to_cpu(eh->tid_rdma.resync.kdeth1), in parse_everbs_hdrs() 391 be32_to_cpu(eh->tid_rdma.resync.verbs_qp)); in parse_everbs_hdrs()
|
A D | verbs.h | 170 u8 resync; member
|
A D | trace_tid.h | 1376 __field(bool, resync) 1397 __entry->resync = priv->resync; 1417 __entry->resync ? "yes" : "no",
|
A D | tid_rdma.c | 4443 if (qpriv->resync) { in hfi1_build_tid_rdma_write_ack() 4468 if (qpriv->resync) { in hfi1_build_tid_rdma_write_ack() 4491 qpriv->resync = false; in hfi1_build_tid_rdma_write_ack() 4866 return sizeof(ohdr->u.tid_rdma.resync) / sizeof(u32); in hfi1_build_tid_rdma_resync() 4900 if (qpriv->resync) in hfi1_rc_rcv_tid_rdma_resync() 4969 qpriv->resync = true; in hfi1_rc_rcv_tid_rdma_resync() 5222 if (qpriv->resync) { in make_tid_rdma_ack() 5238 if (!qpriv->s_nak_state && !qpriv->resync && in make_tid_rdma_ack() 5286 (qpriv->resync && in make_tid_rdma_ack()
|
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/ |
A D | dm-raid.rst | 288 of "resync" or "recover" can be considered complete. 295 resync 337 "resync" Initiate/continue a resync.
|
/linux-6.3-rc2/include/rdma/ |
A D | ib_hdrs.h | 87 struct tid_rdma_resync resync; member
|
/linux-6.3-rc2/drivers/scsi/ |
A D | raid_class.c | 209 raid_attr_ro_fn(resync);
|
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
A D | counters.rst | 629 - Number of received TLS packets with a resync request. 633 - Number of times the TLS async resync request was started. 637 - Number of times the TLS async resync request properly ended with 642 - Number of times the TLS async resync request procedure was started but 647 - Number of times the TLS resync response call to the driver was 652 - Number of times the TLS resync response call to the driver was 657 - Number of times the TLS resync response call to the driver was terminated
|
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/frequency/ |
A D | adi,adf4350.yaml | 125 2: Phase resync enable
|
/linux-6.3-rc2/drivers/md/ |
A D | md.c | 4976 unsigned long resync, dt, db; in sync_speed_show() local 8012 sector_t max_sectors, resync, res; in status_resync() local 8024 resync = mddev->curr_resync; in status_resync() 8025 if (resync < MD_RESYNC_ACTIVE) { in status_resync() 8028 resync = max_sectors; in status_resync() 8030 resync = max_sectors; in status_resync() 8033 if (resync < MD_RESYNC_ACTIVE) { in status_resync() 8040 resync = MD_RESYNC_ACTIVE; in status_resync() 8044 if (resync == MD_RESYNC_NONE) { in status_resync() 8068 if (resync < MD_RESYNC_ACTIVE) { in status_resync() [all …]
|
/linux-6.3-rc2/drivers/isdn/hardware/mISDN/ |
A D | netjet.c | 465 resync(struct tiger_ch *bc, struct tiger_hw *card) in resync() function 500 resync(bc, card); in fill_hdlc_flag() 550 resync(bc, card); in fill_dma()
|