| /linux/fs/jfs/ |
| H A D | jfs_mount.c | 9 * note: file system in transition to aggregate/fileset: 11 * file system mount is interpreted as the mount of aggregate, 13 * the aggregate; 15 * a file system/aggregate is represented by an internal inode 16 * (aka mount inode) initialized with aggregate superblock; 19 * (an aggregate itself is structured recursively as a filset: 21 * allocation map inode" (aka aggregate inode) where each inode 23 * on-disk inode in uniform way at both aggregate and fileset level; 28 * per aggregate information, e.g., block size, etc.) as well as 31 * aggregate [all …]
|
| H A D | jfs_superblock.h | 20 * aggregate superblock 29 __le64 s_size; /* 8: aggregate size in hardware/LVM blocks; 32 __le32 s_bsize; /* 4: aggregate block size in bytes; 43 __le32 s_flag; /* 4: aggregate attributes: 52 * aggregate inode table 56 * aggregate inode map 59 __le32 s_logserial; /* 4: log serial number at aggregate mount */
|
| H A D | jfs_dmap.h | 45 #define MAXMAPSIZE MAXL2SIZE /* maximum aggregate map size */ 113 * convert aggregate map size to the zero origin dmapctl level of the 189 * on-disk aggregate disk allocation map descriptor. 192 __le64 dn_mapsize; /* 8: number of blocks in aggregate */ 193 __le64 dn_nfree; /* 8: num free blks in aggregate map */ 211 s64 dn_mapsize; /* number of blocks in aggregate */ 212 s64 dn_nfree; /* num free blks in aggregate map */ 228 * in-memory aggregate disk allocation map descriptor. 231 struct dbmap db_bmap; /* on-disk aggregate map descriptor */ 232 struct inode *db_ipbmap; /* ptr to aggregate map incore inode */ [all …]
|
| H A D | jfs_umount.c | 9 * note: file system in transition to aggregate/fileset: 13 * fileset in the aggregate and, if unmount of the last fileset, 69 * close secondary aggregate inode allocation map in jfs_umount() 78 * close aggregate inode allocation map in jfs_umount() 85 * close aggregate block allocation map in jfs_umount()
|
| H A D | jfs_incore.h | 161 unsigned long mntflag; /* aggregate attributes */ 163 struct inode *ipaimap; /* aggregate inode map inode */ 165 struct inode *ipimap; /* aggregate inode map inode */ 174 uint aggregate; /* volume identifier in log record */ member
|
| H A D | resize.c | 128 * no size specified: default to 1/256 of aggregate in jfs_extendfs() 155 * whether file system extends to the end of the aggregate; in jfs_extendfs() 157 * - 1 bit per block in aggregate rounded up to BPERDMAP boundary in jfs_extendfs() 271 * s_size: aggregate size in physical blocks; in jfs_extendfs() 279 * di_mapsize: number of blocks in aggregate (covered by map); in jfs_extendfs() 281 * db_mapsize: number of blocks in aggregate (covered by map); in jfs_extendfs()
|
| /linux/drivers/base/ |
| H A D | component.c | 17 * including their bound drivers, into an aggregate driver. Various subsystems 21 * helper fills the niche of aggregate drivers for specific hardware, where 33 * Aggregate drivers first assemble a component match list of what they need 34 * using component_match_add(). This is then registered as an aggregate driver 221 * Try to bring up an aggregate device. If component is NULL, we're interested 222 * in this aggregate device, otherwise it's a component which must be present 223 * to try and bring up the aggregate device. 427 * @parent: parent device of the aggregate driver 434 * aggregate driver needs to function. The list of component matches pointed to 457 * @parent: parent device of the aggregate driver [all …]
|
| /linux/net/sched/ |
| H A D | sch_qfq.c | 41 classes. Each aggregate is timestamped with a virtual start time S 44 time function V. The classes within each aggregate are instead 97 * Shifts used for aggregate<->group mapping. We allow class weights that are 98 * in the range [1, 2^MAX_WSHIFT], and we try to map each aggregate i to the 100 * for the classes in the aggregate. 118 #define QFQ_MAX_AGG_CLASSES 8 /* max num classes per aggregate allowed */ 138 struct qfq_aggregate *agg; /* Parent aggregate. */ 153 u32 class_weight; /* Weight of each class in this aggregate. */ 154 /* Max pkt size for the classes in this aggregate, DRR quantum. */ 158 u32 budgetmax; /* Max budget for this aggregate. */ [all …]
|
| /linux/drivers/acpi/ |
| H A D | platform_profile.c | 29 unsigned long aggregate[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)]; member 246 * _aggregate_choices - Aggregate the available profile choices 248 * @arg: struct aggregate_choices_data, with it's aggregate member bitmap 263 bitmap_and(data->aggregate, tmp, data->aggregate, PLATFORM_PROFILE_LAST); in _aggregate_choices() 270 * _remove_hidden_choices - Remove hidden choices from aggregate data 283 bitmap_andnot(data->aggregate, handler->choices, in _remove_hidden_choices() 302 .aggregate = { [0 ... BITS_TO_LONGS(PLATFORM_PROFILE_LAST) - 1] = ~0UL }, in platform_profile_choices_show() 321 if (bitmap_empty(data.aggregate, PLATFORM_PROFILE_LAST)) in platform_profile_choices_show() 324 return _commmon_choices_show(data.aggregate, buf); in platform_profile_choices_show() 328 * _aggregate_profiles - Aggregate the profiles for legacy sysfs interface [all …]
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-stat.txt | 99 Use BPF programs to aggregate readings from perf_events. This 156 Do not aggregate counts across all monitored CPUs. 298 Aggregate counts per processor socket for system-wide mode measurements. This 305 Aggregate counts per processor die for system-wide mode measurements. This 312 Aggregate counts per processor cluster for system-wide mode measurement. This 320 Aggregate counts per cache instance for system-wide mode measurements. By 324 Using option "--per-cache=l3" or "--per-cache=L3" will aggregate the 328 Aggregate counts per physical processor for system-wide mode measurements. This 334 Aggregate counts per monitored threads, when monitoring threads (-t option) 338 Aggregate counts per NUMA nodes for system-wide mode measurements. This [all …]
|
| /linux/drivers/interconnect/qcom/ |
| H A D | icc-rpmh.c | 76 * qcom_icc_aggregate - aggregate bw for buckets indicated by tag 77 * @node: node to aggregate 78 * @tag: tag to indicate which buckets to aggregate 79 * @avg_bw: new bw to sum aggregate 80 * @peak_bw: new bw to max aggregate 81 * @agg_avg: existing aggregate avg bw val 82 * @agg_peak: existing aggregate peak bw val 259 provider->aggregate = qcom_icc_aggregate; in qcom_icc_rpmh_probe()
|
| H A D | icc-rpm.c | 247 * qcom_icc_pre_bw_aggregate - cleans up values before re-aggregate requests 263 * qcom_icc_bw_aggregate - aggregate bw for buckets indicated by tag 264 * @node: node to aggregate 265 * @tag: tag to indicate which buckets to aggregate 266 * @avg_bw: new bw to sum aggregate 267 * @peak_bw: new bw to max aggregate 268 * @agg_avg: existing aggregate avg bw val 269 * @agg_peak: existing aggregate peak bw val 333 * Iterate nodes on the provider, aggregate bandwidth requests for in qcom_icc_bus_aggregate() 553 provider->aggregate = qcom_icc_bw_aggregate; in qnoc_probe()
|
| H A D | icc-rpm.h | 101 * @sum_avg: current sum aggregate value of all avg bw requests 102 * @max_peak: current max aggregate value of all peak bw requests
|
| /linux/drivers/interconnect/mediatek/ |
| H A D | icc-emi.h | 16 * @sum_avg: Current sum aggregate value of all average bw requests in kBps 17 * @max_peak: Current max aggregate value of all peak bw requests in kBps
|
| /linux/include/linux/ |
| H A D | interconnect-provider.h | 49 * @aggregate: pointer to device specific aggregate operation function 64 int (*aggregate)(struct icc_node *node, u32 tag, u32 avg_bw, member
|
| /linux/LICENSES/deprecated/ |
| H A D | GFDL-1.2 | 324 distribution medium, is called an "aggregate" if the copyright 327 When the Document is included in an aggregate, this License does not 328 apply to the other works in the aggregate which are not themselves 333 the entire aggregate, the Document's Cover Texts may be placed on 334 covers that bracket the Document within the aggregate, or the 337 aggregate.
|
| H A D | GFDL-1.1 | 299 compilation. Such a compilation is called an "aggregate", and this 306 of the entire aggregate, the Document's Cover Texts may be placed on 307 covers that surround only the Document within the aggregate. 308 Otherwise they must appear on covers around the whole aggregate.
|
| /linux/drivers/firewire/ |
| H A D | uapi-test.c | 15 // 4 bytes alignment for aggregate type including 8 bytes storage types. in structure_layout_event_response() 18 // 8 bytes alignment for aggregate type including 8 bytes storage types. in structure_layout_event_response()
|
| /linux/Documentation/power/ |
| H A D | pm_qos_interface.rst | 44 Will remove the element. After removal it will update the aggregate target 90 The PM QoS flags aggregate value is a gather (bitwise OR) of all list elements' 112 Will remove the element. After removal it will update the aggregate target
|
| /linux/Documentation/sound/cards/ |
| H A D | serial-u16550.rst | 65 Out for each byte, so the aggregate data rate across all four MIDI Outs is 76 the MIDI Outs to act independently at double the aggregate throughput of M/B,
|
| /linux/Documentation/devicetree/bindings/pci/ |
| H A D | qcom,pcie-sc8280xp.yaml | 50 - const: noc_aggr_4 # NoC aggregate 4 clock 51 - const: noc_aggr_south_sf # NoC aggregate South SF clock
|
| /linux/include/uapi/linux/ |
| H A D | if_link.h | 98 * Part of aggregate "frame" errors in `/proc/net/dev`. 118 * Part of aggregate "frame" errors in `/proc/net/dev`. 127 * Part of aggregate "frame" errors in `/proc/net/dev`. 134 * Part of aggregate "frame" errors in `/proc/net/dev`. 164 * Part of aggregate "carrier" errors in `/proc/net/dev`. 175 * Part of aggregate "carrier" errors in `/proc/net/dev`. 185 * Part of aggregate "carrier" errors in `/proc/net/dev`. 189 * Part of aggregate "carrier" errors in `/proc/net/dev`. 197 * Part of aggregate "carrier" errors in `/proc/net/dev`.
|
| /linux/tools/perf/ |
| H A D | builtin-stat.c | 299 * do not aggregate counts across CPUs in system-wide mode 1168 * If no string is specified, aggregate based on the topology of in parse_cache_level() 2268 "aggregate counts per processor socket", AGGR_SOCKET), in __cmd_report() 2270 "aggregate counts per processor die", AGGR_DIE), in __cmd_report() 2272 "aggregate counts perf processor cluster", AGGR_CLUSTER), in __cmd_report() 2275 "aggregate count at this cache level (Default: LLC)", in __cmd_report() 2278 "aggregate counts per physical processor core", AGGR_CORE), in __cmd_report() 2280 "aggregate counts per numa node", AGGR_NODE), in __cmd_report() 2461 "aggregate counts per processor socket"), in cmd_stat() 2462 OPT_BOOLEAN(0, "per-die", &opt_mode.die, "aggregate counts per processor die"), in cmd_stat() [all …]
|
| /linux/Documentation/driver-api/ |
| H A D | component.rst | 4 Component Helper for Aggregate Drivers
|
| /linux/arch/arm/crypto/ |
| H A D | ghash-ce-core.S | 196 .macro ghash_update, pn, enc, aggregate=1, head=1 argument 210 .if \aggregate 606 ghash_update p64, aggregate=0, head=0 663 ghash_update p64, aggregate=0, head=0
|