Home
last modified time | relevance | path

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

12

/openbmc/qemu/tests/unit/
H A Drcutorture.c232 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/openbmc/poky/scripts/
H A Dclean-hashserver-database15 [--mark value] [--clean-db] [--threshold-age seconds]
25 -t | --threshold-age) Remove unused entries older than SECONDS old (default: 3600)
38 -t | --threshold-age) THRESHOLD_AGE="$2"; shift ;;
/openbmc/phosphor-mboxd/
H A Dmboxd_windows.c47 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()
H A Dmbox.h111 uint32_t age; /* Used for LRU eviction scheme */ member
/openbmc/hiomapd/
H A Dwindows.c50 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 Dwindows.h26 uint32_t age; /* Used for LRU eviction scheme */ member
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_service_root_security.robot16 &{header_requirements} Strict-Transport-Security=max-age=31536000; includeSubdomains
19 ... Cache-Control=no-store, max-age=0
123 # Strict-Transport-Security: max-age=31536000; includeSubdomains
126 # Cache-Control: no-store, max-age=0
144 # [Strict-Transport-Security]: max-age=31536000; includeSubdomains
147 # [Cache-Control]: no-store, max-age=0
/openbmc/openbmc-tools/expectedJsonChecker/
H A DREADME.md39 [{"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/qemu/contrib/elf2dmp/
H A Dpe.h133 uint32_t age; member
H A Dmain.c506 sprintf(hash, "%.01x", rsds->age); in pe_get_pdb_symstore_hash()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/
H A D2ch_t.patch117 +���� #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 …]
/openbmc/u-boot/arch/arm/include/asm/arch-mx25/
H A Dimx-regs.h496 wwu, age, cnc2, fce) \ argument
500 (age) << 2 | (cnc2) << 1 | (fce) << 0)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c/
H A D0001-AVRO-3957-C-Fix-typos-in-docs-and-examples-2795.patch54 int32_t age;
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libesmtp/libesmtp/
H A D0001-Add-build-option-for-NTLM-support.patch57 @@ -264,4 +270,5 @@ summary({'current:revision:age': libesmtp_cra,
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-good.txt28 Returns: the King Since: the first age Notes:
H A Ddoc-good.json47 # Since: the first age
H A Ddoc-good.out92 Since: the first age
/openbmc/webui-vue/docs/guide/components/table/
H A Dindex.md49 age: '3 years',
54 age: '4 months',
64 key: 'age',
65 label: this.$t('table.age') //translated label
/openbmc/qemu/docs/devel/
H A Dcode-of-conduct.rst14 disability, personal appearance, body size, race, ethnicity, age, religion,
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss/
H A D0001-utils-12-Makefile.am-expand-wildcards-in-prereqs.patch109 # result: [current-age].age.revision
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/
H A Dimx-regs.h652 wwu, age, cnc2, fce) \ argument
656 (age) << 2 | (cnc2) << 1 | (fce) << 0)
/openbmc/qemu/docs/
H A Dxbzrle.txt77 misses. XBZRLE uses a counter as the age of each page. The counter will
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.18.rst35 - cve-update-nvd2-native: Add an age threshold for incremental update
H A Drelease-notes-4.3.4.rst42 - cve-update-nvd2-native: Add an age threshold for incremental update
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D090856f4159c40a2927fb88546419f2e1697ad5f.patch29 …te": ["Thu, 04 Jan 2018 23:00:15 GMT"], "strict-transport-security": ["max-age=0; includeSubdomain…
73 + "max-age=0; includeSubdomains; preload"
977age=31536000; includeSubdomains; preload"], "x-github-request-id": ["48A0C951:54E7:48B5311:5501931…
1042 + "max-age=31536000; includeSubdomains; preload"
1113 + "max-age=31557600"
1140 + "max-age=31557600"
1165age=31536000; includeSubdomains; preload"], "x-github-request-id": ["48A0C951:54E7:48B5311:5501931…
1226 + "max-age=31536000; includeSubdomains; preload"
1297 + "max-age=31557600"
1321 + "max-age=31557600"

12