| /Linux-v5.4/tools/testing/selftests/powerpc/math/ |
| D | vmx_signal.c | 39 int threads_starting; variable 41 extern int preempt_vmx(vector int *varray, int *threads_starting, int *sentinal); 88 rc = preempt_vmx(varray, &threads_starting, &running); in signal_vmx_c() 104 threads_starting = threads; in test_signal_vmx() 111 printf("\tWaiting for %d workers to start... %d", threads, threads_starting); in test_signal_vmx() 112 while (threads_starting) { in test_signal_vmx() 115 printf(", %d", threads_starting); in test_signal_vmx()
|
| D | vsx_preempt.c | 43 int threads_starting; variable 46 extern long preempt_vsx(vector int *varray, int *threads_starting, int *running); 84 rc = preempt_vsx(varray, &threads_starting, &running); in preempt_vsx_c() 100 threads_starting = threads; in test_preempt_vsx() 108 printf("\tWaiting for %d workers to start...", threads_starting); in test_preempt_vsx() 109 while(threads_starting) in test_preempt_vsx()
|
| D | fpu_preempt.c | 37 int threads_starting; variable 40 extern void preempt_fpu(double *darray, int *threads_starting, int *running); 50 preempt_fpu(darray, &threads_starting, &running); in preempt_fpu_c() 65 threads_starting = threads; in test_preempt_fpu() 74 while(threads_starting) in test_preempt_fpu()
|
| D | vmx_preempt.c | 37 int threads_starting; variable 40 extern void preempt_vmx(vector int *varray, int *threads_starting, int *running); 51 preempt_vmx(varray, &threads_starting, &running); in preempt_vmx_c() 65 threads_starting = threads; in test_preempt_vmx() 74 while(threads_starting) in test_preempt_vmx()
|
| D | fpu_signal.c | 35 int threads_starting; variable 38 extern long preempt_fpu(double *darray, int *threads_starting, int *running); 70 rc = preempt_fpu(darray, &threads_starting, &running); in signal_fpu_c() 86 threads_starting = threads; in test_signal_fpu() 94 while (threads_starting) in test_signal_fpu()
|
| D | vsx_asm.S | 23 # int preempt_vmx(vector int *varray, int *threads_starting, 25 # On starting will (atomically) decrement threads_starting as a signal 31 std r4,STACK_FRAME_PARAM(1)(sp) # int *threads_starting
|
| D | vmx_asm.S | 112 # int preempt_vmx(vector int *varray, int *threads_starting, int *running) 113 # On starting will (atomically) decrement threads_starting as a signal that 119 std r4,STACK_FRAME_PARAM(1)(sp) # int *threads_starting
|
| D | fpu_asm.S | 104 std r4,STACK_FRAME_PARAM(1)(sp) # int *threads_starting
|
| /Linux-v5.4/tools/perf/bench/ |
| D | futex-lock-pi.c | 42 static unsigned int threads_starting; variable 86 threads_starting--; in workerfn() 87 if (!threads_starting) in workerfn() 125 threads_starting = nthreads; in create_threads() 186 threads_starting = nthreads; in bench_futex_lock_pi() 194 while (threads_starting) in bench_futex_lock_pi()
|
| D | futex-wake.c | 46 static unsigned int ncpus, threads_starting, nthreads = 0; variable 65 threads_starting--; in workerfn() 66 if (!threads_starting) in workerfn() 99 threads_starting = nthreads; in block_threads() 173 while (threads_starting) in bench_futex_wake()
|
| D | futex-requeue.c | 45 static unsigned int threads_starting, nthreads = 0; variable 77 threads_starting--; in workerfn() 78 if (!threads_starting) in workerfn() 93 threads_starting = nthreads; in block_threads() 168 while (threads_starting) in bench_futex_requeue()
|
| D | futex-hash.c | 42 static unsigned int threads_starting; variable 75 threads_starting--; in workerfn() 76 if (!threads_starting) in workerfn() 162 threads_starting = nthreads; in bench_futex_hash() 187 while (threads_starting) in bench_futex_hash()
|
| D | futex-wake-parallel.c | 57 static unsigned int threads_starting; variable 126 threads_starting--; in blocked_workerfn() 127 if (!threads_starting) in blocked_workerfn() 147 threads_starting = nblocked_threads; in block_threads() 290 while (threads_starting) in bench_futex_wake_parallel()
|
| D | epoll-ctl.c | 64 static unsigned int threads_starting; variable 180 threads_starting--; in workerfn() 181 if (!threads_starting) in workerfn() 362 threads_starting = nthreads; in bench_epoll_ctl() 369 while (threads_starting) in bench_epoll_ctl()
|
| D | epoll-wait.c | 115 static unsigned int threads_starting; variable 195 threads_starting--; in workerfn() 196 if (!threads_starting) in workerfn() 480 threads_starting = nthreads; in bench_epoll_wait() 487 while (threads_starting) in bench_epoll_wait()
|