Searched refs:SLEEP_TIME (Results 1 – 5 of 5) sorted by relevance
516 want = ((dc->resync_rate * 2 * SLEEP_TIME) / HZ) * steps; in drbd_rs_controller()519 sect_in * dc->c_delay_target * HZ / (SLEEP_TIME * 10); in drbd_rs_controller()537 max_sect = (dc->c_max_rate * 2 * SLEEP_TIME) / HZ; in drbd_rs_controller()563 device->c_sync_rate = number * HZ * (BM_BLOCK_SIZE / 1024) / SLEEP_TIME; in drbd_rs_number_requests()566 number = SLEEP_TIME * device->c_sync_rate / ((BM_BLOCK_SIZE / 1024) * HZ); in drbd_rs_number_requests()761 mod_timer(&device->resync_timer, jiffies + SLEEP_TIME); in make_resync_request()815 mod_timer(&device->resync_timer, jiffies + SLEEP_TIME); in make_ov_request()
1178 #define SLEEP_TIME (HZ/10) macro
1547 fifo_size = (new_disk_conf->c_plan_ahead * 10 * SLEEP_TIME) / HZ; in drbd_adm_disk_opts()1794 new_plan = fifo_alloc((new_disk_conf->c_plan_ahead * 10 * SLEEP_TIME) / HZ); in drbd_adm_attach()
3785 fifo_size = (new_disk_conf->c_plan_ahead * 10 * SLEEP_TIME) / HZ; in receive_SyncParam()
74 #define SLEEP_TIME 100 /* in microseconds */ macro321 val, SLEEP_TIME, PLL_LOCK_TIME); in serdes_am654_power_on()
Completed in 39 milliseconds