Searched refs:dt (Results 1 - 25 of 117) sorted by path

12345

/drivers/block/drbd/
H A Ddrbd_actlog.c121 long dt; local
124 dt = rcu_dereference(bdev->disk_conf)->disk_timeout;
126 dt = dt * HZ / 10;
127 if (dt == 0)
128 dt = MAX_SCHEDULE_TIMEOUT;
130 dt = wait_event_timeout(device->misc_wait,
131 *done || test_bit(FORCE_DETACH, &device->flags), dt);
132 if (dt == 0) {
H A Ddrbd_debugfs.c24 static void seq_print_age_or_dash(struct seq_file *m, bool valid, unsigned long dt) argument
27 seq_printf(m, "\t%d", jiffies_to_msecs(dt));
H A Ddrbd_proc.c116 unsigned long db, dt, dbdt, rt, rs_total, rs_left; local
156 * dt: time from mark until now
165 dt = (jiffies - device->rs_mark_time[i]) / HZ;
166 if (dt > 180)
169 if (!dt)
170 dt++;
172 rt = (dt * (rs_left / (db/100+1)))/100; /* seconds */
177 dbdt = Bit2KB(db/dt);
185 dt = (jiffies - device->rs_mark_time[i]) / HZ;
186 if (!dt)
[all...]
H A Ddrbd_receiver.c2468 unsigned long db, dt, dbdt; local
2500 dt = ((long)jiffies - (long)device->rs_mark_time[i]) / HZ;
2501 if (!dt)
2502 dt++;
2504 dbdt = Bit2KB(db/dt);
H A Ddrbd_req.c1565 unsigned long ent = 0, dt = 0, et, nt; /* effective timeout = ko_count * timeout */ local
1574 dt = rcu_dereference(device->ldev->disk_conf)->disk_timeout * HZ / 10;
1579 et = min_not_zero(dt, ent);
1633 if (dt && oldest_submit_jif != now &&
1634 time_after(now, oldest_submit_jif + dt) &&
1635 !time_in_range(now, device->last_reattach_jif, device->last_reattach_jif + dt)) {
1644 dt = (dt && oldest_submit_jif != now && time_before(now, oldest_submit_jif + dt))
1645 ? oldest_submit_jif + dt
[all...]
H A Ddrbd_worker.c843 unsigned long db, dt, dbdt; local
871 dt = (jiffies - device->rs_start - device->rs_paused) / HZ;
872 if (dt <= 0)
873 dt = 1;
880 dbdt = Bit2KB(db/dt);
903 dt + device->rs_paused, device->rs_paused, dbdt);
/drivers/block/paride/
H A Dpf.c626 int dt, s; local
637 dt = buf[0] & 0x1f;
638 if ((dt != 0) && (dt != 7)) {
641 pf->name, pf->drive, pf->lun, dt);
657 pf->name, mf, id, ms[pf->drive], pf->lun, dt);
H A Dpt.c529 int dt, s; local
543 dt = buf[0] & 0x1f;
544 if (dt != 1) {
547 tape->name, tape->drive, dt);
/drivers/bus/
H A Darm-ccn.c149 struct arm_ccn_dt, pmu), struct arm_ccn, dt)
185 struct arm_ccn_dt dt; member in struct:arm_ccn
439 return &ccn->dt.cmp_mask[i].l;
441 return &ccn->dt.cmp_mask[i].h;
596 clear_bit(CCN_IDX_PMU_CYCLE_COUNTER, ccn->dt.pmu_counters_mask);
599 ccn->dt.pmu_counters[hw->idx].source;
607 clear_bit(hw->idx, ccn->dt.pmu_counters_mask);
610 ccn->dt.pmu_counters[hw->idx].source = NULL;
611 ccn->dt.pmu_counters[hw->idx].event = NULL;
717 ccn->dt
1039 arm_ccn_pmu_overflow_handler(struct arm_ccn_dt *dt) argument
1069 struct arm_ccn_dt *dt = container_of(hrtimer, struct arm_ccn_dt, local
[all...]
/drivers/clk/berlin/
H A Dbg2.c27 #include <dt-bindings/clock/berlin2.h>
H A Dbg2q.c27 #include <dt-bindings/clock/berlin2q.h>
/drivers/clk/
H A Dclk-axm5516.c21 #include <dt-bindings/clock/lsi,axm5516-clks.h>
H A Dclk-clps711x.c21 #include <dt-bindings/clock/clps711x-clock.h>
H A Dclk-efm32gg.c15 #include <dt-bindings/clock/efm32-cmu.h>
H A Dclk-max77686.c33 #include <dt-bindings/clock/maxim,max77686.h>
H A Dclk-max77802.c31 #include <dt-bindings/clock/maxim,max77802.h>
/drivers/clk/hisilicon/
H A Dclk-hi3620.c36 #include <dt-bindings/clock/hi3620-clock.h>
H A Dclk-hip04.c35 #include <dt-bindings/clock/hip04-clock.h>
H A Dclk-hix5hd2.c11 #include <dt-bindings/clock/hix5hd2-clock.h>
/drivers/clk/pxa/
H A Dclk-pxa.c18 #include <dt-bindings/clock/pxa-clock.h>
H A Dclk-pxa27x.c20 #include <dt-bindings/clock/pxa-clock.h>
/drivers/clk/qcom/
H A Dgcc-apq8084.c25 #include <dt-bindings/clock/qcom,gcc-apq8084.h>
26 #include <dt-bindings/reset/qcom,gcc-apq8084.h>
H A Dgcc-ipq806x.c25 #include <dt-bindings/clock/qcom,gcc-ipq806x.h>
26 #include <dt-bindings/reset/qcom,gcc-ipq806x.h>
H A Dgcc-msm8660.c25 #include <dt-bindings/clock/qcom,gcc-msm8660.h>
26 #include <dt-bindings/reset/qcom,gcc-msm8660.h>
H A Dgcc-msm8960.c25 #include <dt-bindings/clock/qcom,gcc-msm8960.h>
26 #include <dt-bindings/reset/qcom,gcc-msm8960.h>

Completed in 185 milliseconds

12345