Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/secure_fw/spm/core/
Dspm_connection_pool.c33 static uint32_t loop_index; variable
64 loop_index = (loop_index + 1) % CONVERSION_FACTOR_VALUE; in connection_to_handle()
67 CLIENT_HANDLE_VALUE_MIN + loop_index); in connection_to_handle()