Home
last modified time | relevance | path

Searched full:scheme (Results 1 – 25 of 980) sorted by relevance

12345678910>>...40

/openbmc/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_keygen.c24 /* Select Scheme Value Register */
56 /* Scheme Registers bit field masks */
133 /* Scheme Configuration RAM Registers */
146 /* 0x140: KeyGen Scheme Entry Statistic Packet Counter */
147 u32 kgse_dv0; /* 0x144: KeyGen Scheme Entry Default Value 0 */
148 u32 kgse_dv1; /* 0x148: KeyGen Scheme Entry Default Value 1 */
150 /* 0x14C: KeyGen Scheme Entry Coarse Classification Bit*/
151 u32 kgse_mv; /* 0x150: KeyGen Scheme Entry Match vector */
152 u32 kgse_om; /* 0x154: KeyGen Scheme Entry Operation Mode bits */
154 /* 0x158: KeyGen Scheme Entry Virtual Storage Profile */
[all …]
/openbmc/linux/mm/damon/
H A Dsysfs-schemes.c13 * scheme region directory
113 * scheme regions directory
779 * scheme/weights directory
1120 * scheme directory
1149 struct damon_sysfs_scheme *scheme = kmalloc(sizeof(*scheme), in damon_sysfs_scheme_alloc() local
1152 if (!scheme) in damon_sysfs_scheme_alloc()
1154 scheme->kobj = (struct kobject){}; in damon_sysfs_scheme_alloc()
1155 scheme->action = action; in damon_sysfs_scheme_alloc()
1156 return scheme; in damon_sysfs_scheme_alloc()
1160 struct damon_sysfs_scheme *scheme) in damon_sysfs_scheme_set_access_pattern() argument
[all …]
H A Dpaddr.c217 static bool damos_pa_filter_out(struct damos *scheme, struct folio *folio) in damos_pa_filter_out() argument
221 damos_for_each_filter(filter, scheme) { in damos_pa_filter_out()
297 struct damos *scheme) in damon_pa_apply_scheme() argument
299 switch (scheme->action) { in damon_pa_apply_scheme()
301 return damon_pa_pageout(r, scheme); in damon_pa_apply_scheme()
303 return damon_pa_mark_accessed(r, scheme); in damon_pa_apply_scheme()
305 return damon_pa_deactivate_pages(r, scheme); in damon_pa_apply_scheme()
317 struct damos *scheme) in damon_pa_scheme_score() argument
319 switch (scheme->action) { in damon_pa_scheme_score()
321 return damon_cold_score(context, r, scheme); in damon_pa_scheme_score()
[all …]
H A Dcore.c320 struct damos *scheme; in damon_new_scheme() local
322 scheme = kmalloc(sizeof(*scheme), GFP_KERNEL); in damon_new_scheme()
323 if (!scheme) in damon_new_scheme()
325 scheme->pattern = *pattern; in damon_new_scheme()
326 scheme->action = action; in damon_new_scheme()
327 scheme->apply_interval_us = apply_interval_us; in damon_new_scheme()
333 scheme->next_apply_sis = 0; in damon_new_scheme()
334 INIT_LIST_HEAD(&scheme->filters); in damon_new_scheme()
335 scheme->stat = (struct damos_stat){}; in damon_new_scheme()
336 INIT_LIST_HEAD(&scheme->list); in damon_new_scheme()
[all …]
H A Dreclaim.c166 struct damos *scheme, *old_scheme; in damon_reclaim_apply_parameters() local
175 scheme = damon_reclaim_new_scheme(); in damon_reclaim_apply_parameters()
176 if (!scheme) in damon_reclaim_apply_parameters()
180 damon_reclaim_copy_quota_status(&scheme->quota, in damon_reclaim_apply_parameters()
187 damon_destroy_scheme(scheme); in damon_reclaim_apply_parameters()
190 damos_add_filter(scheme, filter); in damon_reclaim_apply_parameters()
192 damon_set_schemes(ctx, &scheme, 1); in damon_reclaim_apply_parameters()
H A Dlru_sort.c169 /* Create a DAMON-based operation scheme for hot memory regions */
178 /* Create a DAMON-based operation scheme for cold memory regions */
201 struct damos *scheme, *hot_scheme, *cold_scheme; in damon_lru_sort_apply_parameters() local
210 damon_for_each_scheme(scheme, ctx) { in damon_lru_sort_apply_parameters()
212 old_hot_scheme = scheme; in damon_lru_sort_apply_parameters()
215 old_cold_scheme = scheme; in damon_lru_sort_apply_parameters()
/openbmc/linux/include/linux/
H A Ddamon.h83 * Operation Scheme.
114 * struct damos_quota - Controls the aggressiveness of the given scheme.
115 * @ms: Maximum milliseconds that the scheme can use.
132 * throughput of the scheme's action. DAMON then compares it against &sz and
135 * For selecting regions within the quota, DAMON prioritizes current scheme's
171 * @DAMOS_WMARK_NONE: Ignore the watermarks of the given scheme.
182 * struct damos_watermarks - Controls when a given scheme should be activated.
189 * If &metric is &DAMOS_WMARK_NONE, the scheme is always active. Being active
190 * means DAMON does monitoring and applying the action of the scheme to
194 * If &metric is higher than &high, the scheme is inactivated. If &metric is
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-damon31 contents of 'tried_regions' directory of every scheme directory
145 directories for controlling each DAMON-based operation scheme
152 of the scheme.
158 size of the scheme's target regions in bytes.
164 size of the scheme's target regions in bytes.
170 'nr_accesses' of the scheme's target regions.
176 'nr_accesses' of the scheme's target regions.
182 'age' of the scheme's target regions.
188 'age' of the scheme's target regions.
194 quota of the scheme in milliseconds.
[all …]
H A Dsysfs-bus-iio-light-isl290189 Scheme 0, makes full n (4, 8, 12, 16) bits (unsigned) proximity
10 detection. The range of Scheme 0 proximity count is from 0 to
11 2^n. Logic 1 of this bit, Scheme 1, makes n-1 (3, 7, 11, 15)
13 range of Scheme 1 proximity count is from -2^(n-1) to 2^(n-1).
15 Scheme 0 has wider dynamic range, Scheme 1 proximity detection
/openbmc/linux/Documentation/admin-guide/mm/damon/
H A Dusage.rst129 for each DAMON-based operation scheme of the kdamond. For details of the
133 DAMON-based operation scheme action tried regions directory for each
134 DAMON-based operation scheme of the kdamond. Writing
138 operating scheme action tried regions directory for each DAMON-based operation
139 scheme of the kdamond. For details of the DAMON-based operation scheme action
267 to ``N-1``. Each directory represents each DAMON-based operation scheme.
272 In each scheme directory, five directories (``access_pattern``, ``quotas``,
276 The ``action`` file is for setting and getting the scheme's :ref:`action
304 <damon_design_damos_access_pattern>` of the given DAMON-based operation scheme.
308 exist. You can set and get the access pattern for the given scheme by writing
[all …]
/openbmc/bmcweb/test/redfish-core/lib/
H A Dupdate_service_test.cpp32 EXPECT_EQ(ret->scheme(), "https"); in TEST()
45 EXPECT_EQ(ret->scheme(), "https"); in TEST()
58 EXPECT_EQ(ret->scheme(), "https"); in TEST()
76 EXPECT_EQ(ret->scheme(), "https"); in TEST()
89 EXPECT_EQ(ret->scheme(), "https"); in TEST()
102 EXPECT_EQ(ret->scheme(), "https"); in TEST()
115 EXPECT_EQ(ret->scheme(), "https"); in TEST()
128 EXPECT_EQ(ret->scheme(), "https"); in TEST()
/openbmc/phosphor-misc/http-redirect/
H A Dhttp-redirect.awk246 components["scheme"] = substr(url, 1, RLENGTH - 1) ;
294 r=r dump_field_if_present("scheme", components)
315 if (("scheme" in split_url) != ("host" in split_url))
317 trace("scheme host ok")
319 if ("scheme" in split_url) {
320 trace("original scheme is: >" split_url["scheme"] "<")
321 scheme = unescape(split_url["scheme"])
322 trace("unescaped scheme is: >" scheme "<")
323 # HTTP 2616 3.2.3 scheme MUST be case insensitive
324 if (tolower(scheme) != "http")
[all …]
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dutils.hpp13 * @param[in] scheme - LDAP's scheme, scheme equals to "ldaps" to validate
17 bool isValidLDAPURI(const std::string& uri, const char* scheme);
/openbmc/linux/drivers/atm/
H A Dfore200e.c288 int scheme, magn, nbr; in fore200e_free_rx_buf() local
291 for (scheme = 0; scheme < BUFFER_SCHEME_NBR; scheme++) { in fore200e_free_rx_buf()
294 if ((buffer = fore200e->host_bsq[ scheme ][ magn ].buffer) != NULL) { in fore200e_free_rx_buf()
296 for (nbr = 0; nbr < fore200e_rx_buf_nbr[ scheme ][ magn ]; nbr++) { in fore200e_free_rx_buf()
312 int scheme, magn; in fore200e_uninit_bs_queue() local
314 for (scheme = 0; scheme < BUFFER_SCHEME_NBR; scheme++) { in fore200e_uninit_bs_queue()
317 struct chunk* status = &fore200e->host_bsq[ scheme ][ magn ].status; in fore200e_uninit_bs_queue()
318 struct chunk* rbd_block = &fore200e->host_bsq[ scheme ][ magn ].rbd_block; in fore200e_uninit_bs_queue()
860 int bsq_audit(int where, struct host_bsq* bsq, int scheme, int magn) in bsq_audit() argument
870 where, scheme, magn, buffer->index); in bsq_audit()
[all …]
/openbmc/linux/tools/testing/selftests/damon/
H A Dsysfs_update_removed_scheme_dir.sh23 # start DAMON with a scheme
37 # remove scheme sysfs dir
40 # try to update stat of already removed scheme sysfs dir
49 # try to update tried regions of already removed scheme sysfs dir
/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-devattr.h111 /* Signal routing scheme used by device, contains one of
113 encounter them. This is an arbitrary integer scheme id; its
119 /* Indicates scheme for controlling device's LED (if any). The
124 /* Control scheme to use if there is a digital tuner. This
126 integer scheme id; its meaning is contained entirely within the
155 /* Indicate IR scheme of hardware. If not set, then it is assumed
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light/
H A Dclassic-light.xml26 <style-scheme id="classic-light" _name="Classic-Light" version="1.0">
28 <_description>Classic color scheme light</_description>
30 <!-- The scheme tries to look like the default GVim scheme,
32 scheme did -->
131 </style-scheme>
/openbmc/u-boot/doc/
H A DREADME.i2c11 U-Boot provides a scheme based on two 'claim' GPIOs, one driven by the
14 these they can communicate and reliably share the bus. This scheme has
15 minimal overhead and involves very little code. The scheme can survive
59 scheme works very nicely with very low contention. There is only a 10 us
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer/
H A D0001-src-installer-utils.py-sort-entries-before-writing-o.patch23 - for scheme, record in records:
24 + for scheme, record in sorted(records, key=lambda x: x[1].path):
25 writer.writerow(record.to_row(prefix_for_scheme(scheme)))
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign.c82 // Returns the hash_type for a given signature scheme
83 // Returns error if scheme is invalid.
84 failure_reason get_hash_type_from_signature(enum signature_scheme scheme, in get_hash_type_from_signature() argument
87 switch (scheme) in get_hash_type_from_signature()
482 enum signature_scheme scheme) in is_signature_scheme_supported() argument
484 switch (scheme) in is_signature_scheme_supported()
499 static failure_reason get_signature_struct_size(enum signature_scheme scheme, in get_signature_struct_size() argument
502 switch (scheme) in get_signature_struct_size()
519 static failure_reason get_signature_field_offset(enum signature_scheme scheme, in get_signature_field_offset() argument
522 switch (scheme) in get_signature_field_offset()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dbtcoex.c120 if (btcoex_hw->scheme != ATH_BTCOEX_CFG_2WIRE && in ath9k_hw_btcoex_pin_init()
121 btcoex_hw->scheme != ATH_BTCOEX_CFG_3WIRE) in ath9k_hw_btcoex_pin_init()
124 /* bt priority GPIO will be ignored by 2 wire scheme */ in ath9k_hw_btcoex_pin_init()
146 btcoex_hw->scheme = ATH_BTCOEX_CFG_NONE; in ath9k_hw_btcoex_init_scheme()
151 btcoex_hw->scheme = ATH_BTCOEX_CFG_MCI; in ath9k_hw_btcoex_init_scheme()
153 btcoex_hw->scheme = ATH_BTCOEX_CFG_3WIRE; in ath9k_hw_btcoex_init_scheme()
160 btcoex_hw->scheme = ATH_BTCOEX_CFG_3WIRE; in ath9k_hw_btcoex_init_scheme()
162 btcoex_hw->scheme = ATH_BTCOEX_CFG_2WIRE; in ath9k_hw_btcoex_init_scheme()
434 if (btcoex_hw->scheme == ATH_BTCOEX_CFG_3WIRE) { in ath9k_hw_btcoex_disable()
/openbmc/linux/drivers/iio/light/
H A Disl29018.c224 static int isl29018_read_proximity_ir(struct isl29018_chip *chip, int scheme, in isl29018_read_proximity_ir() argument
232 /* Do proximity sensing with required scheme */ in isl29018_read_proximity_ir()
235 scheme << ISL29018_CMD2_SCHEME_SHIFT); in isl29018_read_proximity_ir()
246 if (scheme == 1) { in isl29018_read_proximity_ir()
307 * Proximity Sensing Scheme: Bit 7. This bit programs the function
308 * of the proximity detection. Logic 0 of this bit, Scheme 0, makes
310 * of Scheme 0 proximity count is from 0 to 2^n. Logic 1 of this bit,
311 * Scheme 1, makes n-1 (3, 7, 11, 15) bits (2's complementary)
312 * proximity_less_ambient detection. The range of Scheme 1
314 * for resolutions less than 16. While Scheme 0 has wider dynamic
[all …]
/openbmc/linux/arch/arm/mach-omap2/
H A Domap_hwmod_common_data.c24 * struct omap_hwmod_sysc_type1 - TYPE1 sysconfig scheme.
40 * struct omap_hwmod_sysc_type2 - TYPE2 sysconfig scheme.
54 * struct omap_hwmod_sysc_type3 - TYPE3 sysconfig scheme.
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/
H A D0001-create-tpm-key-support-well-known-key-option.patch27 "\t\t-e|--enc-scheme encryption scheme to use [PKCSV15] or OAEP\n"
28 "\t\t-q|--sig-scheme signature scheme to use [DER] or SHA1\n"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/
H A Dgenerate-srcuri.py27 protocol = parts.scheme
28 parts = parts._replace(scheme="git")
86 protocol = parts.scheme
87 parts = parts._replace(scheme="git")

12345678910>>...40