Searched refs:dtime (Results 1 – 8 of 8) sorted by relevance
| /linux/net/sched/ |
| H A D | sch_pie.c | 216 u32 dtime = 0; in pie_process_dequeue() local 225 dtime = now - vars->dq_tstamp; in pie_process_dequeue() 232 if (dtime == 0) in pie_process_dequeue() 262 dtime = now - vars->dq_tstamp; in pie_process_dequeue() 264 if (dtime == 0) in pie_process_dequeue() 267 count = count / dtime; in pie_process_dequeue() 296 if (vars->burst_time > dtime) in pie_process_dequeue() 297 vars->burst_time -= dtime; in pie_process_dequeue()
|
| /linux/net/ipv4/ |
| H A D | inetpeer.c | 113 if (READ_ONCE(p->dtime) != now) in lookup() 114 WRITE_ONCE(p->dtime, now); in lookup() 155 delta = (__u32)jiffies - READ_ONCE(p->dtime); in inet_peer_gc() 199 p->dtime = (__u32)jiffies; in inet_getpeer()
|
| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | txrx.c | 523 unsigned int i, rssi, tx, cca, dtime, dtotal, dcca, dtx, drssi, unit; in p54_rx_stats() local 545 dtime = tsf32 - priv->survey_raw.timestamp; in p54_rx_stats() 567 if (dtotal && (priv->update_stats || dtime >= USEC_PER_SEC) && in p54_rx_stats() 568 dtime >= dtotal) { in p54_rx_stats() 571 unit = dtime / dtotal; in p54_rx_stats()
|
| /linux/include/net/ |
| H A D | inetpeer.h | 57 __u32 dtime; /* the time of last use of not referenced entries */ member
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | inodes.rst | 500 modification time (mtime), and deletion time (dtime). The four fields 505 the dtime field overloaded for use with the orphan list. The superblock field 506 ``s_last_orphan`` points to the first inode in the orphan list; dtime is then 516 dtime was not widened. There is also a fifth timestamp to record inode 518 same manner as 64-bit [cma]time. Neither crtime nor dtime are accessible
|
| /linux/fs/ext4/ |
| H A D | ialloc.c | 683 u32 dtime, now; in recently_deleted() local 712 dtime = le32_to_cpu(raw_inode->i_dtime); in recently_deleted() 717 if (dtime && time_before32(dtime, now) && in recently_deleted() 718 time_before32(now, dtime + recentcy)) in recently_deleted()
|
| /linux/arch/arm64/boot/dts/airoha/ |
| H A D | en7581.dtsi | 197 "p0-xr-dtime", "p1-xr-dtime",
|
| /linux/fs/gfs2/ |
| H A D | glock.c | 2320 unsigned long long dtime; in gfs2_dump_glock() local 2335 dtime = jiffies - gl->gl_demote_time; in gfs2_dump_glock() 2336 dtime *= 1000000/HZ; /* demote time in uSec */ in gfs2_dump_glock() 2338 dtime = 0; in gfs2_dump_glock() 2346 state2str(gl->gl_demote_state), dtime, in gfs2_dump_glock()
|