Home
last modified time | relevance | path

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

/tools/testing/selftests/rcutorture/bin/
Dfunctions.sh305 echo $2 -smp cores=`expr \( $3 + $nt - 1 \) / $nt`,threads=$nt
/tools/perf/util/
Dthread_map.c183 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local
213 nt = perf_thread_map__realloc(threads, total_tasks); in thread_map__new_by_pid_str()
214 if (nt == NULL) in thread_map__new_by_pid_str()
217 threads = nt; in thread_map__new_by_pid_str()
245 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local
272 nt = perf_thread_map__realloc(threads, ntasks); in thread_map__new_by_tid_str()
274 if (nt == NULL) in thread_map__new_by_tid_str()
277 threads = nt; in thread_map__new_by_tid_str()
/tools/testing/selftests/powerpc/tm/
D.gitignore16 tm-signal-sigreturn-nt