Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 4 of 4) sorted by relevance

/kernel/dma/
Dmap_benchmark.c118 int threads = map->bparam.threads; in do_map_benchmark() local
/kernel/
Dfork.c993 u64 threads; in set_max_threads() local
3455 int threads = max_threads; in sysctl_max_threads() local
Dcpu.c2901 static bool cpu_smt_num_threads_valid(unsigned int threads) in cpu_smt_num_threads_valid()
/kernel/kcsan/
Dkcsan_test.c49 static struct task_struct **threads; /* Lists of threads. */ variable