Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rseq/
H A Dbasic_percpu_ops_test.c120 if (rseq_register_current_thread()) { in test_percpu_spinlock_thread()
249 if (rseq_register_current_thread()) { in test_percpu_list_thread()
331 if (rseq_register_current_thread()) { in main()
H A Dbasic_test.c44 if (rseq_register_current_thread()) { in main()
H A Drseq.c155 int rseq_register_current_thread(void) in rseq_register_current_thread() function
/linux/tools/testing/selftests/kvm/
H A Drseq_test.c235 r = rseq_register_current_thread(); in main()
236 TEST_ASSERT(!r, "rseq_register_current_thread failed, errno = %d (%s)", in main()