Searched refs:threads (Results 1 – 3 of 3) sorted by relevance
105 struct task_struct *threads[8]; in lwq_test() local110 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()
148 interrupted tasks and other threads of execution on the same CPU.
29 This option is intended for environments where multiple threads2983 some issues by taking over precious threads available from other
Completed in 11 milliseconds