/openbmc/linux/samples/bpf/ |
H A D | hbm_edt_kern.c | 86 if (qdp->lasttime == 0) in _hbm_out_cg() 93 delta = qdp->lasttime - curtime; in _hbm_out_cg() 97 qdp->lasttime = curtime - BURST_SIZE_NS; in _hbm_out_cg() 100 sendtime = qdp->lasttime; in _hbm_out_cg() 102 __sync_add_and_fetch(&(qdp->lasttime), delta_send); in _hbm_out_cg() 160 __sync_add_and_fetch(&(qdp->lasttime), -delta_send); in _hbm_out_cg()
|
H A D | hbm_out_kern.c | 88 else if (qdp->lasttime == 0) in _hbm_out_cg() 96 delta = curtime - qdp->lasttime; in _hbm_out_cg() 102 qdp->lasttime = curtime; in _hbm_out_cg()
|
H A D | hbm.h | 14 unsigned long long lasttime; /* In ns */ member
|
H A D | hbm_kern.h | 138 qdp->lasttime = bpf_ktime_get_ns(); in hbm_init_vqueue() 150 qdp->lasttime = curtime - BURST_SIZE_NS; // support initial burst in hbm_init_edt_vqueue()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_spin_lock.c | 35 unsigned long long lasttime; member 85 q->credit += CREDIT_PER_NS(curtime - q->lasttime, q->rate); in bpf_spin_lock_test() 86 q->lasttime = curtime; in bpf_spin_lock_test()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_htcp.c | 46 u32 lasttime; member 121 ca->lasttime = now; in measure_achieved_throughput() 128 now - ca->lasttime >= ca->minRTT && in measure_achieved_throughput() 130 __u32 cur_Bi = ca->packetcount * HZ / (now - ca->lasttime); in measure_achieved_throughput() 143 ca->lasttime = now; in measure_achieved_throughput()
|
/openbmc/linux/net/batman-adv/ |
H A D | bridge_loop_avoidance.c | 513 entry->lasttime = jiffies; in batadv_bla_get_backbone_gw() 577 backbone_gw->lasttime = jiffies; in batadv_bla_update_own_backbone_gw() 709 claim->lasttime = jiffies; in batadv_bla_add_claim() 730 claim->lasttime = jiffies; in batadv_bla_add_claim() 763 backbone_gw->lasttime = jiffies; in batadv_bla_add_claim() 852 backbone_gw->lasttime = jiffies; in batadv_handle_announce() 1241 if (!batadv_has_timed_out(backbone_gw->lasttime, in batadv_bla_purge_backbone_gw() 1299 if (!batadv_has_timed_out(claim->lasttime, in batadv_bla_purge_claims() 1479 backbone_gw->lasttime = jiffies; in batadv_bla_periodic_work() 1973 claim->lasttime = jiffies; in batadv_bla_rx() [all …]
|
H A D | types.h | 1768 unsigned long lasttime; member 1817 unsigned long lasttime; member
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | testrunner.py | 166 lasttime: Optional[float] = None, 185 if lasttime: 347 lasttime=last_el, 360 lasttime=last_el, thistime=res.elapsed,
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.h | 176 u_long lasttime; member
|
H A D | sym_glue.c | 450 if (np->s.lasttime + 4*HZ < thistime) { in sym_timer() 451 np->s.lasttime = thistime; in sym_timer() 1333 np->s.lasttime=0; in sym_attach()
|
/openbmc/linux/sound/drivers/ |
H A D | serial-u16550.c | 638 static unsigned long lasttime = 0; in snd_uart16550_output_write() local 681 time_after(jiffies, lasttime + 3*HZ))) { in snd_uart16550_output_write() 718 lasttime = jiffies; in snd_uart16550_output_write()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | knotty.py | 168 self.lasttime = None 250 if not self.lasttime or (currenttime - self.lasttime > 5): 252 self.lasttime = currenttime
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_buf.c | 1165 static unsigned long lasttime; in xfs_buf_ioerror_alert_ratelimited() local 1169 time_after(jiffies, (lasttime + 5*HZ))) { in xfs_buf_ioerror_alert_ratelimited() 1170 lasttime = jiffies; in xfs_buf_ioerror_alert_ratelimited()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | runqueue.py | 1279 lasttime = starttime 1300 if time.time() > (lasttime + 30): 1301 lasttime = time.time() 1302 …tup loop progress: %s of %s in %s" % (len(todeal), len(self.runtaskentries), lasttime - starttime)) 2599 lasttime = starttime 2642 if time.time() > (lasttime + 30): 2643 lasttime = time.time() 2644 …ashequiv_logger.verbose("Rehash loop slow progress: %s in %s" % (len(total), lasttime - starttime))
|
/openbmc/linux/drivers/scsi/ |
H A D | ncr53c8xx.c | 1697 u_long lasttime; member 5598 if (np->lasttime + 4*HZ < thistime) { in ncr_timeout() 5602 np->lasttime = thistime; in ncr_timeout() 8277 np->lasttime=0;
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | sleepgraph.py | 2454 lasttime = line.time 2457 lasttime = last.time 2459 lasttime += last.length 2477 vline = FTraceLine(lasttime) 2503 vline = FTraceLine(lasttime)
|