/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls_rx.c | 59 struct mlx5e_ktls_rx_resync_ctx resync; member 65 if (!refcount_dec_and_test(&priv_rx->resync.refcnt)) in mlx5e_ktls_priv_rx_put() 74 refcount_inc(&priv_rx->resync.refcnt); in mlx5e_ktls_priv_rx_get() 152 priv_rx->resync.seq, false, in post_static_params() 333 struct mlx5e_ktls_rx_resync_ctx *resync; in resync_handle_work() local 337 resync = container_of(work, struct mlx5e_ktls_rx_resync_ctx, work); in resync_handle_work() 338 priv_rx = container_of(resync, struct mlx5e_ktls_offload_context_rx, resync); in resync_handle_work() 345 c = resync->priv->channels.c[priv_rx->rxq]; in resync_handle_work() 352 static void resync_init(struct mlx5e_ktls_rx_resync_ctx *resync, in resync_init() argument 355 INIT_WORK(&resync->work, resync_handle_work); in resync_init() [all …]
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_actlog.c | 209 tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT); in find_active_resync_extent() 521 tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT); in drbd_al_begin_io_nonblock() 667 e = lc_find(device->resync, enr); in update_rs_extent() 669 e = lc_get(device->resync, enr); in update_rs_extent() 718 lc_committed(device->resync); in update_rs_extent() 721 lc_put(device->resync, &ext->lce); in update_rs_extent() 732 device->resync->nr_elements, in update_rs_extent() 733 device->resync->flags); in update_rs_extent() 912 if (device->resync_locked > device->resync->nr_elements/2) { in _bme_get() 916 e = lc_get(device->resync, enr); in _bme_get() [all …]
|
H A D | Kconfig | 56 4 resync data write
|
H A D | drbd_proc.c | 312 lc_seq_printf_stats(seq, device->resync); in drbd_seq_show()
|
H 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()
|
H A D | drbd_worker.c | 1845 lc_reset(device->resync); in drbd_start_resync() 1939 lc_destroy(device->resync); in drbd_ldev_destroy() 1940 device->resync = NULL; in drbd_ldev_destroy()
|
/openbmc/linux/Documentation/admin-guide/blockdev/drbd/ |
H A D | disk-states-8.dot | 7 Consistent -> Inconsistent [ label = "start resync" ] 8 Outdated -> Inconsistent [ label = "start resync" ] 10 Inconsistent -> UpToDate [ label = "resync completed" ]
|
/openbmc/linux/Documentation/driver-api/md/ |
H 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 234 environment when a resync is performed, it needs to tell other nodes 235 of the areas which are suspended. Before a resync starts, the node 240 performing resync finishes, it sends RESYNCING with an empty range to 306 This updates the resync range that is stored in the bitmap lock. [all …]
|
H 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
|
H A D | raid5-ppl.rst | 22 unclean shutdown and all disks are available, eliminating the need to resync
|
/openbmc/linux/include/linux/ |
H A D | raid_class.h | 48 int resync; member 75 DEFINE_RAID_ATTRIBUTE(int, resync)
|
/openbmc/linux/Documentation/admin-guide/ |
H 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 412 Full resync is performed and all redundancy is regenerated when the 424 eliminate resync. 426 The accepted values when writing to this file are ``ppl`` and ``resync``, 621 resync [all …]
|
/openbmc/linux/Documentation/networking/ |
H 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 …]
|
/openbmc/linux/arch/x86/platform/olpc/ |
H A D | xo1-wakeup.S | 35 # Control registers were modified, pipeline resync is needed
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H 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()
|
H A D | verbs.h | 170 u8 resync; member
|
H A D | trace_tid.h | 1376 __field(bool, resync) 1397 __entry->resync = priv->resync; 1417 __entry->resync ? "yes" : "no",
|
H 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()
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-raid.rst | 288 of "resync" or "recover" can be considered complete. 295 resync 337 "resync" Initiate/continue a resync.
|
/openbmc/qemu/docs/ |
H A D | COLO-FT.txt | 284 {"execute": "drive-mirror", "arguments":{ "device": "colo-disk0", "job-id": "resync", "target": "nb… 288 {"execute": "block-job-cancel", "arguments":{ "device": "resync"} } 313 {"execute": "drive-mirror", "arguments":{ "device": "colo-disk0", "job-id": "resync", "target": "nb… 317 {"execute": "block-job-cancel", "arguments":{ "device": "resync" } }
|
/openbmc/linux/include/rdma/ |
H A D | ib_hdrs.h | 87 struct tid_rdma_resync resync; member
|
/openbmc/linux/drivers/scsi/ |
H A D | raid_class.c | 209 raid_attr_ro_fn(resync);
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | counters.rst | 616 - Number of received TLS packets with a resync request. 620 - Number of times the TLS async resync request was started. 624 - Number of times the TLS async resync request properly ended with 629 - Number of times the TLS async resync request procedure was started but 634 - Number of times the TLS resync response call to the driver was 639 - Number of times the TLS resync response call to the driver was 644 - Number of times the TLS resync response call to the driver was terminated
|
/openbmc/linux/drivers/md/ |
H A D | md.c | 5064 unsigned long resync, dt, db; in sync_speed_show() local 5067 resync = mddev->curr_mark_cnt - atomic_read(&mddev->recovery_active); in sync_speed_show() 5070 db = resync - mddev->resync_mark_cnt; in sync_speed_show() 5079 unsigned long long max_sectors, resync; in sync_completed_show() local 5094 resync = mddev->curr_resync_completed; in sync_completed_show() 5095 return sprintf(page, "%llu / %llu\n", resync, max_sectors); in sync_completed_show() 8139 sector_t max_sectors, resync, res; in status_resync() local 8151 resync = mddev->curr_resync; in status_resync() 8152 if (resync < MD_RESYNC_ACTIVE) { in status_resync() 8155 resync = max_sectors; in status_resync() [all …]
|
/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H 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()
|