Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c972 unsigned int num_attempts; in dcs_change_state() local
1015 num_attempts = 1 + op_data->retries; in dcs_change_state()
1018 while (curr_attempt < num_attempts) { in dcs_change_state()