Home
last modified time | relevance | path

Searched refs:aggregate (Results 1 – 25 of 58) sorted by relevance

123

/linux/drivers/acpi/
H A Dplatform_profile.c29 unsigned long aggregate[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)]; member
264 bitmap_and(data->aggregate, tmp, data->aggregate, PLATFORM_PROFILE_LAST); in _aggregate_choices()
284 bitmap_andnot(data->aggregate, handler->choices, in _remove_hidden_choices()
303 .aggregate = { [0 ... BITS_TO_LONGS(PLATFORM_PROFILE_LAST) - 1] = ~0UL }, in platform_profile_choices_show()
322 if (bitmap_empty(data.aggregate, PLATFORM_PROFILE_LAST)) in platform_profile_choices_show()
325 return _commmon_choices_show(data.aggregate, buf); in platform_profile_choices_show()
414 .aggregate = { [0 ... BITS_TO_LONGS(PLATFORM_PROFILE_LAST) - 1] = ~0UL }, in platform_profile_store()
430 if (!test_bit(i, data.aggregate)) in platform_profile_store()
497 .aggregate = { [0 ... BITS_TO_LONGS(PLATFORM_PROFILE_LAST) - 1] = ~0UL }, in platform_profile_cycle()
521 clear_bit(PLATFORM_PROFILE_MAX_POWER, data.aggregate); in platform_profile_cycle()
[all …]
/linux/Documentation/sound/cards/
H A Dserial-u16550.rst65 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/include/linux/
H A Dinterconnect-provider.h64 int (*aggregate)(struct icc_node *node, u32 tag, u32 avg_bw, member
/linux/fs/jfs/
H A Djfs_incore.h174 uint aggregate; /* volume identifier in log record */ member
/linux/drivers/interconnect/samsung/
H A Dexynos.c122 provider->aggregate = icc_std_aggregate; in exynos_generic_icc_probe()
/linux/tools/perf/Documentation/
H A Dperf-stat.txt99 Use BPF programs to aggregate readings from perf_events. This
156 Do not aggregate counts across all monitored CPUs.
324 Using option "--per-cache=l3" or "--per-cache=L3" will aggregate the
420 option "--per-cache=l3" or "--per-cache=L3" will aggregate the
442 Do not aggregate/merge counts across monitored CPUs or PMUs.
445 stat will, by default, aggregate the event counts and show the result
653 - optional aggregate options:
H A Dperf-mem.txt182 Using those two as output fields will aggregate samples altogether and show
193 But using the same name for sort keys will aggregate samples for each type
/linux/drivers/interconnect/
H A Dicc-clk.c102 provider->aggregate = icc_std_aggregate; in icc_clk_register()
H A Dcore.c291 p->aggregate(node, r->tag, avg_bw, peak_bw, in aggregate_requests()
1073 if (provider->aggregate) in icc_node_add()
1074 provider->aggregate(node, 0, node->init_avg, node->init_peak, in icc_node_add()
/linux/LICENSES/deprecated/
H A DGFDL-1.2324 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 DGFDL-1.1299 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/Documentation/admin-guide/gpio/
H A Dgpio-aggregator.rst6 The GPIO Aggregator provides a mechanism to aggregate GPIOs, and expose them as
33 aggregate to the "new_device" file, using the format
/linux/drivers/accel/habanalabs/goya/
H A DgoyaP.h230 void *goya_get_events_stat(struct hl_device *hdev, bool aggregate, u32 *size);
/linux/Documentation/block/
H A Ddeadline-iosched.rst40 This parameter tunes the balance between per-request latency and aggregate
/linux/drivers/iio/
H A DKconfig78 Framework to handle complex IIO aggregate devices. The typical
/linux/drivers/interconnect/qcom/
H A Dosm-l3.c224 provider->aggregate = icc_std_aggregate; in qcom_osm_l3_probe()
H A Dicc-rpmh.c259 provider->aggregate = qcom_icc_aggregate; in qcom_icc_rpmh_probe()
/linux/Documentation/admin-guide/perf/
H A Darm-cmn.rst42 By default each event provides an aggregate count over all nodes of the
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c673 .aggregate = (queue >= IWL_MVM_DQA_MIN_DATA_QUEUE || in iwl_mvm_reconfig_scd()
985 .aggregate = cfg->aggregate, in iwl_mvm_enable_txq()
1412 cfg.aggregate = (queue >= IWL_MVM_DQA_MIN_DATA_QUEUE || in iwl_mvm_sta_alloc_queue()
1678 cfg.aggregate = (txq_id >= IWL_MVM_DQA_MIN_DATA_QUEUE || in iwl_mvm_realloc_queues_after_restart()
2184 .aggregate = false, in iwl_mvm_enable_aux_snif_queue()
2348 .aggregate = false, in iwl_mvm_send_add_bcast_sta()
2549 .aggregate = false, in iwl_mvm_add_mcast_sta()
3201 .aggregate = true, in iwl_mvm_sta_tx_agg_oper()
/linux/security/integrity/ima/
H A DKconfig26 an aggregate integrity value over this list inside the
53 that IMA uses to maintain the integrity aggregate of the
/linux/Documentation/admin-guide/device-mapper/
H A Dunstriped.rst98 aggregate drive without this unstriping, reads on one partition
/linux/Documentation/userspace-api/media/
H A Dfdl-appendix.rst375 is called an "aggregate", and this License does not apply to the other
381 the entire aggregate, the Document's Cover Texts may be placed on covers
382 that surround only the Document within the aggregate. Otherwise they
383 must appear on covers around the whole aggregate.
/linux/Documentation/userspace-api/media/v4l/
H A Dformat.rst25 aggregate struct :c:type:`v4l2_format` and the
/linux/drivers/interconnect/imx/
H A Dimx.c294 provider->aggregate = icc_std_aggregate; in imx_icc_register()
/linux/Documentation/usb/
H A Dehci.rst156 but aggregate throughput is also affected by issues like delays between
178 at around 28 MByte/sec aggregate transfer rate. While this is clearly

123