Home
last modified time | relevance | path

Searched refs:nt (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/rcutorture/bin/
A Dfunctions.sh311 echo $2 -smp cores=`expr \( $3 + $nt - 1 \) / $nt`,threads=$nt
/tools/perf/util/
A Dthread_map.c161 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local
191 nt = perf_thread_map__realloc(threads, total_tasks); in thread_map__new_by_pid_str()
192 if (nt == NULL) in thread_map__new_by_pid_str()
195 threads = nt; in thread_map__new_by_pid_str()
223 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local
250 nt = perf_thread_map__realloc(threads, ntasks); in thread_map__new_by_tid_str()
252 if (nt == NULL) in thread_map__new_by_tid_str()
255 threads = nt; in thread_map__new_by_tid_str()
/tools/testing/selftests/powerpc/tm/
A D.gitignore16 tm-signal-sigreturn-nt

Completed in 6 milliseconds