Searched refs:dtime (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | sch_pie.c | 209 u32 dtime = 0; in pie_process_dequeue() local 218 dtime = now - vars->dq_tstamp; in pie_process_dequeue() 225 if (dtime == 0) in pie_process_dequeue() 255 dtime = now - vars->dq_tstamp; in pie_process_dequeue() 257 if (dtime == 0) in pie_process_dequeue() 260 count = count / dtime; in pie_process_dequeue() 289 if (vars->burst_time > dtime) in pie_process_dequeue() 290 vars->burst_time -= dtime; in pie_process_dequeue()
|
/openbmc/linux/net/ipv4/ |
H A D | inetpeer.c | 116 if (READ_ONCE(p->dtime) != now) in lookup() 117 WRITE_ONCE(p->dtime, now); in lookup() 163 delta = (__u32)jiffies - READ_ONCE(p->dtime); in inet_peer_gc() 207 p->dtime = (__u32)jiffies; in inet_getpeer()
|
/openbmc/linux/drivers/net/wireless/intersil/p54/ |
H A D | txrx.c | 518 unsigned int i, rssi, tx, cca, dtime, dtotal, dcca, dtx, drssi, unit; in p54_rx_stats() local 540 dtime = tsf32 - priv->survey_raw.timestamp; in p54_rx_stats() 562 if (dtotal && (priv->update_stats || dtime >= USEC_PER_SEC) && in p54_rx_stats() 563 dtime >= dtotal) { in p54_rx_stats() 566 unit = dtime / dtotal; in p54_rx_stats()
|
/openbmc/linux/include/net/ |
H A D | inetpeer.h | 57 __u32 dtime; /* the time of last use of not referenced entries */ member
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | inodes.rst | 498 modification time (mtime), and deletion time (dtime). The four fields 503 the dtime field overloaded for use with the orphan list. The superblock field 504 ``s_last_orphan`` points to the first inode in the orphan list; dtime is then 514 dtime was not widened. There is also a fifth timestamp to record inode 516 same manner as 64-bit [cma]time. Neither crtime nor dtime are accessible
|
/openbmc/linux/fs/ext4/ |
H A D | ialloc.c | 685 u32 dtime, now; in recently_deleted() local 707 dtime = le32_to_cpu(raw_inode->i_dtime); in recently_deleted() 712 if (dtime && time_before32(dtime, now) && in recently_deleted() 713 time_before32(now, dtime + recentcy)) in recently_deleted()
|
/openbmc/u-boot/include/ |
H A D | ext_common.h | 165 __le32 dtime; member
|
/openbmc/linux/fs/gfs2/ |
H A D | glock.c | 2387 unsigned long long dtime; in gfs2_dump_glock() local 2402 dtime = jiffies - gl->gl_demote_time; in gfs2_dump_glock() 2403 dtime *= 1000000/HZ; /* demote time in uSec */ in gfs2_dump_glock() 2405 dtime = 0; in gfs2_dump_glock() 2413 state2str(gl->gl_demote_state), dtime, in gfs2_dump_glock()
|