| /linux/drivers/net/ethernet/freescale/fman/ |
| H A D | fman_keygen.c | 24 /* 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 …]
|
| /linux/mm/damon/ |
| H A D | sysfs-schemes.c | 14 * scheme region directory 126 * scheme regions directory 1389 * scheme/weights directory 2018 * scheme directory 2088 struct damon_sysfs_scheme *scheme = kmalloc_obj(*scheme); in damon_sysfs_scheme_alloc() local 2090 if (!scheme) in damon_sysfs_scheme_alloc() 2092 scheme->kobj = (struct kobject){}; in damon_sysfs_scheme_alloc() 2093 scheme->action = action; in damon_sysfs_scheme_alloc() 2094 scheme->apply_interval_us = apply_interval_us; in damon_sysfs_scheme_alloc() 2095 scheme->target_nid = NUMA_NO_NODE; in damon_sysfs_scheme_alloc() [all …]
|
| H A D | core.c | 416 struct damos *scheme; in damon_new_scheme() local 418 scheme = kmalloc_obj(*scheme); in damon_new_scheme() 419 if (!scheme) in damon_new_scheme() 421 scheme->pattern = *pattern; in damon_new_scheme() 422 scheme->action = action; in damon_new_scheme() 423 scheme->apply_interval_us = apply_interval_us; in damon_new_scheme() 429 scheme->next_apply_sis = 0; in damon_new_scheme() 430 scheme->walk_completed = false; in damon_new_scheme() 431 INIT_LIST_HEAD(&scheme->core_filters); in damon_new_scheme() 432 INIT_LIST_HEAD(&scheme->ops_filters); in damon_new_scheme() [all …]
|
| H A D | reclaim.c | 186 struct damos *scheme; in damon_reclaim_apply_parameters() local 208 scheme = damon_reclaim_new_scheme(); in damon_reclaim_apply_parameters() 209 if (!scheme) in damon_reclaim_apply_parameters() 211 damon_set_schemes(param_ctx, &scheme, 1); in damon_reclaim_apply_parameters() 218 damos_add_quota_goal(&scheme->quota, goal); in damon_reclaim_apply_parameters() 226 damos_add_quota_goal(&scheme->quota, goal); in damon_reclaim_apply_parameters() 233 damos_add_filter(scheme, filter); in damon_reclaim_apply_parameters()
|
| /linux/tools/testing/selftests/damon/ |
| H A D | _damon_sysfs.py | 45 scheme = None variable in DamosAccessPattern 60 return os.path.join(self.scheme.sysfs_dir(), 'access_pattern') 138 scheme = None # owner scheme 156 return os.path.join(self.scheme.sysfs_dir(), 'quotas') 208 scheme = None # owner scheme 218 return os.path.join(self.scheme.sysfs_dir(), 'watermarks') 305 scheme = None # owner scheme 137 scheme = None # owner scheme global() variable in DamosQuota 202 scheme = None # owner scheme global() variable in DamosWatermarks 299 scheme = None # owner scheme global() variable in DamosFilters 346 scheme = None # owner scheme global() variable in DamosDests [all...] |
| H A D | sysfs.py | 118 def assert_scheme_committed(scheme, dump): 119 assert_access_pattern_committed(scheme.access_pattern, dump['pattern']) 132 assert_true(dump['action'] == action_val[scheme.action], 'action', dump) 133 assert_true(dump['apply_interval_us'] == scheme. apply_interval_us, 135 assert_true(dump['target_nid'] == scheme.target_nid, 'target_nid', dump) 136 assert_migrate_dests_committed(scheme.dests, dump['migrate_dests']) 137 assert_quota_committed(scheme.quota, dump['quota']) 138 assert_watermarks_committed(scheme.watermarks, dump['wmarks']) 140 for idx, f in enumerate(scheme.core_filters.filters): 142 for idx, f in enumerate(scheme 112 assert_scheme_committed(scheme, dump) global() argument [all...] |
| H A D | damos_apply_interval.py | 53 print('scheme(s) are not tried') 56 # Because the second scheme was having the apply interval that is ten times 57 # lower than that of the first scheme, the second scheme should be tried 58 # about ten times more frequently than the first scheme. For possible
|
| H A D | damon_nr_regions.py | 49 scheme = kdamonds.kdamonds[0].contexts[0].schemes[0] 50 if scheme.tried_regions is None: 55 nr_tried_regions = len(scheme.tried_regions) 128 scheme = kdamonds.kdamonds[0].contexts[0].schemes[0] 129 if scheme.tried_regions is None: 134 nr_tried_regions = len(scheme.tried_regions)
|
| H A D | sysfs_update_removed_scheme_dir.sh | 21 # start DAMON with a scheme 35 # remove scheme sysfs dir 38 # try to update stat of already removed scheme sysfs dir 47 # try to update tried regions of already removed scheme sysfs dir
|
| H A D | damos_tried_regions.py | 39 scheme = kdamonds.kdamonds[0].contexts[0].schemes[0] 40 if scheme.tried_regions is None: 45 nr_tried_regions = len(scheme.tried_regions)
|
| H A D | damos_quota.py | 49 scheme = kdamonds.kdamonds[0].contexts[0].schemes[0] 50 wss_collected.append(scheme.tried_bytes) 51 nr_quota_exceeds = scheme.stats.qt_exceeds
|
| H A D | drgn_dump_damon_status.py | 169 def scheme_to_dict(scheme): 170 dict_ = to_dict(scheme, [ 181 'struct damos_filter', scheme.core_filters.address_of_(), 'list'): 186 'struct damos_filter', scheme.ops_filters.address_of_(), 'list'): 168 scheme_to_dict(scheme) global() argument
|
| /linux/include/linux/ |
| H A D | damon.h | 117 * Operation Scheme. 179 * struct damos_quota_goal - DAMOS scheme quota auto-tuning goal. 229 * struct damos_quota - Controls the aggressiveness of the given scheme. 231 * @ms: Maximum milliseconds that the scheme can use. 255 * the scheme's action. DAMON then compares it against &sz and uses smaller 265 * For selecting regions within the quota, DAMON prioritizes current scheme's 304 * @DAMOS_WMARK_NONE: Ignore the watermarks of the given scheme. 315 * struct damos_watermarks - Controls when a given scheme should be activated. 322 * If &metric is &DAMOS_WMARK_NONE, the scheme is always active. Being active 323 * means DAMON does monitoring and applying the action of the scheme to [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-light-isl29018 | 9 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
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-devattr.h | 111 /* 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
|
| /linux/samples/damon/ |
| H A D | mtier.c | 79 struct damos *scheme; in damon_sample_mtier_build_ctx() local 128 scheme = damon_new_scheme( in damon_sample_mtier_build_ctx() 151 if (!scheme) in damon_sample_mtier_build_ctx() 153 damon_set_schemes(ctx, &scheme, 1); in damon_sample_mtier_build_ctx() 161 damos_add_quota_goal(&scheme->quota, quota_goal); in damon_sample_mtier_build_ctx() 165 damos_add_filter(scheme, filter); in damon_sample_mtier_build_ctx()
|
| H A D | prcl.c | 63 struct damos *scheme; in damon_sample_prcl_start() local 89 scheme = damon_new_scheme( in damon_sample_prcl_start() 102 if (!scheme) { in damon_sample_prcl_start() 106 damon_set_schemes(ctx, &scheme, 1); in damon_sample_prcl_start()
|
| /linux/arch/arm/mach-omap2/ |
| H A D | omap_hwmod_common_data.c | 24 * 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.
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | ifork.rst | 36 Note that with this block mapping scheme, it is necessary to fill out a 38 led to the creation of the extent mapping scheme, discussed below. 40 Notice also that a file using this mapping scheme cannot be placed 47 tree. Under the old scheme, allocating a contiguous run of 1,000 blocks
|
| H A D | allocators.rst | 25 Under this scheme, when a file needs more blocks to absorb file writes, 51 this scheme evens out the loading on the block groups, though the author
|
| /linux/Documentation/scsi/ |
| H A D | aha152x.rst | 126 The BIOS uses a cylinder/head/sector addressing scheme (C/H/S) 127 scheme instead. DOS expects a BIOS or driver that understands this 135 geometry just to be able to support that addressing scheme. The geometry 145 Moreover there are certain limitations to the C/H/S addressing scheme,
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | phy.h | 191 * @scheme: only for v2: scheme that trigger the CT Kill (0-SW, 1-HW) 196 u8 scheme; member
|
| /linux/samples/pktgen/ |
| H A D | pktgen_sample02_multiqueue.sh | 6 # * notice the naming scheme for keeping device names unique 7 # * nameing scheme: dev@thread_number
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-srggb8-pisp-comp.rst | 32 Mode 1 uses a quantization and delta-based coding scheme which preserves up to 33 12 significant bits. Mode 2 is a simple sqrt-like companding scheme with 6 PWL 35 (with 4 chords) and the delta scheme, preserving up to 14 significant bits.
|
| /linux/Documentation/leds/ |
| H A D | leds-blinkm.rst | 21 The registration follows the scheme:: 43 The registration follows the scheme::
|