/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_buffer_pool.c | 55 unsigned long age; in pool_free_older_than() local 59 age = READ_ONCE(node->age); in pool_free_older_than() 60 if (!age || jiffies - age < keep) in pool_free_older_than() 64 if (!xchg(&node->age, 0)) in pool_free_older_than() 115 GEM_BUG_ON(node->age); in pool_retire() 118 WRITE_ONCE(node->age, jiffies ?: 1); /* 0 reserved for active nodes */ in pool_retire() 151 node->age = 0; in node_create() 184 unsigned long age; in intel_gt_get_buffer_pool() local 192 age = READ_ONCE(node->age); in intel_gt_get_buffer_pool() 193 if (!age) in intel_gt_get_buffer_pool() [all …]
|
H A D | intel_gt_buffer_pool_types.h | 31 unsigned long age; member
|
/openbmc/linux/include/linux/ |
H A D | unicode.h | 19 static inline u8 unicode_major(unsigned int age) in unicode_major() argument 21 return (age >> UNICODE_MAJ_SHIFT) & 0xff; in unicode_major() 24 static inline u8 unicode_minor(unsigned int age) in unicode_minor() argument 26 return (age >> UNICODE_MIN_SHIFT) & 0xff; in unicode_minor() 29 static inline u8 unicode_rev(unsigned int age) in unicode_rev() argument 31 return age & 0xff; in unicode_rev()
|
/openbmc/linux/include/trace/events/ |
H A D | damon.h | 25 __field(unsigned int, age) 34 __entry->age = r->age; 40 __entry->nr_accesses, __entry->age)
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/ |
H A D | usage.rst | 80 │ │ │ │ │ │ │ │ age/min,max 86 │ │ │ │ │ │ │ │ 0/start,end,nr_accesses,age 232 在 ``access_pattern`` 目录下,存在三个目录( ``sz``, ``nr_accesses``, 和 ``age`` ), 234 ``age`` 目录下的 ``min`` 和 ``max`` 文件分别写入和读取来设置和获取给定方案的访问模式。 298 在每个区域目录中,你会发现四个文件(``start``, ``end``, ``nr_accesses``, and ``age``)。 321 # echo 10 > access_pattern/age/min 322 # echo 20 > access_pattern/age/max 439 min-size max-size min-acc max-acc min-age max-age 442 数( `min-acc` 和 `max-acc` ),区域年龄的聚合区间数( `min-age` 和 `max-age` )都被指定。 475 <size weight> <access frequency weight> <age weight>
|
H A D | start.rst | 122 $ echo "#min-size max-size min-acc max-acc min-age max-age action" > test_scheme
|
/openbmc/qemu/tests/unit/ |
H A D | rcutorture.c | 232 int age; /* how many update cycles while not rcu_stress_current */ member 270 pc = qatomic_read(&p->age); in rcu_read_stress_test() 323 qatomic_set(&p->age, 0); in rcu_update_stress_test() 333 qatomic_set(&rcu_stress_array[i].age, in rcu_update_stress_test() 334 rcu_stress_array[i].age + 1); in rcu_update_stress_test() 367 rcu_stress_current->age = 0; in stresstest() 397 rcu_stress_current->age = 0; in gtest_stress()
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | slab.py | 119 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,
|
/openbmc/linux/fs/ubifs/ |
H A D | shrinker.c | 58 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()
|
/openbmc/phosphor-mboxd/ |
H A D | mboxd_windows.c | 47 window->age = 0; in init_window_state() 401 context->current->age = 0; in close_current_window() 422 window->age = 0; in reset_window() 461 if (cur->age < min_age) { in find_oldest_window() 462 min_age = cur->age; in find_oldest_window() 531 cur->age = ++(context->windows.max_age); in search_windows() 669 cur->age = ++(context->windows.max_age); in create_map_window()
|
/openbmc/linux/mm/damon/ |
H A D | sysfs-schemes.c | 20 unsigned int age; member 35 sysfs_region->age = region->age; in damon_sysfs_scheme_region_alloc() 73 return sysfs_emit(buf, "%u\n", region->age); in age_show() 95 __ATTR_RO_MODE(age, 0400); 786 unsigned int age; member 790 unsigned int nr_accesses, unsigned int age) in damon_sysfs_weights_alloc() argument 800 weights->age = age; in damon_sysfs_weights_alloc() 848 return sysfs_emit(buf, "%u\n", weights->age); in age_permil_show() 856 int err = kstrtouint(buf, 0, &weights->age); in age_permil_store() 1028 struct damon_sysfs_ul_range *age; member [all …]
|
H A D | core.c | 133 region->age = 0; in damon_new_region() 494 static unsigned int damon_age_for_new_attrs(unsigned int age, in damon_age_for_new_attrs() argument 497 return age * old_attrs->aggr_interval / new_attrs->aggr_interval; in damon_age_for_new_attrs() 528 r->age = damon_age_for_new_attrs(r->age, old_attrs, new_attrs); in damon_update_monitoring_result() 797 s->pattern.min_age_region <= r->age && in __damos_valid_target() 798 r->age <= s->pattern.max_age_region; in __damos_valid_target() 977 r->age = 0; in damos_apply_scheme() 1130 l->age = (l->age * sz_l + r->age * sz_r) / (sz_l + sz_r); in damon_merge_two_regions() 1149 r->age = 0; in damon_merge_regions_of() 1151 r->age++; in damon_merge_regions_of() [all …]
|
H A D | core-test.h | 300 r->age = 20; in damon_test_update_monitoring_result() 306 KUNIT_EXPECT_EQ(test, r->age, 2); in damon_test_update_monitoring_result() 312 KUNIT_EXPECT_EQ(test, r->age, 2); in damon_test_update_monitoring_result() 318 KUNIT_EXPECT_EQ(test, r->age, 20); in damon_test_update_monitoring_result()
|
/openbmc/hiomapd/ |
H A D | windows.c | 50 window->age = 0; in init_window_state() 400 context->current->age = 0; in windows_close_current() 421 window->age = 0; in window_reset() 467 if (cur->age < min_age) { in windows_find_oldest() 468 min_age = cur->age; in windows_find_oldest() 537 cur->age = ++(context->windows.max_age); in windows_search() 663 cur->age = ++(context->windows.max_age); in windows_create_map()
|
H A D | windows.h | 26 uint32_t age; /* Used for LRU eviction scheme */ member
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | trace_ibhdrs.h | 86 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 D | trace.c | 169 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()
|
/openbmc/linux/fs/f2fs/ |
H A D | extent_cache.c | 48 unsigned long age, unsigned long last_blocks, in __set_extent_info() argument 62 ei->age = age; in __set_extent_info() 131 abs(back->age - front->age) <= SAME_AGE_REGION && in __is_extent_mergeable() 630 tei->age, tei->last_blocks); in __update_extent_tree_range() 683 dei.age, dei.last_blocks, in __update_extent_tree_range() 692 dei.age, dei.last_blocks, in __update_extent_tree_range() 756 tei->age, tei->last_blocks, EX_BLOCK_AGE); in __update_extent_tree_range() 858 if (tei.age) in __get_new_block_age() 859 ei->age = __calculate_block_age(sbi, cur_age, tei.age); in __get_new_block_age() 861 ei->age = cur_age; in __get_new_block_age() [all …]
|
H A D | gc.c | 341 unsigned char age = 0; in get_cb_cost() local 361 age = 100 - div64_u64(100 * (mtime - sit_i->min_mtime), in get_cb_cost() 364 return UINT_MAX - ((100 * (100 - u) * age) / (100 + u)); in get_cb_cost() 531 unsigned long long age, u, accu; in atgc_lookup_victim() local 563 age = div64_u64(accu * (max_mtime - ve->mtime), total_time) * in atgc_lookup_victim() 573 f2fs_bug_on(sbi, age + u >= UINT_MAX); in atgc_lookup_victim() 575 cost = UINT_MAX - (age + u); in atgc_lookup_victim() 579 (cost == p->min_cost && age > p->oldest_age)) { in atgc_lookup_victim() 581 p->oldest_age = age; in atgc_lookup_victim() 601 unsigned long long age; in atssr_lookup_victim() local [all …]
|
/openbmc/openbmc-test-automation/redfish/service_root/ |
H A D | test_service_root_security.robot | 14 &{header_requirements} Strict-Transport-Security=max-age=31536000; includeSubdomains 17 ... Cache-Control=no-store, max-age=0 119 # Strict-Transport-Security: max-age=31536000; includeSubdomains 122 # Cache-Control: no-store, max-age=0 140 # [Strict-Transport-Security]: max-age=31536000; includeSubdomains 143 # [Cache-Control]: no-store, max-age=0
|
/openbmc/linux/drivers/scsi/ |
H A D | libiscsi.c | 341 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 …]
|
/openbmc/linux/fs/unicode/ |
H A D | mkutf8data.c | 2309 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 …]
|
/openbmc/linux/Documentation/admin-guide/mm/damon/ |
H A D | usage.rst | 83 │ │ │ │ │ │ │ │ age/min,max 91 │ │ │ │ │ │ │ │ 0/start,end,nr_accesses,age 307 ``nr_accesses``, and ``age``) each having two files (``min`` and ``max``) 310 ``nr_accesses``, and ``age`` directories, respectively. Note that the ``min`` 332 <damon_design_damos_quotas_prioritization>` for size, access frequency, and age 435 ``nr_accesses``, and ``age`` of the region. 454 ``nr_accesses``, and ``age``). Reading the files will show the start and end 455 addresses, ``nr_accesses``, and ``age`` of the region that corresponding 465 limitation, page out memory regions having longer age first. Also, check the 480 # echo 10 > access_pattern/age/min [all …]
|
/openbmc/openbmc-tools/expectedJsonChecker/ |
H A D | README.md | 39 [{"age": 5}, {"name": "Joe"}]} 42 [{"age": 4}, {"name": "Joe"}]} 45 [{"age": 3}, {"name": "Moe"}]} 47 documents that do not meet the expression. i.e.) {"$not": {"age": 4}}
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/ |
H A D | 2ch_t.patch | 117 +���� #R5 age 118 +���� #T35 age 122 +�������餷 #T35 age�Ӥ餷 125 +�����Ѥ��ޤ� #JN age�ʎߎ��ώ� 126 +�����֤餶���� #JN age�֥饶���� 127 +������ʡ� #JN age��ʡ� 128 +������ #CJ age�� 129 +�����줹 #T35 age�쥹 1204 +���������� #T35 ����age 1821 +���餷���� #KSr ���餷age [all …]
|