Searched refs:age (Results 1 – 11 of 11) sorted by relevance
| /include/linux/ |
| A D | unicode.h | 21 static inline u8 unicode_major(unsigned int age) in unicode_major() argument 23 return (age >> UNICODE_MAJ_SHIFT) & 0xff; in unicode_major() 26 static inline u8 unicode_minor(unsigned int age) in unicode_minor() argument 28 return (age >> UNICODE_MIN_SHIFT) & 0xff; in unicode_minor() 31 static inline u8 unicode_rev(unsigned int age) in unicode_rev() argument 33 return age & 0xff; in unicode_rev()
|
| A D | damon.h | 83 unsigned int age; member
|
| /include/trace/events/ |
| A D | damon.h | 53 __field(unsigned int, age) 64 __entry->age = r->age; 72 __entry->nr_accesses, __entry->age) 105 __field(unsigned int, age) 114 __entry->age = r->age; 120 __entry->nr_accesses, __entry->age)
|
| A D | f2fs.h | 1751 __field(unsigned long long, age) 1761 __entry->age = ei->age; 1771 __entry->age, 1813 unsigned long long age, 1816 TP_ARGS(inode, pgofs, len, age, last_blks), 1823 __field(unsigned long long, age) 1832 __entry->age = age; 1841 __entry->age,
|
| A D | writeback.h | 511 __field(long, age) 519 __entry->age = (jiffies - dirtied_before) * 1000 / HZ; 527 __entry->age, /* dirtied_before in relative milliseconds */
|
| /include/scsi/ |
| A D | libiscsi.h | 158 int age; member 359 int age; /* counts session re-opens */ member
|
| A D | iscsi_proto.h | 68 #define build_itt(itt, age) ((__force itt_t)\ argument 69 ((itt) | ((age) << ISCSI_AGE_SHIFT)))
|
| A D | scsi_transport_iscsi.h | 119 int *index, int *age);
|
| /include/xen/ |
| A D | grant_table.h | 83 unsigned int age; member
|
| /include/net/ |
| A D | gro.h | 32 unsigned long age; member
|
| /include/uapi/drm/ |
| A D | drm.h | 119 unsigned int age; member
|
Completed in 27 milliseconds