HomeSort by: relevance | last modified time | path
    Searched defs:n_cpus (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
i915_gem_object_blt.c 205 unsigned int n_cpus; member in struct:igt_thread_arg
247 total = div64_u64(total, thread->n_cpus);
352 total = div64_u64(total, thread->n_cpus);
449 unsigned int n_cpus, i; local in function:igt_threaded_blt
453 n_cpus = num_online_cpus() + 1;
455 tsk = kcalloc(n_cpus, sizeof(struct task_struct *), GFP_KERNEL);
459 thread = kcalloc(n_cpus, sizeof(struct igt_thread_arg), GFP_KERNEL);
477 for (i = 0; i < n_cpus; ++i) {
481 thread[i].n_cpus = n_cpus;
    [all...]

Completed in 12 milliseconds