Home
last modified time | relevance | path

Searched refs:max_loop_count (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_ksm_options.c84 int max_loop_count = MAX_LOOP; in mte_ksm_scan() local
86 while ((cur_count < scan_count) && max_loop_count) { in mte_ksm_scan()
89 max_loop_count--; in mte_ksm_scan()
/openbmc/qemu/hw/net/
H A Deepro100.c845 unsigned max_loop_count = 16; in action_command() local
863 if (max_loop_count-- == 0) { in action_command()