Home
last modified time | relevance | path

Searched refs:base_level (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/
H A Disst-display.c237 int base_level) in _isst_fact_display_information()
259 format_and_print(outf, base_level, header, NULL); in _isst_fact_display_information()
268 format_and_print(outf, base_level + 1, header, NULL); in _isst_fact_display_information()
273 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
280 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
288 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
297 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
302 format_and_print(outf, base_level + 1, header, NULL); in _isst_fact_display_information()
307 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
313 format_and_print(outf, base_level in _isst_fact_display_information()
234 _isst_fact_display_information(int cpu, FILE *outf, int level, int fact_bucket, int fact_avx, struct isst_fact_info *fact_info, int base_level) _isst_fact_display_information() argument
[all...]
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H A Disst-display.c244 int base_level) in _isst_fact_display_information()
268 format_and_print(outf, base_level, header, NULL); in _isst_fact_display_information()
279 format_and_print(outf, base_level + 1, header, NULL); in _isst_fact_display_information()
284 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
296 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
301 format_and_print(outf, base_level + 1, header, NULL); in _isst_fact_display_information()
315 format_and_print(outf, base_level + 2, header, value); in _isst_fact_display_information()
241 _isst_fact_display_information(struct isst_id *id, FILE *outf, int level, int fact_bucket, int fact_avx, struct isst_fact_info *fact_info, int base_level) _isst_fact_display_information() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmw_surface_cache.h58 vmw_surface_get_mip_size(struct drm_vmw_size base_level, u32 mip_level) in vmw_surface_get_mip_size() argument
61 .width = max_t(u32, base_level.width >> mip_level, 1), in vmw_surface_get_mip_size()
62 .height = max_t(u32, base_level.height >> mip_level, 1), in vmw_surface_get_mip_size()
63 .depth = max_t(u32, base_level.depth >> mip_level, 1) in vmw_surface_get_mip_size()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_surfacedefs.h1186 svga3dsurface_get_mip_size(surf_size_struct base_level, u32 mip_level) in svga3dsurface_get_mip_size() argument
1190 size.width = max_t(u32, base_level.width >> mip_level, 1); in svga3dsurface_get_mip_size()
1191 size.height = max_t(u32, base_level.height >> mip_level, 1); in svga3dsurface_get_mip_size()
1192 size.depth = max_t(u32, base_level.depth >> mip_level, 1); in svga3dsurface_get_mip_size()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c65 int base_level, struct mlx5_flow_table **root_ft) in ipsec_chains_create()
78 attr.fs_base_level = base_level; in ipsec_chains_create()
63 ipsec_chains_create(struct mlx5_core_dev *mdev, struct mlx5_flow_table *miss_ft, enum mlx5_flow_namespace_type ns, int base_prio, int base_level, struct mlx5_flow_table **root_ft) ipsec_chains_create() argument

Completed in 8 milliseconds