Searched refs:threads (Results 101 - 125 of 271) sorted by relevance

1234567891011

/linux-master/arch/openrisc/include/asm/
H A Dpgalloc.h19 #include <linux/threads.h>
/linux-master/arch/powerpc/include/asm/
H A Dlppaca.h22 #include <linux/threads.h>
H A Dfixmap.h22 #include <linux/threads.h>
H A Ddbell.h12 #include <linux/threads.h>
/linux-master/arch/loongarch/include/asm/
H A Dsmp.h12 #include <linux/threads.h>
/linux-master/arch/arm64/include/asm/
H A Dsmp.h30 #include <linux/threads.h>
/linux-master/arch/mips/include/asm/
H A Dsmp.h16 #include <linux/threads.h>
/linux-master/drivers/md/dm-vdo/
H A Dcompletion.c123 vdo_enqueue_work_queue(vdo->threads[thread_id].queue, completion);
/linux-master/arch/x86/include/asm/
H A Dirq_vectors.h5 #include <linux/threads.h>
H A Dhardirq.h5 #include <linux/threads.h>
/linux-master/tools/arch/x86/include/asm/
H A Dirq_vectors.h5 #include <linux/threads.h>
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c200 pthread_t threads[N_THREADS]; local
204 for (i = 0; i < ARRAY_SIZE(threads); i++) {
205 ret = pthread_create(&i[threads], NULL, patch_map_thread, opts);
209 for (i = 0; i < ARRAY_SIZE(threads); i++) {
210 ret = pthread_join(i[threads], NULL);
319 * N_THREADS threads. Check values, then delete all elements and check
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_ipi.c247 pthread_t threads[2]; local
278 r = pthread_create(&threads[0], NULL, vcpu_thread, vcpu[1]);
281 r = pthread_create(&threads[1], NULL, vcpu_thread, vcpu[2]);
308 cancel_join_vcpu_thread(threads[0], vcpu[1]);
309 cancel_join_vcpu_thread(threads[1], vcpu[2]);
H A Dxapic_ipi_test.c400 pthread_t threads[2]; local
435 r = pthread_create(&threads[0], NULL, vcpu_thread, &params[0]);
454 r = pthread_create(&threads[1], NULL, vcpu_thread, &params[1]);
467 * Cancel threads and wait for them to stop.
469 cancel_join_vcpu_thread(threads[0], params[0].vcpu);
470 cancel_join_vcpu_thread(threads[1], params[1].vcpu);
/linux-master/drivers/dma-buf/
H A Dst-dma-fence-chain.c446 struct task_struct **threads; local
455 threads = kmalloc_array(ncpus, sizeof(*threads), GFP_KERNEL);
456 if (!threads) {
463 threads[i] = kthread_run(__find_race, &data, "dmabuf/%d", i);
464 if (IS_ERR(threads[i])) {
469 get_task_struct(threads[i]);
479 ret = kthread_stop_put(threads[i]);
483 kfree(threads);
/linux-master/arch/parisc/kernel/
H A Dtoc_asm.S8 #include <linux/threads.h>
/linux-master/tools/perf/util/
H A Dbpf_ftrace.c46 ntasks = perf_thread_map__nr(ftrace->evlist->core.threads);
79 pid = perf_thread_map__pid(ftrace->evlist->core.threads, i);
/linux-master/tools/perf/tests/shell/
H A Drecord.sh121 if ! perf record -aB --synth=no -e cpu-clock,cs --threads=cpu \
124 echo "System-wide record [Failed record --threads option]"
130 echo "System-wide record [Failed --threads missing output]"
151 if ! perf record -e cpu-clock,cs --threads=package \
154 echo "Workload record [Failed record --threads option]"
160 echo "Workload record [Failed --threads missing output]"
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_hangcheck.c968 struct active_engine *threads; local
989 threads = kmalloc_array(I915_NUM_ENGINES, sizeof(*threads), GFP_KERNEL);
990 if (!threads)
1012 memset(threads, 0, sizeof(*threads) * I915_NUM_ENGINES);
1016 threads[tmp].resets =
1025 threads[tmp].engine = other;
1026 threads[tmp].flags = flags;
1037 threads[tm
[all...]
/linux-master/arch/sparc/kernel/
H A Ddevices.c12 #include <linux/threads.h>
/linux-master/arch/sh/mm/
H A Dcache-sh3.c12 #include <linux/threads.h>
/linux-master/arch/sparc/include/asm/
H A Dsmp_32.h10 #include <linux/threads.h>
/linux-master/arch/powerpc/kernel/
H A Didle_85xx.S9 #include <linux/threads.h>
/linux-master/drivers/crypto/caam/
H A Dcaamalg_qi2.h14 #include <linux/threads.h>
/linux-master/include/linux/
H A Dpid_namespace.h9 #include <linux/threads.h>

Completed in 302 milliseconds

1234567891011