Searched refs:num_levels (Results 1 – 5 of 5) sorted by relevance
| /src/sys/dev/acpica/ |
| H A D | acpi_thermal.c | 1045 int num_levels, error, freq, desired_freq, perf, i; in acpi_tz_cpufreq_update() local 1067 num_levels = CPUFREQ_MAX_LEVELS; in acpi_tz_cpufreq_update() 1068 error = CPUFREQ_LEVELS(dev, levels, &num_levels); in acpi_tz_cpufreq_update() 1085 for (i = 0; i < num_levels; i++) in acpi_tz_cpufreq_update() 1090 if (i == num_levels) in acpi_tz_cpufreq_update() 1104 for (i = num_levels - 1; i >= 0; i--) in acpi_tz_cpufreq_update()
|
| /src/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_fs_core.c | 52 .num_levels = num_levels_val,\ 162 int num_levels; member 1142 if (ft_attr->level >= fs_prio->num_levels) { in __mlx5_create_flow_table() 2433 int num_levels, in _fs_create_prio() argument 2445 fs_prio->num_levels = num_levels; in _fs_create_prio() 2454 int num_levels) in fs_create_prio_chained() argument 2456 return _fs_create_prio(ns, prio, num_levels, FS_TYPE_PRIO_CHAINS); in fs_create_prio_chained() 2460 unsigned int prio, int num_levels) in fs_create_prio() argument 2462 return _fs_create_prio(ns, prio, num_levels, FS_TYPE_PRIO); in fs_create_prio() 2498 fs_prio = fs_create_prio(ns, prio++, prio_metadata->num_levels); in create_leaf_prios() [all …]
|
| H A D | fs_core.h | 229 unsigned int num_levels; member
|
| /src/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | Options.cpp | 109 int num_levels = GetRequiredOptions().size(); in VerifyOptions() local 110 if (num_levels) { in VerifyOptions() 111 for (int i = 0; i < num_levels && !options_are_valid; ++i) { in VerifyOptions() 570 int num_levels = GetRequiredOptions().size(); in VerifyPartialOptions() local 571 if (num_levels) { in VerifyPartialOptions() 572 for (int i = 0; i < num_levels && !options_are_valid; ++i) { in VerifyPartialOptions()
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_lcn.c | 3589 wlc_lcnphy_a1(struct brcms_phy *pi, int cal_type, int num_levels, in wlc_lcnphy_a1() argument 3642 if (num_levels == 0) { in wlc_lcnphy_a1() 3644 num_levels = 4; in wlc_lcnphy_a1() 3646 num_levels = 9; in wlc_lcnphy_a1() 3667 for (phy_c8 = 0; phy_c7 != 0 && phy_c8 < num_levels; phy_c8++) { in wlc_lcnphy_a1()
|