Home
last modified time | relevance | path

Searched refs:age (Results 1 – 12 of 12) sorted by relevance

/linux-4.19.296/fs/ubifs/
Dshrinker.c70 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/
Di810_drm.h153 int age; /* tracked by clients to update local LRU's */ member
Dvia_drm.h182 int age; /* tracked by clients to update local LRU's */ member
Ddrm.h119 unsigned int age; member
/linux-4.19.296/include/trace/events/
Dwriteback.h367 __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/
Discsi_proto.h79 #define build_itt(itt, age) ((__force itt_t)\ argument
80 ((itt) | ((age) << ISCSI_AGE_SHIFT)))
Dlibiscsi.h352 int age; /* counts session re-opens */ member
Dscsi_transport_iscsi.h131 int *index, int *age);
/linux-4.19.296/include/xen/
Dgrant_table.h78 unsigned int age; member
/linux-4.19.296/drivers/xen/
Dgrant-table.c1112 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/
Dgc.c244 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/
Dnetdevice.h2266 unsigned long age; member