Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
Dwriteback.h374 unsigned long *older_than_this = work->older_than_this;
376 __entry->older = older_than_this ? *older_than_this : 0;
377 __entry->age = older_than_this ?
378 (jiffies - *older_than_this) * 1000 / HZ : -1;
/Linux-v4.19/fs/
Dfs-writeback.c48 unsigned long *older_than_this; member
1102 unsigned long *older_than_this = NULL; in move_expired_inodes() local
1112 older_than_this = work->older_than_this; in move_expired_inodes()
1115 older_than_this = &expire_time; in move_expired_inodes()
1119 if (older_than_this && in move_expired_inodes()
1120 inode_dirtied_after(inode, *older_than_this)) in move_expired_inodes()
1719 work->older_than_this = &oldest_jif; in wb_writeback()