Searched refs:profile (Results 51 - 75 of 314) sorted by relevance

1234567891011>>

/linux-master/security/apparmor/
H A Dpolicy_ns.c28 /* root profile namespace */
85 struct aa_profile *profile; local
87 profile = aa_alloc_null(NULL, name, GFP_KERNEL);
88 if (!profile)
91 profile->label.flags |= FLAG_IX_ON_NAME_ERROR |
93 profile->mode = APPARMOR_UNCONFINED;
95 return profile;
142 * aa_free_ns - free a profile namespace
146 * namespace was referenced by a profile confining a task,
172 * Do a relative name lookup, recursing through profile tre
[all...]
/linux-master/drivers/s390/block/
H A Ddasd_ioctl.c429 * Reset device profile information
433 dasd_profile_reset(&block->profile);
438 * Return device profile information
449 spin_lock_bh(&block->profile.lock);
450 if (block->profile.data) {
451 data->dasd_io_reqs = block->profile.data->dasd_io_reqs;
452 data->dasd_io_sects = block->profile.data->dasd_io_sects;
453 memcpy(data->dasd_io_secs, block->profile.data->dasd_io_secs,
455 memcpy(data->dasd_io_times, block->profile.data->dasd_io_times,
457 memcpy(data->dasd_io_timps, block->profile
[all...]
H A Ddasd.c128 spin_lock_init(&device->profile.lock);
165 spin_lock_init(&block->profile.lock);
237 dasd_profile_init(&block->profile, block->debugfs_dentry);
239 dasd_profile_on(&device->block->profile);
244 dasd_profile_init(&device->profile, device->debugfs_dentry);
273 dasd_profile_exit(&device->block->profile);
282 dasd_profile_exit(&device->profile);
664 if (dasd_global_profile_level || block->profile.data)
677 spin_lock(&block->profile.lock);
678 if (block->profile
858 dasd_profile_reset(struct dasd_profile *profile) argument
873 dasd_profile_on(struct dasd_profile *profile) argument
892 dasd_profile_off(struct dasd_profile *profile) argument
1020 struct dasd_profile *profile; local
1038 struct dasd_profile *profile = inode->i_private; local
1051 dasd_profile_init(struct dasd_profile *profile, struct dentry *base_dentry) argument
1069 dasd_profile_exit(struct dasd_profile *profile) argument
1121 dasd_profile_init(struct dasd_profile *profile, struct dentry *base_dentry) argument
1127 dasd_profile_exit(struct dasd_profile *profile) argument
1132 dasd_profile_on(struct dasd_profile *profile) argument
[all...]
/linux-master/drivers/devfreq/
H A Dsun8i-a33-mbus.c87 struct devfreq_dev_profile profile; member in struct:sun8i_a33_mbus
400 priv->profile.initial_freq = clk_get_rate(priv->clk_dram);
401 priv->profile.polling_ms = 1000;
402 priv->profile.target = sun8i_a33_mbus_set_dram_target;
403 priv->profile.get_dev_status = sun8i_a33_mbus_get_dram_status;
404 priv->profile.freq_table = priv->freq_table;
405 priv->profile.max_state = max_state;
426 ret = sun8i_a33_mbus_hw_init(dev, priv, priv->profile.initial_freq);
432 priv->devfreq_dram = devfreq_add_device(dev, &priv->profile,
464 unsigned long initial_freq = priv->profile
[all...]
H A Dimx8m-ddrc.c66 struct devfreq_dev_profile profile; member in struct:imx8m_ddrc
420 priv->profile.target = imx8m_ddrc_target;
421 priv->profile.exit = imx8m_ddrc_exit;
422 priv->profile.get_cur_freq = imx8m_ddrc_get_cur_freq;
423 priv->profile.initial_freq = clk_get_rate(priv->dram_core);
425 priv->devfreq = devm_devfreq_add_device(dev, &priv->profile,
/linux-master/drivers/hid/
H A Dhid-roccat-isku.c72 unsigned long profile; local
80 retval = kstrtoul(buf, 10, &profile);
84 if (profile > 4)
89 retval = isku_set_actual_profile(usb_dev, profile);
95 isku_profile_activated(isku, profile);
98 roccat_report.data1 = profile + 1;
100 roccat_report.profile = profile + 1;
396 roccat_report.profile = isku->actual_profile + 1;
H A Dhid-roccat-isku.h85 uint8_t profile; member in struct:isku_roccat_report
/linux-master/include/linux/
H A Ddevfreq.h76 * struct devfreq_dev_profile - Devfreq's user device profile
145 * @profile: device-specific devfreq profile
185 struct devfreq_dev_profile *profile; member in struct:devfreq
229 struct devfreq_dev_profile *profile,
234 struct devfreq_dev_profile *profile,
342 struct devfreq_dev_profile *profile,
355 struct devfreq_dev_profile *profile,
341 devfreq_add_device(struct device *dev, struct devfreq_dev_profile *profile, const char *governor_name, void *data) argument
354 devm_devfreq_add_device(struct device *dev, struct devfreq_dev_profile *profile, const char *governor_name, void *data) argument
H A Dblk-integrity.h51 if (!bi->profile)
66 return q->integrity.profile;
83 * @bi: blk_integrity profile for device
/linux-master/block/
H A Dblk-crypto-internal.h73 blk_status_t blk_crypto_get_keyslot(struct blk_crypto_profile *profile,
79 int __blk_crypto_evict_key(struct blk_crypto_profile *profile,
82 bool __blk_crypto_cfg_supported(struct blk_crypto_profile *profile,
/linux-master/drivers/media/platform/qcom/venus/
H A Dhelpers.h70 int venus_helper_get_profile_level(struct venus_inst *inst, u32 *profile, u32 *level);
71 int venus_helper_set_profile_level(struct venus_inst *inst, u32 profile, u32 level);
/linux-master/security/apparmor/include/
H A Dapparmorfs.h108 void __aafs_profile_rmdir(struct aa_profile *profile);
111 int __aafs_profile_mkdir(struct aa_profile *profile, struct dentry *parent);
H A Daudit.h148 struct aa_profile *profile; member in struct:apparmor_audit_data::__anon638::__anon645
183 int aa_audit(int type, struct aa_profile *profile,
H A Dperms.h209 void aa_apply_modes_to_perms(struct aa_profile *profile,
213 void aa_profile_match_label(struct aa_profile *profile,
216 int aa_profile_label_perm(struct aa_profile *profile, struct aa_profile *target,
219 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms,
H A Dtask.h21 * @onexec: profile to transition to on next exec (MAY BE NULL)
22 * @previous: profile the task may return to (MAY BE NULL)
102 int aa_profile_ns_perm(struct aa_profile *profile,
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c1273 const struct mlxsw_config_profile *profile,
1279 err = mlxsw_core_kvd_sizes_get(mlxsw_pci->core, profile,
1293 const struct mlxsw_config_profile *profile,
1301 if (profile->used_max_vepa_channels) {
1305 mbox, profile->max_vepa_channels);
1307 if (profile->used_max_lag) {
1310 profile->max_lag);
1312 if (profile->used_max_mid) {
1316 mbox, profile->max_mid);
1318 if (profile
1272 mlxsw_pci_profile_get_kvd_sizes(const struct mlxsw_pci *mlxsw_pci, const struct mlxsw_config_profile *profile, struct mlxsw_res *res) argument
1292 mlxsw_pci_config_profile(struct mlxsw_pci *mlxsw_pci, char *mbox, const struct mlxsw_config_profile *profile, struct mlxsw_res *res) argument
1694 mlxsw_pci_init(void *bus_priv, struct mlxsw_core *mlxsw_core, const struct mlxsw_config_profile *profile, struct mlxsw_res *res) argument
[all...]
/linux-master/include/uapi/linux/
H A Dcapi.h115 capi_profile profile; member in union:capi_ioctl_struct
/linux-master/include/linux/isdn/
H A Dcapilli.h58 capi_profile profile; /* CAPI_GET_PROFILE */ member in struct:capi_ctr
/linux-master/include/uapi/linux/can/
H A Dgw.h137 __u8 profile; member in struct:cgw_csum_crc8
/linux-master/arch/arm64/kernel/
H A Dtime.c20 #include <linux/profile.h>
/linux-master/kernel/time/
H A Dtick-broadcast-hrtimer.c10 #include <linux/profile.h>
/linux-master/drivers/media/platform/amphion/
H A Dvpu_codec.h12 u32 profile; member in struct:vpu_encode_params
/linux-master/drivers/infiniband/hw/mlx5/
H A Dib_rep.c54 const struct mlx5_ib_profile *profile; local
89 profile = &raw_eth_profile;
112 ret = __mlx5_ib_add(ibdev, profile);
183 __mlx5_ib_remove(dev, dev->profile, MLX5_IB_STAGE_MAX);
/linux-master/drivers/ufs/core/
H A Dufshcd-crypto.c51 static int ufshcd_crypto_keyslot_program(struct blk_crypto_profile *profile, argument
56 container_of(profile, struct ufs_hba, crypto_profile);
109 static int ufshcd_crypto_keyslot_evict(struct blk_crypto_profile *profile, argument
114 container_of(profile, struct ufs_hba, crypto_profile);
/linux-master/arch/x86/include/asm/
H A Dhw_irq.h22 #include <linux/profile.h>

Completed in 606 milliseconds

1234567891011>>