Searched refs:is_max (Results 1 – 2 of 2) 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)
|