Home
last modified time | relevance | path

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

/lib/
A Dlwq.c105 struct task_struct *threads[8]; in lwq_test() local
110 for (i = 0; i < ARRAY_SIZE(threads); i++) in lwq_test()
111 threads[i] = kthread_run(lwq_exercise, &q, "lwq-test-%d", i); in lwq_test()
122 for (i = 0; i < ARRAY_SIZE(threads); i++) in lwq_test()
123 if (!IS_ERR_OR_NULL(threads[i])) in lwq_test()
124 kthread_stop(threads[i]); in lwq_test()
A DKconfig.kcsan148 interrupted tasks and other threads of execution on the same CPU.
A DKconfig.debug29 This option is intended for environments where multiple threads
2983 some issues by taking over precious threads available from other

Completed in 11 milliseconds