/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls_rx.c | 56 /* resync */ 57 struct mlx5e_ktls_rx_resync_ctx resync; member 62 if (!refcount_dec_and_test(&priv_rx->resync.refcnt)) in mlx5e_ktls_priv_rx_put() 71 refcount_inc(&priv_rx->resync.refcnt); in mlx5e_ktls_priv_rx_get() 151 priv_rx->resync.seq, false, in post_static_params() 334 struct mlx5e_ktls_rx_resync_ctx *resync; in resync_handle_work() local 338 resync = container_of(work, struct mlx5e_ktls_rx_resync_ctx, work); in resync_handle_work() 339 priv_rx = container_of(resync, struct mlx5e_ktls_offload_context_rx, resync); in resync_handle_work() 346 c = resync in resync_handle_work() 353 resync_init(struct mlx5e_ktls_rx_resync_ctx *resync, struct mlx5e_priv *priv) resync_init() argument 403 struct mlx5e_ktls_rx_resync_ctx *resync; mlx5e_ktls_handle_get_psv_completion() local 441 struct mlx5e_ktls_rx_resync_ctx *resync; resync_queue_get_psv() local 518 struct mlx5e_ktls_rx_resync_ctx *resync; mlx5e_ktls_rx_resync() local 586 struct mlx5e_ktls_rx_resync_ctx *resync; mlx5e_ktls_add_rx() local 648 struct mlx5e_ktls_rx_resync_ctx *resync; mlx5e_ktls_del_rx() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls_rx.c | 57 /* resync */ 58 spinlock_t lock; /* protects resync fields */ 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() 352 resync_init(struct mlx5e_ktls_rx_resync_ctx *resync, struct mlx5e_priv *priv) resync_init() argument 428 struct mlx5e_ktls_rx_resync_ctx *resync; mlx5e_ktls_handle_get_psv_completion() local 466 struct mlx5e_ktls_rx_resync_ctx *resync; resync_queue_get_psv() local 544 struct mlx5e_ktls_rx_resync_ctx *resync; mlx5e_ktls_rx_resync() local 612 struct mlx5e_ktls_rx_resync_ctx *resync; mlx5e_ktls_add_rx() local 690 struct mlx5e_ktls_rx_resync_ctx *resync; mlx5e_ktls_del_rx() local [all...] |
/kernel/linux/linux-5.10/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() 518 /* Is resync active in this area? */ in drbd_al_begin_io_nonblock() 521 tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT); in drbd_al_begin_io_nonblock() 639 * resync LRU-cache are 16MB each. 644 * this resync extent into the resync extent lru cache. 646 * Returns whether all bits have been cleared for this resync extent, 663 * Otherwise, that extent should be in the resync extent lru cache in update_rs_extent() 667 e = lc_find(device->resync, enr); in update_rs_extent() 669 e = lc_get(device->resync, en in update_rs_extent() [all...] |
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()
|
/kernel/linux/linux-6.6/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() 518 /* Is resync active in this area? */ in drbd_al_begin_io_nonblock() 521 tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT); in drbd_al_begin_io_nonblock() 639 * resync LRU-cache are 16MB each. 644 * this resync extent into the resync extent lru cache. 646 * Returns whether all bits have been cleared for this resync extent, 663 * Otherwise, that extent should be in the resync extent lru cache in update_rs_extent() 667 e = lc_find(device->resync, enr); in update_rs_extent() 669 e = lc_get(device->resync, en in update_rs_extent() [all...] |
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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | raid_class.h | 48 int resync; member 51 /* resync complete goes from 0 to this */ 75 DEFINE_RAID_ATTRIBUTE(int, resync)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | raid_class.h | 48 int resync; member 51 /* resync complete goes from 0 to this */ 75 DEFINE_RAID_ATTRIBUTE(int, resync)
|
/kernel/linux/linux-5.10/arch/x86/platform/olpc/ |
H A D | xo1-wakeup.S | 35 # Control registers were modified, pipeline resync is needed
|
/kernel/linux/linux-6.6/arch/x86/platform/olpc/ |
H A D | xo1-wakeup.S | 35 # Control registers were modified, pipeline resync is needed
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | trace.c | 426 le32_to_cpu(eh->tid_rdma.resync.kdeth0), in parse_everbs_hdrs() 427 le32_to_cpu(eh->tid_rdma.resync.kdeth1), in parse_everbs_hdrs() 428 be32_to_cpu(eh->tid_rdma.resync.verbs_qp)); in parse_everbs_hdrs()
|
H A D | trace_tid.h | 74 "0x%x fpsn 0x%x resync %s" \ 1376 __field(bool, resync) 1397 __entry->resync = priv->resync; 1417 __entry->resync ? "yes" : "no",
|
H A D | tid_rdma.c | 4431 if (qpriv->resync) { in hfi1_build_tid_rdma_write_ack() 4456 if (qpriv->resync) { in hfi1_build_tid_rdma_write_ack() 4479 qpriv->resync = false; in hfi1_build_tid_rdma_write_ack() 4854 return sizeof(ohdr->u.tid_rdma.resync) / sizeof(u32); in hfi1_build_tid_rdma_resync() 4887 /* Already processing a resync */ in hfi1_rc_rcv_tid_rdma_resync() 4888 if (qpriv->resync) in hfi1_rc_rcv_tid_rdma_resync() 4957 qpriv->resync = true; in hfi1_rc_rcv_tid_rdma_resync() 5201 * the resync ack, we go back one segment (which might be part of in make_tid_rdma_ack() 5210 if (qpriv->resync) { in make_tid_rdma_ack() 5226 if (!qpriv->s_nak_state && !qpriv->resync in make_tid_rdma_ack() [all...] |
H A D | verbs.h | 212 u8 resync; member
|
/kernel/linux/linux-6.6/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 | trace_tid.h | 74 "0x%x fpsn 0x%x resync %s" \ 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() 4899 /* Already processing a resync */ in hfi1_rc_rcv_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() 5213 * the resync ack, we go back one segment (which might be part of in make_tid_rdma_ack() 5222 if (qpriv->resync) { in make_tid_rdma_ack() 5238 if (!qpriv->s_nak_state && !qpriv->resync in make_tid_rdma_ack() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | raid_class.c | 209 raid_attr_ro_fn(resync); variable
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_hdrs.h | 87 struct tid_rdma_resync resync; member
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_hdrs.h | 87 struct tid_rdma_resync resync; member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | raid_class.c | 209 raid_attr_ro_fn(resync); variable
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md.c | 35 or stopping, or resync starting or stopping 2677 * During reshape/resync it might use array-addresses rather in md_update_sb() 2731 * so it can be re-added without a resync. in md_update_sb() 3944 * - array is not engaged in resync/recovery/reshape in level_store() 4330 * no resync can happen. no superblocks get written. 4336 * When written to inactive array, starts without resync 4342 * fully active: IO and resync can be happening. 4343 * When written to inactive array, starts with resync 4797 type = "resync"; in action_show() 4879 else if (cmd_match(page, "resync")) in action_store() 5052 unsigned long resync, dt, db; sync_speed_show() local 5067 unsigned long long max_sectors, resync; sync_completed_show() local 8125 sector_t max_sectors, resync, res; status_resync() local [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.c | 35 or stopping, or resync starting or stopping 2751 * During reshape/resync it might use array-addresses rather in md_update_sb() 2805 * so it can be re-added without a resync. in md_update_sb() 4000 * - array is not engaged in resync/recovery/reshape in level_store() 4386 * no resync can happen. no superblocks get written. 4392 * When written to inactive array, starts without resync 4398 * fully active: IO and resync can be happening. 4399 * When written to inactive array, starts with resync 4868 type = "resync"; in action_show() 4905 else if (cmd_match(page, "resync")) in action_store() 5078 unsigned long resync, dt, db; sync_speed_show() local 5093 unsigned long long max_sectors, resync; sync_completed_show() local 8083 sector_t max_sectors, resync, res; status_resync() local [all...] |