Searched refs:is_max (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-throttle.c | 335 static void set_cfg_value(bool is_max, int index, int value) in set_cfg_value() argument 337 if (is_max) { in set_cfg_value() 369 static void test_conflicts_for_one_set(bool is_max, in test_conflicts_for_one_set() argument 377 set_cfg_value(is_max, total, 1); in test_conflicts_for_one_set() 378 set_cfg_value(is_max, read, 1); in test_conflicts_for_one_set() 382 set_cfg_value(is_max, total, 1); in test_conflicts_for_one_set() 383 set_cfg_value(is_max, write, 1); in test_conflicts_for_one_set() 387 set_cfg_value(is_max, total, 1); in test_conflicts_for_one_set() 388 set_cfg_value(is_max, read, 1); in test_conflicts_for_one_set() 389 set_cfg_value(is_max, write, 1); in test_conflicts_for_one_set() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/prserv/ |
H A D | db.py | 46 def _extremum_value(self, rows, is_max): argument 54 if is_max: 126 def _find_extremum_value(self, version, pkgarch, checksum, is_max): argument 134 return self._extremum_value(rows, is_max)
|
/openbmc/linux/net/ceph/ |
H A D | debugfs.c | 302 if (hoid->snapid == 0 && hoid->hash == 0 && !hoid->is_max && in dump_hoid() 307 if (hoid->is_max) { in dump_hoid()
|
H A D | osd_client.c | 1767 return hoid->is_max ? 0x100000000ull : hoid->hash_reverse_bits; in DEFINE_RB_FUNCS2() 1804 if (lhs->is_max < rhs->is_max) in hoid_compare() 1806 if (lhs->is_max > rhs->is_max) in hoid_compare() 1883 ceph_decode_8_safe(p, end, hoid->is_max, e_inval); in decode_hoid() 1915 ceph_encode_8(p, hoid->is_max); in encode_hoid() 2023 hoid->is_max = false; in hoid_fill_from_target()
|
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 959 void update_cpufreq_scaling_freq(int is_max, int cpu, unsigned int ratio) in update_cpufreq_scaling_freq() argument 967 cpu, is_max ? "max" : "min"); in update_cpufreq_scaling_freq()
|
/openbmc/linux/include/linux/ceph/ |
H A D | osd_client.h | 375 u8 is_max; member
|