Home
last modified time | relevance | path

Searched refs:resync (Results 1 – 18 of 18) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dktls_rx.c74 refcount_inc(&priv_rx->resync.refcnt); in mlx5e_ktls_priv_rx_get()
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()
473 resync = &priv_rx->resync; in resync_queue_get_psv()
475 if (unlikely(!queue_work(resync->priv->tls->rx_wq, &resync->work))) in resync_queue_get_psv()
550 resync = &priv_rx->resync; in mlx5e_ktls_rx_resync()
552 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 …]
/drivers/block/drbd/
A Ddrbd_actlog.c669 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()
916 e = lc_get(device->resync, enr); in _bme_get()
922 lc_committed(device->resync); in _bme_get()
929 rs_flags = device->resync->flags; in _bme_get()
1089 e = lc_get(device->resync, enr); in drbd_try_rs_begin_io()
1102 lc_committed(device->resync); in drbd_try_rs_begin_io()
1149 e = lc_find(device->resync, enr); in drbd_rs_complete_io()
[all …]
A DKconfig56 4 resync data write
A Ddrbd_proc.c312 lc_seq_printf_stats(seq, device->resync); in drbd_seq_show()
A Ddrbd_debugfs.c668 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 Ddrbd_worker.c1827 lc_reset(device->resync); in drbd_start_resync()
1921 lc_destroy(device->resync); in drbd_ldev_destroy()
1922 device->resync = NULL; in drbd_ldev_destroy()
A Ddrbd_int.h852 struct lru_cache *resync; member
A Ddrbd_main.c2176 lc_destroy(device->resync); in drbd_destroy_device()
A Ddrbd_nl.c1967 device->resync = resync_lru; in drbd_adm_attach()
A Ddrbd_receiver.c2559 tmp = lc_find(device->resync, BM_SECT_TO_EXT(sector)); in drbd_rs_should_slow_down()
/drivers/infiniband/hw/hfi1/
A Dtrace.c389 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 Dverbs.h170 u8 resync; member
A Dtrace_tid.h1376 __field(bool, resync)
1397 __entry->resync = priv->resync;
1417 __entry->resync ? "yes" : "no",
A Dtid_rdma.c4443 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()
4867 return sizeof(ohdr->u.tid_rdma.resync) / sizeof(u32); in hfi1_build_tid_rdma_resync()
4901 if (qpriv->resync) in hfi1_rc_rcv_tid_rdma_resync()
4970 qpriv->resync = true; in hfi1_rc_rcv_tid_rdma_resync()
5223 if (qpriv->resync) { in make_tid_rdma_ack()
5239 if (!qpriv->s_nak_state && !qpriv->resync && in make_tid_rdma_ack()
5287 (qpriv->resync && in make_tid_rdma_ack()
/drivers/scsi/
A Draid_class.c209 raid_attr_ro_fn(resync);
/drivers/md/
A Dmd.c5253 unsigned long resync, dt, db; in sync_speed_show() local
8274 resync = mddev->curr_resync; in status_resync()
8275 if (resync < MD_RESYNC_ACTIVE) { in status_resync()
8278 resync = max_sectors; in status_resync()
8280 resync = max_sectors; in status_resync()
8288 if (resync < res || resync - res < MD_RESYNC_ACTIVE) in status_resync()
8289 resync = MD_RESYNC_ACTIVE; in status_resync()
8291 resync -= res; in status_resync()
8294 if (resync == MD_RESYNC_NONE) { in status_resync()
8318 if (resync < MD_RESYNC_ACTIVE) { in status_resync()
[all …]
/drivers/isdn/hardware/mISDN/
A Dnetjet.c466 resync(struct tiger_ch *bc, struct tiger_hw *card) in resync() function
501 resync(bc, card); in fill_hdlc_flag()
551 resync(bc, card); in fill_dma()
/drivers/message/fusion/lsi/
A Dmpi_history.txt414 * 01-15-05 01.05.06 Added defaults for data scrub rate and resync rate to

Completed in 90 milliseconds