Home
last modified time | relevance | path

Searched refs:older_than_this (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/trace/events/
Dwriteback.h516 unsigned long *older_than_this = work->older_than_this;
518 __entry->older = older_than_this ? *older_than_this : 0;
519 __entry->age = older_than_this ?
520 (jiffies - *older_than_this) * 1000 / HZ : -1;
/Linux-v5.4/fs/
Dfs-writeback.c45 unsigned long *older_than_this; member
1231 unsigned long *older_than_this = NULL; in move_expired_inodes() local
1241 older_than_this = work->older_than_this; in move_expired_inodes()
1244 older_than_this = &expire_time; in move_expired_inodes()
1248 if (older_than_this && in move_expired_inodes()
1249 inode_dirtied_after(inode, *older_than_this)) in move_expired_inodes()
1848 work->older_than_this = &oldest_jif; in wb_writeback()