Searched refs:lasttime (Results 1 – 11 of 11) sorted by relevance
| /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_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()
|
| H A D | hbm.h | 14 unsigned long long lasttime; /* In ns */ member
|
| /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()
|
| /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()
|
| /linux/net/batman-adv/ |
| H A D | bridge_loop_avoidance.c | 516 WRITE_ONCE(entry->lasttime, jiffies); in batadv_bla_get_backbone_gw() 584 WRITE_ONCE(backbone_gw->lasttime, jiffies); in batadv_bla_update_own_backbone_gw() 718 WRITE_ONCE(claim->lasttime, jiffies); in batadv_bla_add_claim() 740 WRITE_ONCE(claim->lasttime, jiffies); in batadv_bla_add_claim() 773 WRITE_ONCE(backbone_gw->lasttime, jiffies); in batadv_bla_add_claim() 862 WRITE_ONCE(backbone_gw->lasttime, jiffies); in batadv_handle_announce() 1257 if (!batadv_has_timed_out(READ_ONCE(backbone_gw->lasttime), in batadv_bla_purge_backbone_gw() 1338 if (!batadv_has_timed_out(READ_ONCE(claim->lasttime), in batadv_bla_purge_claims() 1519 WRITE_ONCE(backbone_gw->lasttime, jiffies); in batadv_bla_periodic_work() 2018 WRITE_ONCE(claim->lasttime, jiffie in batadv_bla_rx() [all...] |
| H A D | types.h | 1779 /** @lasttime: last time we heard of this backbone gw */ 1780 unsigned long lasttime; 1824 /** @lasttime: last time we heard of claim (locals only) */ 1825 unsigned long lasttime; 1722 unsigned long lasttime; global() member 1767 unsigned long lasttime; global() member
|
| /linux/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_glue.h | 176 u_long lasttime; member
|
| /linux/fs/xfs/ |
| H A D | xfs_buf.c | 956 static unsigned long lasttime; in xfs_buf_ioerror_alert_ratelimited() local 960 time_after(jiffies, (lasttime + 5*HZ))) { in xfs_buf_ioerror_alert_ratelimited() 961 lasttime = jiffies; in xfs_buf_ioerror_alert_ratelimited()
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 2477 lasttime = line.time 2480 lasttime = last.time 2482 lasttime += last.length 2500 vline = FTraceLine(lasttime) 2526 vline = FTraceLine(lasttime)
|