Searched refs:age (Results 1 – 12 of 12) sorted by relevance
/linux-4.19.296/fs/ubifs/ |
D | shrinker.c | 70 static int shrink_tnc(struct ubifs_info *c, int nr, int age, int *contention) in shrink_tnc() argument 122 abs(time - znode->time) >= age) { in shrink_tnc() 156 static int shrink_tnc_trees(int nr, int age, int *contention) in shrink_tnc_trees() argument 199 freed += shrink_tnc(c, nr, age, contention); in shrink_tnc_trees()
|
/linux-4.19.296/include/uapi/drm/ |
D | i810_drm.h | 153 int age; /* tracked by clients to update local LRU's */ member
|
D | via_drm.h | 182 int age; /* tracked by clients to update local LRU's */ member
|
D | drm.h | 119 unsigned int age; member
|
/linux-4.19.296/include/trace/events/ |
D | writeback.h | 367 __field(long, age) 375 __entry->age = (jiffies - dirtied_before) * 1000 / HZ; 383 __entry->age, /* dirtied_before in relative milliseconds */
|
/linux-4.19.296/include/scsi/ |
D | iscsi_proto.h | 79 #define build_itt(itt, age) ((__force itt_t)\ argument 80 ((itt) | ((age) << ISCSI_AGE_SHIFT)))
|
D | libiscsi.h | 352 int age; /* counts session re-opens */ member
|
D | scsi_transport_iscsi.h | 131 int *index, int *age);
|
/linux-4.19.296/include/xen/ |
D | grant_table.h | 78 unsigned int age; member
|
/linux-4.19.296/drivers/xen/ |
D | grant-table.c | 1112 if (unmap_data->age != UINT_MAX) in gnttab_unmap_work() 1113 unmap_data->age++; in gnttab_unmap_work() 1124 unsigned long delay = GNTTAB_UNMAP_REFS_DELAY * (item->age + 1); in __gnttab_unmap_refs_async() 1139 item->age = 0; in gnttab_unmap_refs_async()
|
/linux-4.19.296/fs/f2fs/ |
D | gc.c | 244 unsigned char age = 0; in get_cb_cost() local 263 age = 100 - div64_u64(100 * (mtime - sit_i->min_mtime), in get_cb_cost() 266 return UINT_MAX - ((100 * (100 - u) * age) / (100 + u)); in get_cb_cost()
|
/linux-4.19.296/include/linux/ |
D | netdevice.h | 2266 unsigned long age; member
|