Searched refs:dtime (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/net/sched/ |
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()
|
/linux-6.3-rc2/net/ipv4/ |
A D | inetpeer.c | 164 delta = (__u32)jiffies - READ_ONCE(p->dtime); in inet_peer_gc() 216 p->dtime = (__u32)jiffies; in inet_getpeer() 245 WRITE_ONCE(p->dtime, (__u32)jiffies); in inet_putpeer()
|
/linux-6.3-rc2/drivers/net/wireless/intersil/p54/ |
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()
|
/linux-6.3-rc2/include/net/ |
A D | inetpeer.h | 57 __u32 dtime; /* the time of last use of not referenced entries */ member
|
/linux-6.3-rc2/Documentation/filesystems/ext4/ |
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
|
/linux-6.3-rc2/fs/ext4/ |
A D | ialloc.c | 682 u32 dtime, now; in recently_deleted() local 704 dtime = le32_to_cpu(raw_inode->i_dtime); in recently_deleted() 709 if (dtime && time_before32(dtime, now) && in recently_deleted() 710 time_before32(now, dtime + recentcy)) in recently_deleted()
|
/linux-6.3-rc2/fs/gfs2/ |
A D | glock.c | 2350 unsigned long long dtime; in gfs2_dump_glock() local 2365 dtime = jiffies - gl->gl_demote_time; in gfs2_dump_glock() 2366 dtime *= 1000000/HZ; /* demote time in uSec */ in gfs2_dump_glock() 2368 dtime = 0; in gfs2_dump_glock() 2376 state2str(gl->gl_demote_state), dtime, in gfs2_dump_glock()
|
Completed in 16 milliseconds