Searched refs:firstuse (Results 1 – 2 of 2) sorted by relevance
81 if (unlikely(!READ_ONCE(tm->firstuse))) in tcf_lastuse_update()82 WRITE_ONCE(tm->firstuse, now); in tcf_lastuse_update()87 unsigned long firstuse, now = jiffies; in tcf_tm_dump() local92 firstuse = READ_ONCE(stm->firstuse); in tcf_tm_dump()93 dtm->firstuse = firstuse ? in tcf_tm_dump()94 jiffies_to_clock_t(now - firstuse) : 0; in tcf_tm_dump()
171 __u64 firstuse; member
Completed in 7 milliseconds