Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_buffer_pool.c56 unsigned long age; in pool_free_older_than() local
60 age = READ_ONCE(node->age); in pool_free_older_than()
61 if (!age || jiffies - age < keep) in pool_free_older_than()
65 if (!xchg(&node->age, 0)) in pool_free_older_than()
116 GEM_BUG_ON(node->age); in pool_retire()
119 WRITE_ONCE(node->age, jiffies ?: 1); /* 0 reserved for active nodes */ in pool_retire()
152 node->age = 0; in node_create()
185 unsigned long age; in intel_gt_get_buffer_pool() local
193 age = READ_ONCE(node->age); in intel_gt_get_buffer_pool()
194 if (!age) in intel_gt_get_buffer_pool()
[all …]
H A Dintel_gt_buffer_pool_types.h31 unsigned long age; member
/linux/Documentation/admin-guide/mm/damon/
H A Dstart.rst48 0 addr 86.182 TiB size 8.000 KiB access 0 % age 14.900 s
49 1 addr 86.182 TiB size 8.000 KiB access 60 % age 0 ns
50 2 addr 86.182 TiB size 3.422 MiB access 0 % age 4.100 s
51 3 addr 86.182 TiB size 2.004 MiB access 95 % age 2.200 s
52 4 addr 86.182 TiB size 29.688 MiB access 0 % age 14.100 s
53 5 addr 86.182 TiB size 29.516 MiB access 0 % age 16.700 s
54 6 addr 86.182 TiB size 29.633 MiB access 0 % age 17.900 s
55 7 addr 86.182 TiB size 117.652 MiB access 0 % age 18.400 s
56 8 addr 126.990 TiB size 62.332 MiB access 0 % age 9.500 s
57 9 addr 126.990 TiB size 13.980 MiB access 0 % age 5.200 s
[all …]
/linux/fs/ubifs/
H A Dshrinker.c58 static int shrink_tnc(struct ubifs_info *c, int nr, int age, int *contention) in shrink_tnc() argument
110 abs(time - znode->time) >= age) { in shrink_tnc()
144 static int shrink_tnc_trees(int nr, int age, int *contention) in shrink_tnc_trees() argument
187 freed += shrink_tnc(c, nr, age, contention); in shrink_tnc_trees()
/linux/scripts/gdb/linux/
H A Dslab.py119 age = jiffies - track['when']
132 loc['sum_time'] += age
133 loc['min_time'] = min(loc['min_time'], age)
134 loc['max_time'] = max(loc['max_time'], age)
142 'sum_time' : age,
143 'min_time' : age,
144 'max_time' : age,
/linux/drivers/infiniband/hw/hfi1/
H A Dtrace_ibhdrs.h86 u8 *age, bool *becn, bool *fecn,
92 u8 age, bool becn, bool fecn, u8 l4,
123 __field(u8, age)
160 &__entry->age,
226 __entry->age,
283 __field(u8, age)
320 &__entry->age,
390 __entry->age,
H A Dtrace.c169 u8 *age, bool *becn, bool *fecn, in hfi1_trace_parse_16b_hdr() argument
174 *age = hfi1_16B_get_age(hdr); in hfi1_trace_parse_16b_hdr()
192 u8 age, bool becn, bool fecn, u8 l4, in hfi1_trace_fmt_lrh() argument
203 age, becn, fecn, l4, rc, sc, pkey, entropy); in hfi1_trace_fmt_lrh()
/linux/tools/testing/selftests/damon/
H A Ddamos_apply_interval.py22 # >= 25% access rate, >= 200ms age
23 nr_accesses=[5, 20], age=[2, 2**64 - 1]),
29 # >= 25% access rate, >= 200ms age
30 nr_accesses=[5, 20], age=[2, 2**64 - 1]),
H A D_damon_sysfs.py44 age = None variable in DamosAccessPattern
47 def __init__(self, size=None, nr_accesses=None, age=None): argument
50 self.age = age
56 if self.age is None:
57 self.age = [0, 2**32 - 1]
80 os.path.join(self.sysfs_dir(), 'age', 'min'), self.age[0])
84 os.path.join(self.sysfs_dir(), 'age', 'max'), self.age[
383 __init__(self, start, end, nr_accesses, age) global() argument
[all...]
H A Dsysfs.py120 assert_true(dump['min_age_region'] == pattern.age[0], 'min_age_region',
122 assert_true(dump['max_age_region'] == pattern.age[1], 'max_age_region',
309 age=[5,71]),
H A Dsysfs_update_schemes_tried_regions_wss_estimation.py19 # >= 25% access rate, >= 200ms age
20 nr_accesses=[5, 20], age=[2, 2**64 - 1]))] # schemes
H A Ddamos_quota.py24 nr_accesses=[5, 20], age=[2, 2**64 - 1]),
/linux/drivers/scsi/
H A Dlibiscsi.c341 task->conn->session->age); in iscsi_prep_scsi_cmd_pdu()
787 task->conn->session->age); in iscsi_alloc_mgmt_task()
1368 int age = 0, i = 0; in iscsi_verify_itt() local
1374 session->tt->parse_pdu_itt(conn, itt, &i, &age); in iscsi_verify_itt()
1377 age = ((__force u32)itt >> ISCSI_AGE_SHIFT) & ISCSI_AGE_MASK; in iscsi_verify_itt()
1380 if (age != session->age) { in iscsi_verify_itt()
1383 (__force u32)itt, session->age); in iscsi_verify_itt()
1417 if (iscsi_cmd(task->sc)->age != conn->session->age) { in iscsi_itt_to_ctask()
1420 iscsi_cmd(task->sc)->age, conn->session->age); in iscsi_itt_to_ctask()
1722 iscsi_cmd(sc)->age = conn->session->age; in iscsi_alloc_task()
[all …]
/linux/Documentation/translations/zh_TW/admin-guide/mm/damon/
H A Dstart.rst122 $ echo "#min-size max-size min-acc max-acc min-age max-age action" > test_scheme
/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/
H A Dstart.rst122 $ echo "#min-size max-size min-acc max-acc min-age max-age action" > test_scheme
/linux/fs/unicode/
H A Dmkutf8data.c2309 unsigned int age; in corrections_init() local
2349 age = UNICODE_AGE(major, minor, revision); in corrections_init()
2350 corrections[count].correction = age; in corrections_init()
2806 int age = 0; in utf8agemax() local
2818 if (leaf_age <= tree->maxage && leaf_age > age) in utf8agemax()
2819 age = leaf_age; in utf8agemax()
2822 return age; in utf8agemax()
2833 int age; in utf8agemin() local
2839 age = tree->maxage; in utf8agemin()
2845 if (leaf_age <= tree->maxage && leaf_age < age) in utf8agemin()
[all …]
/linux/Documentation/admin-guide/mm/
H A Dslab.rst198 INFO: Allocated in get_modalias+0x61/0xf5 age=53 cpu=1 pid=554
244 INFO: Allocated in <kernel function> age=<jiffies since alloc> cpu=<allocated by
246 INFO: Freed in <kernel function> age=<jiffies since free> cpu=<freed by cpu>
418 338 pci_alloc_dev+0x2c/0xa0 waste=521872/1544 age=290837/291891/293509 pid=1 cpus=106 nodes=0-1
449 1980 <not-available> age=4294912290 pid=0 cpus=0
450 51 acpi_ut_update_ref_count+0x6a6/0x782 age=236886/237027/237772 pid=1 cpus=1
/linux/net/netfilter/
H A Dnf_conncount.c108 u32 age; in find_or_evict() local
121 age = a - b; in find_or_evict()
122 if (conn->cpu == cpu || age >= 2) { in find_or_evict()
/linux/include/scsi/
H A Discsi_proto.h68 #define build_itt(itt, age) ((__force itt_t)\ argument
69 ((itt) | ((age) << ISCSI_AGE_SHIFT)))
/linux/net/sched/
H A Dsch_fq.c75 unsigned long age; /* (jiffies | 1UL) when flow was emptied, for gc */ member
169 * f->tail and f->age share the same location.
176 f->age = jiffies | 1UL; in fq_flow_set_detached()
181 return !!(f->age & 1UL); in fq_flow_is_detached()
257 time_after(jiffies, f->age + FQ_GC_AGE); in fq_gc()
639 if (time_after(jiffies, f->age + q->flow_refill_delay)) in fq_pband_head_select()
651 /* Note: this overwrites f->age */ in fq_dequeue()
H A Dsch_sfb.c243 unsigned long age = min(10UL * HZ, jiffies - q->token_time); in sfb_rate_limit() local
245 q->tokens_avail = (age * q->penalty_rate) / HZ; in sfb_rate_limit()
/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.c67 static inline void cxgbi_decode_sw_tag(u32 sw_tag, int *idx, int *age) in cxgbi_decode_sw_tag() argument
69 if (age) in cxgbi_decode_sw_tag()
70 *age = sw_tag & 0x7FFF; in cxgbi_decode_sw_tag()
1376 static inline u32 cxgbi_build_sw_tag(u32 idx, u32 age) in cxgbi_build_sw_tag() argument
1379 return (idx << 16) | age; in cxgbi_build_sw_tag()
1391 u32 sw_tag = cxgbi_build_sw_tag(task->itt, sess->age); in task_reserve_itt()
1421 cdev, task, sw_tag, task->itt, sess->age, tag, *hdr_itt); in task_reserve_itt()
1425 void cxgbi_parse_pdu_itt(struct iscsi_conn *conn, itt_t itt, int *idx, int *age) in cxgbi_parse_pdu_itt() argument
1443 cxgbi_decode_sw_tag(sw_bits, idx, age); in cxgbi_parse_pdu_itt()
1447 age ? *age : 0xFF); in cxgbi_parse_pdu_itt()
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkmemleak.rst214 comm "modprobe", pid 2088, jiffies 4294680594 (age 375.486s)
/linux/net/ipv4/
H A Ddevinet.c727 unsigned long age, tstamp; in check_lifetime() local
740 age = (now - tstamp + in check_lifetime()
744 age >= valid_lft) { in check_lifetime()
749 } else if (age >= preferred_lft) { in check_lifetime()
766 unsigned long age; in check_lifetime() local
772 age = (now - ifa->ifa_tstamp + in check_lifetime()
776 age >= ifa->ifa_valid_lft) { in check_lifetime()
793 age >= ifa->ifa_preferred_lft && in check_lifetime()
/linux/Documentation/process/
H A Dcode-of-conduct.rst11 our community a harassment-free experience for everyone, regardless of age, body

12