Searched refs:older_than_this (Results 1 – 2 of 2) sorted by relevance
317 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;
43 unsigned long *older_than_this; member279 unsigned long *older_than_this = NULL; in move_expired_inodes() local289 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()