Searched refs:lastuse (Results 1 – 6 of 6) sorted by relevance
| /include/net/ |
| A D | act_api.h | 79 if (READ_ONCE(tm->lastuse) != now) in tcf_lastuse_update() 80 WRITE_ONCE(tm->lastuse, now); in tcf_lastuse_update() 90 dtm->lastuse = jiffies_to_clock_t(now - READ_ONCE(stm->lastuse)); in tcf_tm_dump() 290 u64 lastuse, bool hw) in tcf_action_stats_update() argument 296 a->ops->stats_update(a, bytes, packets, drops, lastuse, hw); in tcf_action_stats_update()
|
| A D | dst.h | 72 unsigned long lastuse; member 243 if (unlikely(time != READ_ONCE(dst->lastuse))) { in dst_use_noref() 245 WRITE_ONCE(dst->lastuse, time); in dst_use_noref()
|
| A D | ipv6.h | 342 unsigned long lastuse; member
|
| /include/linux/mlx5/ |
| A D | fs.h | 313 u64 *bytes, u64 *packets, u64 *lastuse); 315 u64 *bytes, u64 *packets, u64 *lastuse);
|
| /include/linux/ |
| A D | mroute_base.h | 152 unsigned long lastuse; member
|
| /include/uapi/linux/ |
| A D | pkt_cls.h | 169 __u64 lastuse; member
|
Completed in 19 milliseconds