Home
last modified time | relevance | path

Searched refs:dtime (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/intersil/p54/
H A Dtxrx.c518 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/Documentation/filesystems/ext4/
H A Dinodes.rst498 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/fs/ext4/
H A Dialloc.c683 u32 dtime, now; in recently_deleted() local
705 dtime = le32_to_cpu(raw_inode->i_dtime); in recently_deleted()
710 if (dtime && time_before32(dtime, now) && in recently_deleted()
711 time_before32(now, dtime + recentcy)) in recently_deleted()
/linux/fs/gfs2/
H A Dglock.c2375 unsigned long long dtime; in gfs2_dump_glock() local
2390 dtime = jiffies - gl->gl_demote_time; in gfs2_dump_glock()
2391 dtime *= 1000000/HZ; /* demote time in uSec */ in gfs2_dump_glock()
2393 dtime = 0; in gfs2_dump_glock()
2401 state2str(gl->gl_demote_state), dtime, in gfs2_dump_glock()