Home
last modified time | relevance | path

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

/tools/testing/selftests/rcutorture/bin/
Dfunctions.sh237 echo $2 -smp cores=`expr \( $3 + $nt - 1 \) / $nt`,threads=$nt
/tools/perf/util/
Dthread_map.c191 struct thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local
221 nt = thread_map__realloc(threads, total_tasks); in thread_map__new_by_pid_str()
222 if (nt == NULL) in thread_map__new_by_pid_str()
225 threads = nt; in thread_map__new_by_pid_str()
265 struct thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local
292 nt = thread_map__realloc(threads, ntasks); in thread_map__new_by_tid_str()
294 if (nt == NULL) in thread_map__new_by_tid_str()
297 threads = nt; in thread_map__new_by_tid_str()