Home
last modified time | relevance | path

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

/linux-4.1.27/include/trace/events/
Dwriteback.h317 unsigned long *older_than_this = work->older_than_this;
319 __entry->older = older_than_this ? *older_than_this : 0;
320 __entry->age = older_than_this ?
321 (jiffies - *older_than_this) * 1000 / HZ : -1;
/linux-4.1.27/fs/
Dfs-writeback.c43 unsigned long *older_than_this; member
279 unsigned long *older_than_this = NULL; in move_expired_inodes() local
289 older_than_this = work->older_than_this; in move_expired_inodes()
292 older_than_this = &expire_time; in move_expired_inodes()
296 if (older_than_this && in move_expired_inodes()
297 inode_dirtied_after(inode, *older_than_this)) in move_expired_inodes()
885 work->older_than_this = &oldest_jif; in wb_writeback()