Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/tools/
Dloongson3-llsc-check.c143 ssize_t i, max, sc_pos; in check_ll() local
158 for (sc_pos = 0; sc_pos < max; sc_pos++) { in check_ll()
159 if (is_sc(le32toh(code[sc_pos]))) in check_ll()
162 if (sc_pos >= max) { in check_ll()
172 for (i = 0; i < sc_pos; i++) { in check_ll()
180 if ((off >= -i) && (off <= sc_pos)) in check_ll()