/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/math/ |
H A 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() 107 threads_starting = threads; in test_signal_vmx() 114 printf("\tWaiting for %d workers to start... %d", threads, threads_starting); in test_signal_vmx() 115 while (threads_starting) { in test_signal_vmx() 118 printf(", %d", threads_starting); in test_signal_vmx()
|
H A D | vmx_preempt.c | 37 int threads_starting; variable 40 extern int preempt_vmx(vector int *varray, int *threads_starting, int *running); 52 rc = preempt_vmx(varray, &threads_starting, &running); in preempt_vmx_c() 70 threads_starting = threads; in test_preempt_vmx() 79 while(threads_starting) in test_preempt_vmx()
|
H A D | fpu_preempt.c | 37 int threads_starting; variable 40 extern int preempt_fpu(double *darray, int *threads_starting, int *running); 51 rc = preempt_fpu(darray, &threads_starting, &running); in preempt_fpu_c() 66 threads_starting = threads; in test_preempt_fpu() 75 while(threads_starting) in test_preempt_fpu()
|
H A 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() 102 threads_starting = threads; in test_preempt_vsx() 110 printf("\tWaiting for %d workers to start...", threads_starting); in test_preempt_vsx() 111 while(threads_starting) in test_preempt_vsx()
|
H A 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/math/ |
H A 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() 107 threads_starting = threads; in test_signal_vmx() 114 printf("\tWaiting for %d workers to start... %d", threads, threads_starting); in test_signal_vmx() 115 while (threads_starting) { in test_signal_vmx() 118 printf(", %d", threads_starting); in test_signal_vmx()
|
H A D | fpu_preempt.c | 37 int threads_starting; variable 40 extern int preempt_fpu(double *darray, int *threads_starting, int *running); 51 rc = preempt_fpu(darray, &threads_starting, &running); in preempt_fpu_c() 66 threads_starting = threads; in test_preempt_fpu() 75 while(threads_starting) in test_preempt_fpu()
|
H A D | vmx_preempt.c | 37 int threads_starting; variable 40 extern int preempt_vmx(vector int *varray, int *threads_starting, int *running); 52 rc = preempt_vmx(varray, &threads_starting, &running); in preempt_vmx_c() 70 threads_starting = threads; in test_preempt_vmx() 79 while(threads_starting) in test_preempt_vmx()
|
H A 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() 102 threads_starting = threads; in test_preempt_vsx() 110 printf("\tWaiting for %d workers to start...", threads_starting); in test_preempt_vsx() 111 while(threads_starting) in test_preempt_vsx()
|
H A 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()
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A 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() 169 while (threads_starting) in bench_futex_requeue()
|
H A D | futex-wake.c | 46 static unsigned int threads_starting, nthreads = 0; variable 65 threads_starting--; in workerfn() 66 if (!threads_starting) in workerfn() 99 threads_starting = nthreads; in block_threads() 174 while (threads_starting) in bench_futex_wake()
|
H A D | futex-lock-pi.c | 41 static unsigned int threads_starting; variable 85 threads_starting--; in workerfn() 86 if (!threads_starting) in workerfn() 124 threads_starting = nthreads; in create_threads() 186 threads_starting = nthreads; in bench_futex_lock_pi() 194 while (threads_starting) in bench_futex_lock_pi()
|
H A D | futex-hash.c | 42 static unsigned int threads_starting; variable 75 threads_starting--; in workerfn() 76 if (!threads_starting) in workerfn() 163 threads_starting = nthreads; in bench_futex_hash() 188 while (threads_starting) in bench_futex_hash()
|
H A 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() 291 while (threads_starting) in bench_futex_wake_parallel()
|
H A D | epoll-wait.c | 114 static unsigned int threads_starting; variable 194 threads_starting--; in workerfn() 195 if (!threads_starting) in workerfn() 480 threads_starting = nthreads; in bench_epoll_wait() 487 while (threads_starting) in bench_epoll_wait()
|
H A D | epoll-ctl.c | 63 static unsigned int threads_starting; variable 179 threads_starting--; in workerfn() 180 if (!threads_starting) in workerfn() 362 threads_starting = nthreads; in bench_epoll_ctl() 369 while (threads_starting) in bench_epoll_ctl()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | futex-lock-pi.c | 39 static unsigned int threads_starting; variable 88 threads_starting--; in workerfn() 89 if (!threads_starting) in workerfn() 128 threads_starting = params.nthreads; in create_threads() 207 threads_starting = params.nthreads; in bench_futex_lock_pi() 213 while (threads_starting) in bench_futex_lock_pi()
|
H A D | futex-hash.c | 39 static unsigned int threads_starting; variable 78 threads_starting--; in workerfn() 79 if (!threads_starting) in workerfn() 173 threads_starting = params.nthreads; in bench_futex_hash() 208 while (threads_starting) in bench_futex_hash()
|
H A D | futex-wake.c | 41 static unsigned int threads_starting; variable 70 threads_starting--; in workerfn() 71 if (!threads_starting) in workerfn() 104 threads_starting = params.nthreads; in block_threads() 196 while (threads_starting) in bench_futex_wake()
|
H A D | futex-wake-parallel.c | 57 static unsigned int threads_starting; variable 133 threads_starting--; in blocked_workerfn() 134 if (!threads_starting) in blocked_workerfn() 155 threads_starting = params.nthreads; in block_threads() 316 while (threads_starting) in bench_futex_wake_parallel()
|
H A D | futex-requeue.c | 41 static unsigned int threads_starting; variable 87 threads_starting--; in workerfn() 88 if (!threads_starting) in workerfn() 131 threads_starting = params.nthreads; in block_threads() 227 while (threads_starting) in bench_futex_requeue()
|
H A D | epoll-wait.c | 114 static unsigned int threads_starting; variable 194 threads_starting--; in workerfn() 195 if (!threads_starting) in workerfn() 493 threads_starting = nthreads; in bench_epoll_wait() 500 while (threads_starting) in bench_epoll_wait()
|
H A D | epoll-ctl.c | 63 static unsigned int threads_starting; variable 179 threads_starting--; in workerfn() 180 if (!threads_starting) in workerfn() 375 threads_starting = nthreads; in bench_epoll_ctl() 382 while (threads_starting) in bench_epoll_ctl()
|