Searched refs:aggregate (Results 1 - 25 of 38) sorted by relevance

12

/linux-master/include/linux/
H A Dinterconnect-provider.h49 * @aggregate: pointer to device specific aggregate operation function
64 int (*aggregate)(struct icc_node *node, u32 tag, u32 avg_bw, member in struct:icc_provider
/linux-master/drivers/interconnect/
H A Dicc-clk.c101 provider->aggregate = icc_std_aggregate;
H A Dcore.c266 * implementing its own aggregate() function.
289 p->aggregate(node, r->tag, avg_bw, peak_bw,
717 /* aggregate requests for this node */
969 if (provider->aggregate)
970 provider->aggregate(node, 0, node->init_avg, node->init_peak,
/linux-master/fs/jfs/
H A Djfs_incore.h161 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 in struct:jfs_sb_info
H A Djfs_logmgr.h196 __le32 aggregate; /* 4: file system lv/aggregate */ member in struct:lrd
H A Djfs_mount.c9 * 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...]
/linux-master/drivers/interconnect/samsung/
H A Dexynos.c122 provider->aggregate = icc_std_aggregate;
/linux-master/include/soc/tegra/
H A Dmc.h147 int (*aggregate)(struct icc_node *node, u32 tag, u32 avg_bw, member in struct:tegra_mc_icc_ops
/linux-master/drivers/memory/tegra/
H A Dtegra186-emc.c273 emc->provider.aggregate = soc->icc_ops->aggregate;
H A Dmc.c790 .aggregate = icc_std_aggregate,
832 mc->provider.aggregate = mc->soc->icc_ops->aggregate;
H A Dtegra20-emc.c1021 emc->provider.aggregate = soc->icc_ops->aggregate;
H A Dtegra20.c432 .aggregate = tegra20_mc_icc_aggreate,
H A Dtegra124-emc.c1351 emc->provider.aggregate = soc->icc_ops->aggregate;
H A Dtegra30-emc.c1533 emc->provider.aggregate = soc->icc_ops->aggregate;
/linux-master/arch/arm/crypto/
H A Dghash-ce-core.S196 .macro ghash_update, pn, enc, aggregate=1, head=1
210 .if \aggregate
606 ghash_update p64, aggregate=0, head=0
663 ghash_update p64, aggregate=0, head=0
/linux-master/drivers/accel/habanalabs/goya/
H A DgoyaP.h230 void *goya_get_events_stat(struct hl_device *hdev, bool aggregate, u32 *size);
/linux-master/drivers/interconnect/qcom/
H A Dicc-rpmh.c41 * qcom_icc_aggregate - aggregate bw for buckets indicated by tag
42 * @node: node to aggregate
43 * @tag: tag to indicate which buckets to aggregate
44 * @avg_bw: new bw to sum aggregate
45 * @peak_bw: new bw to max aggregate
46 * @agg_avg: existing aggregate avg bw val
47 * @agg_peak: existing aggregate peak bw val
194 provider->aggregate = qcom_icc_aggregate;
H A Dosm-l3.c239 provider->aggregate = icc_std_aggregate;
H A Dmsm8974.c598 provider->aggregate(n, 0, n->avg_bw, n->peak_bw,
699 provider->aggregate = icc_std_aggregate;
H A Dicc-rpm.c247 * 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
552 provider->aggregate
[all...]
/linux-master/drivers/interconnect/imx/
H A Dimx.c294 provider->aggregate = icc_std_aggregate;
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h448 bool aggregate; member in struct:iwl_trans_txq_scd_cfg
1412 .aggregate = sta_id >= 0,
1427 .aggregate = false,
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtx.h928 * @aggregate: 1 aggregated queue, 0 otherwise
940 u8 aggregate; member in struct:iwl_scd_txq_cfg_cmd
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c673 .aggregate = (queue >= IWL_MVM_DQA_MIN_DATA_QUEUE ||
1000 .aggregate = cfg->aggregate,
1427 cfg.aggregate = (queue >= IWL_MVM_DQA_MIN_DATA_QUEUE ||
1690 cfg.aggregate = (txq_id >= IWL_MVM_DQA_MIN_DATA_QUEUE ||
2206 .aggregate = false,
2370 .aggregate = false,
2571 .aggregate = false,
3220 .aggregate = true,
/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs_ioctl.c121 static int hw_events_info(struct hl_device *hdev, bool aggregate, argument
131 arr = hdev->asic_funcs->get_events_stat(hdev, aggregate, &size);

Completed in 278 milliseconds

12