Searched refs:max_iterations (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/mmu/ |
| H A D | mali_kbase_mmu_hw_direct.c | 227 const int max_iterations = WAIT_TIMEOUT; in wait_cores_power_trans_complete() local 232 for (loop = 0; loop < max_iterations; loop++) { in wait_cores_power_trans_complete() 244 if (loop == max_iterations) { in wait_cores_power_trans_complete()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | traversal_ring_creator.hpp | 218 std::size_t const max_iterations = 2 + 2 * m_turns.size(); in traverse() local 219 for (std::size_t i = 0; i <= max_iterations; i++) in traverse()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/ |
| H A D | test-drm_mm.c | 23 static unsigned int max_iterations = 8192; variable 502 const unsigned int count = min_t(unsigned int, BIT(10), max_iterations); in igt_reserve() 705 const unsigned int count = min_t(unsigned int, BIT(10), max_iterations); in igt_insert() 732 const unsigned int count = min_t(unsigned int, BIT(10), max_iterations); in igt_replace() 994 const unsigned int count = min_t(unsigned int, BIT(13), max_iterations); in igt_insert_range() 2034 const unsigned int count = min(4096u, max_iterations); in igt_color() 2261 const unsigned int total_size = min(8192u, max_iterations); in igt_color_evict() 2469 random_seed, max_iterations, max_prime); in test_drm_mm_init() 2483 module_param(max_iterations, uint, 0400);
|
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pcie_imx.c | 102 u32 max_iterations = 10; in pcie_phy_poll_ack() local 114 } while (wait_counter < max_iterations); in pcie_phy_poll_ack()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/ |
| H A D | lib.sh | 322 local max_iterations=${1:-$WAIT_TIMEOUT}; shift 326 for ((i = 1; i <= $max_iterations; ++i)); do
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/ |
| H A D | pci-imx6.c | 148 u32 max_iterations = 10; in pcie_phy_poll_ack() local 160 } while (wait_counter < max_iterations); in pcie_phy_poll_ack()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_firmware.c | 2805 const int max_iterations = WAIT_TIMEOUT; in kbase_csf_wait_protected_mode_enter() local 2809 for (loop = 0; loop < max_iterations; loop++) { in kbase_csf_wait_protected_mode_enter() 2828 if (loop == max_iterations) { in kbase_csf_wait_protected_mode_enter()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_sp.c | 1983 int max_iterations = bnx2x_exe_queue_length(&o->exe_queue) + 1; in bnx2x_config_vlan_mac() local 1986 max_iterations--) { in bnx2x_config_vlan_mac()
|