Searched refs:resync (Results 1 – 18 of 18) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| A D | ktls_rx.c | 74 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 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() 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 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 | 1827 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 D | drbd_int.h | 852 struct lru_cache *resync; member
|
| A D | drbd_main.c | 2176 lc_destroy(device->resync); in drbd_destroy_device()
|
| A D | drbd_nl.c | 1967 device->resync = resync_lru; in drbd_adm_attach()
|
| A D | drbd_receiver.c | 2559 tmp = lc_find(device->resync, BM_SECT_TO_EXT(sector)); in drbd_rs_should_slow_down()
|
| /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() 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 D | raid_class.c | 209 raid_attr_ro_fn(resync);
|
| /drivers/md/ |
| A D | md.c | 5253 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 D | netjet.c | 466 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 D | mpi_history.txt | 414 * 01-15-05 01.05.06 Added defaults for data scrub rate and resync rate to
|
Completed in 90 milliseconds