Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/gt/
H A Dselftest_migrate.c686 const unsigned int n_cpus = num_online_cpus() + 1; in threaded_migrate() local
692 thread = kcalloc(n_cpus, sizeof(*thread), GFP_KERNEL); in threaded_migrate()
696 for (i = 0; i < n_cpus; ++i) { in threaded_migrate()
715 for (i = 0; i < n_cpus; ++i) { in threaded_migrate()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp813 uptr n_cpus = 0; in GetNumberOfCPUs()
832 n_cpus++; in GetNumberOfCPUs()
837 return n_cpus; in GetNumberOfCPUs()