Searched refs:rcw_word (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/xtensa/kernel/
H A Ds32c1i_selftest.c18 static int __initdata rcw_word, rcw_probe_pc, rcw_exc; variable
70 rcw_word = 1;
71 n = probed_compare_swap(&rcw_word, 0, 2);
77 if (n != 2 || rcw_word != 1)
79 } else if (rcw_word != 1 || n != 1) {
85 rcw_word = 0x1234567;
86 n = probed_compare_swap(&rcw_word, 0x1234567, 0xabcde);
91 if (n != 0xabcde || rcw_word != 0x1234567)
93 } else if (rcw_word != 0xabcde || n != 0x1234567) {

Completed in 91 milliseconds