Searched refs:profile (Results 201 - 225 of 314) sorted by relevance

1234567891011>>

/linux-master/fs/btrfs/
H A Dspace-info.c348 u64 profile; local
354 profile = btrfs_system_alloc_profile(fs_info);
356 profile = btrfs_metadata_alloc_profile(fs_info);
366 factor = btrfs_bg_type_to_factor(profile);
/linux-master/drivers/auxdisplay/
H A Dpanel.c413 static int profile = DEFAULT_PROFILE; variable
414 module_param(profile, int, 0000);
415 MODULE_PARM_DESC(profile,
1525 /* take care of an eventual profile */
1526 switch (profile) {
1528 /* custom profile */
/linux-master/kernel/
H A DMakefile57 obj-$(CONFIG_PROFILING) += profile.o
H A Dprofile.c3 * linux/kernel/profile.c
4 * Simple profiling. Manages a direct-mapped profile hit count buffer,
19 #include <linux/profile.h>
97 __setup("profile=", profile_setup);
142 * profile hits. read_profile() IPI's all cpus to request them
147 * profile hits required for the accuracy of reported profile hits
150 * The open-addressed hashtables are indexed by profile buffer slot
151 * and hold the number of pending hits to that profile buffer slot on
153 * are accounted to their corresponding profile buffe
[all...]
/linux-master/arch/sparc/kernel/
H A Dleon_smp.c23 #include <linux/profile.h>
/linux-master/arch/powerpc/kernel/
H A Dirq.c44 #include <linux/profile.h>
/linux-master/kernel/time/
H A Dtick-common.c17 #include <linux/profile.h>
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib_vlan.c232 err = epriv->profile->update_rx(epriv);
/linux-master/arch/sh/kernel/
H A Dsmp.c24 #include <linux/profile.h>
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6asm-dai.c764 /* check the codec profile */
765 switch (codec->profile) {
788 dev_err(dev, "Unknown WMA profile:%x\n",
789 codec->profile);
901 params->codec.profile, prtd->bits_per_sample,
960 prtd->codec.profile,
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_tnrdmd_dvbt.c678 enum cxd2880_dvbt_profile profile)
694 (profile == CXD2880_DVBT_PROFILE_HP)
736 return dvbt_set_profile(tnr_dmd, tune_param->profile);
677 dvbt_set_profile(struct cxd2880_tnrdmd *tnr_dmd, enum cxd2880_dvbt_profile profile) argument
H A Dcxd2880_top.c1020 if (tune_param->profile != CXD2880_DVBT2_PROFILE_BASE &&
1021 tune_param->profile != CXD2880_DVBT2_PROFILE_LITE)
1097 priv->dvbt_tune_param.profile = CXD2880_DVBT_PROFILE_HP;
1105 priv->dvbt2_tune_param.profile = CXD2880_DVBT2_PROFILE_BASE;
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c187 TP_HKEY_EV_PROFILE_TOGGLE = 0x131f, /* Toggle platform profile */
10179 enum platform_profile_option *profile)
10185 *profile = PLATFORM_PROFILE_LOW_POWER;
10189 *profile = PLATFORM_PROFILE_BALANCED;
10192 *profile = PLATFORM_PROFILE_PERFORMANCE;
10201 *profile = PLATFORM_PROFILE_LOW_POWER;
10204 *profile = PLATFORM_PROFILE_BALANCED;
10207 *profile = PLATFORM_PROFILE_PERFORMANCE;
10215 *profile = PLATFORM_PROFILE_BALANCED;
10225 static int convert_profile_to_dytc(enum platform_profile_option profile, in argument
10178 convert_dytc_to_profile(int funcmode, int dytcmode, enum platform_profile_option *profile) argument
10256 dytc_profile_get(struct platform_profile_handler *pprof, enum platform_profile_option *profile) argument
10331 dytc_profile_set(struct platform_profile_handler *pprof, enum platform_profile_option profile) argument
10382 enum platform_profile_option profile; local
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c3228 ATOM_ASIC_PROFILING_INFO_V2_1 *profile; local
3238 profile = (ATOM_ASIC_PROFILING_INFO_V2_1 *)
3251 le16_to_cpu(profile->usLeakageBinArrayOffset));
3254 le16_to_cpu(profile->usElbVDDC_IdArrayOffset));
3257 le16_to_cpu(profile->usElbVDDC_LevelArrayOffset));
3260 le16_to_cpu(profile->usElbVDDCI_IdArrayOffset));
3263 le16_to_cpu(profile->usElbVDDCI_LevelArrayOffset));
3265 if (profile->ucElbVDDC_Num > 0) {
3266 for (i = 0; i < profile->ucElbVDDC_Num; i++) {
3268 for (j = 0; j < profile
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c3672 const struct mlxsw_config_profile *profile; local
3675 profile = &mlxsw_sp1_config_profile;
3692 linear_size = profile->kvd_linear_size;
3706 double_size *= profile->kvd_hash_double_parts;
3707 double_size /= profile->kvd_hash_double_parts +
3708 profile->kvd_hash_single_parts;
3921 const struct mlxsw_config_profile *profile,
3935 * double size by the parts ratio from the profile.
3937 * granularity from the profile. In case the user
3944 *p_linear_size = profile
3920 mlxsw_sp_kvd_sizes_get(struct mlxsw_core *mlxsw_core, const struct mlxsw_config_profile *profile, u64 *p_single_size, u64 *p_double_size, u64 *p_linear_size) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c51 return !priv->profile->stats_grps_num ? 0 :
52 priv->profile->stats_grps_num(priv);
57 mlx5e_stats_grp_t *stats_grps = priv->profile->stats_grps;
70 mlx5e_stats_grp_t *stats_grps = priv->profile->stats_grps;
82 mlx5e_stats_grp_t *stats_grps = priv->profile->stats_grps;
93 mlx5e_stats_grp_t *stats_grps = priv->profile->stats_grps;
103 mlx5e_stats_grp_t *stats_grps = priv->profile->stats_grps;
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v6.c1080 if (p_h264->profile != 0x2) {
1081 mfc_debug(2, "Set High profile for UHD\n");
1082 p_h264->profile = 0x2;
1086 /* profile & level */
1090 /** profile - 0 ~ 3 */
1091 reg |= p_h264->profile & 0x3F;
1366 /* profile & level */
1370 /** profile - 0 ~ 1 */
1371 reg |= p_mpeg4->profile & 0x3F;
1442 /* profile
[all...]
/linux-master/net/can/
H A Dgw.c384 switch (crc8->profile) {
411 switch (crc8->profile) {
438 switch (crc8->profile) {
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dmain.c581 vif->profile.ch = cpu_to_le16(channel);
598 &vif->profile);
980 ar->last_ch = le16_to_cpu(vif->profile.ch);
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h1155 const struct mlx5_ib_profile *profile; member in struct:mlx5_ib_dev
1460 /* Needed for rep profile */
1462 const struct mlx5_ib_profile *profile,
1465 const struct mlx5_ib_profile *profile);
/linux-master/include/linux/
H A Dblkdev.h109 const struct blk_integrity_profile *profile; member in struct:blk_integrity
1399 bool blk_crypto_register(struct blk_crypto_profile *profile,
1404 static inline bool blk_crypto_register(struct blk_crypto_profile *profile, argument
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c624 pl->profile = in->profile;
625 if (pl->profile <= 0)
627 pl->profile = HFI_H264_PROFILE_HIGH;
/linux-master/arch/arm/kernel/
H A Dsmp.c16 #include <linux/profile.h>
/linux-master/arch/xtensa/kernel/
H A Dsmp.c24 #include <linux/profile.h>
/linux-master/arch/mips/kernel/
H A Dsmp.c13 #include <linux/profile.h>

Completed in 593 milliseconds

1234567891011>>