Searched refs:epoch (Results 1 – 12 of 12) sorted by relevance
| /drivers/block/drbd/ |
| A D | drbd_receiver.c | 1187 atomic_dec(&epoch->active); in drbd_may_finish_epoch() 1202 drbd_send_b_ack(epoch->connection, epoch->barrier_nr, epoch_size); in drbd_may_finish_epoch() 1214 list_del(&epoch->list); in drbd_may_finish_epoch() 1217 kfree(epoch); in drbd_may_finish_epoch() 1222 epoch->flags = 0; in drbd_may_finish_epoch() 1233 epoch = next_epoch; in drbd_may_finish_epoch() 1574 struct drbd_epoch *epoch; in receive_Barrier() local 1596 if (epoch) in receive_Barrier() 1609 if (epoch) in receive_Barrier() 1620 epoch->flags = 0; in receive_Barrier() [all …]
|
| A D | drbd_worker.c | 1383 static void re_init_if_first_write(struct drbd_connection *connection, unsigned int epoch) in re_init_if_first_write() argument 1387 connection->send.current_epoch_nr = epoch; in re_init_if_first_write() 1393 static void maybe_send_barrier(struct drbd_connection *connection, unsigned int epoch) in maybe_send_barrier() argument 1398 if (connection->send.current_epoch_nr != epoch) { in maybe_send_barrier() 1401 connection->send.current_epoch_nr = epoch; in maybe_send_barrier() 1423 maybe_send_barrier(connection, req->epoch); in w_send_out_of_sync() 1451 re_init_if_first_write(connection, req->epoch); in w_send_dblock() 1452 maybe_send_barrier(connection, req->epoch); in w_send_dblock() 1486 maybe_send_barrier(connection, req->epoch); in w_send_read_req()
|
| A D | drbd_req.c | 38 req->epoch = 0; in drbd_req_new() 244 req->epoch == atomic_read(&first_peer_device(device)->connection->current_tle_nr)) in drbd_req_complete() 1360 req->epoch = atomic_read(&first_peer_device(device)->connection->current_tle_nr); in drbd_send_and_submit() 1651 if (net_req->epoch == connection->send.current_epoch_nr) { in net_timeout_reached()
|
| A D | drbd_int.h | 221 unsigned int epoch; member 320 struct drbd_epoch *epoch; /* for writes */ member
|
| A D | drbd_main.c | 181 expect_epoch = req->epoch; in tl_release() 184 if (r->epoch != expect_epoch) in tl_release() 217 if (req->epoch == expect_epoch) { in tl_release() 224 if (req->epoch != expect_epoch) in tl_release()
|
| A D | drbd_debugfs.c | 103 req->epoch, in seq_print_one_request()
|
| /drivers/input/misc/ |
| A D | hp_sdc_rtc.c | 56 static unsigned long epoch = 2000; variable 284 &tm, &tm, epoch); in hp_sdc_rtc_proc_show()
|
| /drivers/crypto/caam/ |
| A D | pdb.h | 364 u16 epoch; member 388 u16 epoch; member
|
| /drivers/scsi/ |
| A D | myrs.h | 558 unsigned int epoch; /* Bytes 16-19 */ member 900 unsigned int epoch; member
|
| A D | myrs.c | 2109 unsigned int epoch = cs->fwstat_buf->epoch; in myrs_monitor() local 2159 if (epoch == cs->epoch && in myrs_monitor()
|
| /drivers/net/ethernet/qlogic/qed/ |
| A D | qed_mfw_hsi.h | 1039 u32 epoch; member
|
| A D | qed_mcp.c | 1921 mdump_retain.epoch, in qed_mcp_handle_critical_error()
|
Completed in 721 milliseconds