Searched refs:older_than_this (Results 1 – 2 of 2) sorted by relevance
404 unsigned long *older_than_this = work->older_than_this;406 __entry->older = older_than_this ? *older_than_this : 0;407 __entry->age = older_than_this ?408 (jiffies - *older_than_this) * 1000 / HZ : -1;
48 unsigned long *older_than_this; member1049 unsigned long *older_than_this = NULL; in move_expired_inodes() local1059 older_than_this = work->older_than_this; in move_expired_inodes()1062 older_than_this = &expire_time; in move_expired_inodes()1066 if (older_than_this && in move_expired_inodes()1067 inode_dirtied_after(inode, *older_than_this)) in move_expired_inodes()1665 work->older_than_this = &oldest_jif; in wb_writeback()