Searched refs:rc_p (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/math/ |
H A D | vmx_preempt.c | 94 void *rc_p; in test_preempt_vmx() local 95 pthread_join(tids[i], &rc_p); in test_preempt_vmx() 101 if ((long) rc_p) in test_preempt_vmx() 103 FAIL_IF((long) rc_p); in test_preempt_vmx()
|
H A D | fpu_preempt.c | 90 void *rc_p; in test_preempt_fpu() local 91 pthread_join(tids[i], &rc_p); in test_preempt_fpu() 97 if ((long) rc_p) in test_preempt_fpu() 99 FAIL_IF((long) rc_p); in test_preempt_fpu()
|
H A D | vsx_preempt.c | 126 void *rc_p; in test_preempt_vsx() local 127 pthread_join(tids[i], &rc_p); in test_preempt_vsx() 133 if ((long) rc_p) in test_preempt_vsx() 135 FAIL_IF((long) rc_p); in test_preempt_vsx()
|
H A D | vmx_signal.c | 96 void *rc_p; in test_signal_vmx() local 134 pthread_join(tids[i], &rc_p); in test_signal_vmx() 140 if ((long) rc_p || bad_context) in test_signal_vmx() 144 FAIL_IF((long) rc_p || bad_context); in test_signal_vmx()
|
H A D | fpu_signal.c | 78 void *rc_p; in test_signal_fpu() local 110 pthread_join(tids[i], &rc_p); in test_signal_fpu() 116 if ((long) rc_p || bad_context) in test_signal_fpu() 120 FAIL_IF((long) rc_p || bad_context); in test_signal_fpu()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/math/ |
H A D | fpu_preempt.c | 90 void *rc_p; in test_preempt_fpu() local 91 pthread_join(tids[i], &rc_p); in test_preempt_fpu() 97 if ((long) rc_p) in test_preempt_fpu() 99 FAIL_IF((long) rc_p); in test_preempt_fpu()
|
H A D | vmx_preempt.c | 94 void *rc_p; in test_preempt_vmx() local 95 pthread_join(tids[i], &rc_p); in test_preempt_vmx() 101 if ((long) rc_p) in test_preempt_vmx() 103 FAIL_IF((long) rc_p); in test_preempt_vmx()
|
H A D | fpu_signal.c | 78 void *rc_p; in test_signal_fpu() local 110 pthread_join(tids[i], &rc_p); in test_signal_fpu() 116 if ((long) rc_p || bad_context) in test_signal_fpu() 120 FAIL_IF((long) rc_p || bad_context); in test_signal_fpu()
|
H A D | vmx_signal.c | 96 void *rc_p; in test_signal_vmx() local 134 pthread_join(tids[i], &rc_p); in test_signal_vmx() 140 if ((long) rc_p || bad_context) in test_signal_vmx() 144 FAIL_IF((long) rc_p || bad_context); in test_signal_vmx()
|
H A D | vsx_preempt.c | 126 void *rc_p; in test_preempt_vsx() local 127 pthread_join(tids[i], &rc_p); in test_preempt_vsx() 133 if ((long) rc_p) in test_preempt_vsx() 135 FAIL_IF((long) rc_p); in test_preempt_vsx()
|
Completed in 3 milliseconds