Searched refs:older_than_this (Results 1 – 2 of 2) sorted by relevance
374 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;
48 unsigned long *older_than_this; member1102 unsigned long *older_than_this = NULL; in move_expired_inodes() local1112 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()