/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
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() 151 priv_rx->key_id, priv_rx->resync.seq, false, in post_static_params() 332 struct mlx5e_ktls_rx_resync_ctx *resync; in resync_handle_work() local 336 resync = container_of(work, struct mlx5e_ktls_rx_resync_ctx, work); in resync_handle_work() 337 priv_rx = container_of(resync, struct mlx5e_ktls_offload_context_rx, resync); in resync_handle_work() 344 c = resync->priv->channels.c[priv_rx->rxq]; in resync_handle_work() 351 static void resync_init(struct mlx5e_ktls_rx_resync_ctx *resync, in resync_init() argument 354 INIT_WORK(&resync->work, resync_handle_work); in resync_init() [all …]
|
/drivers/block/drbd/ |
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() 910 if (device->resync_locked > device->resync->nr_elements/2) { in _bme_get() 914 e = lc_get(device->resync, enr); in _bme_get() [all …]
|
D | Kconfig | 56 4 resync data write
|
D | drbd_proc.c | 312 lc_seq_printf_stats(seq, device->resync); in drbd_seq_show()
|
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()
|
D | drbd_worker.c | 1844 lc_reset(device->resync); in drbd_start_resync() 1937 lc_destroy(device->resync); in drbd_ldev_destroy() 1938 device->resync = NULL; in drbd_ldev_destroy()
|
D | drbd_int.h | 920 struct lru_cache *resync; member
|
D | drbd_main.c | 2229 lc_destroy(device->resync); in drbd_destroy_device()
|
D | drbd_nl.c | 2035 device->resync = resync_lru; in drbd_adm_attach()
|
D | drbd_receiver.c | 2777 tmp = lc_find(device->resync, BM_SECT_TO_EXT(sector)); in drbd_rs_should_slow_down()
|
/drivers/infiniband/hw/hfi1/ |
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()
|
D | verbs.h | 170 u8 resync; member
|
D | trace_tid.h | 1376 __field(bool, resync) 1397 __entry->resync = priv->resync; 1417 __entry->resync ? "yes" : "no",
|
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()
|
/drivers/scsi/ |
D | raid_class.c | 209 raid_attr_ro_fn(resync);
|
/drivers/md/ |
D | md.c | 5074 unsigned long resync, dt, db; in sync_speed_show() local 5077 resync = mddev->curr_mark_cnt - atomic_read(&mddev->recovery_active); in sync_speed_show() 5080 db = resync - mddev->resync_mark_cnt; in sync_speed_show() 5089 unsigned long long max_sectors, resync; in sync_completed_show() local 5104 resync = mddev->curr_resync_completed; in sync_completed_show() 5105 return sprintf(page, "%llu / %llu\n", resync, max_sectors); in sync_completed_show() 8077 sector_t max_sectors, resync, res; in status_resync() local 8089 resync = mddev->curr_resync; in status_resync() 8090 if (resync <= 3) { in status_resync() 8093 resync = max_sectors; in status_resync() [all …]
|
/drivers/isdn/hardware/mISDN/ |
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()
|
/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 414 * 01-15-05 01.05.06 Added defaults for data scrub rate and resync rate to
|