Searched refs:n_cpus (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | uffd-common.c | 224 void uffd_stats_report(struct uffd_args *args, int n_cpus) in uffd_stats_report() argument 229 for (i = 0; i < n_cpus; i++) { in uffd_stats_report() 238 for (i = 0; i < n_cpus; i++) in uffd_stats_report() 244 for (i = 0; i < n_cpus; i++) in uffd_stats_report() 250 for (i = 0; i < n_cpus; i++) in uffd_stats_report()
|
| H A D | uffd-common.h | 116 void uffd_stats_report(struct uffd_args *args, int n_cpus);
|
| H A D | uffd-stress.c | 86 unsigned long n_cpus) in uffd_stats_reset() argument 90 for (i = 0; i < n_cpus; i++) { in uffd_stats_reset()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_migrate.c | 686 const unsigned int n_cpus = num_online_cpus() + 1; in threaded_migrate() local 692 thread = kzalloc_objs(*thread, n_cpus); in threaded_migrate() 696 for (i = 0; i < n_cpus; ++i) { in threaded_migrate() 720 msleep((intel_vm_no_concurrent_access_wa(migrate->context->vm->i915) ? 100 : 10) * n_cpus); in threaded_migrate() 722 for (i = 0; i < n_cpus; ++i) { in threaded_migrate()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_dev.c | 2713 struct qed_ptt *p_ptt, u32 pwm_region_size, u32 n_cpus) in qed_hw_init_dpi_size() argument 2720 n_wids = max_t(u32, QED_MIN_WIDS, n_cpus); in qed_hw_init_dpi_size() 2759 u32 db_bar_size, n_cpus = 1; in qed_hw_init_pf_doorbell_bar() local 2802 n_cpus = num_present_cpus(); in qed_hw_init_pf_doorbell_bar() 2803 rc = qed_hw_init_dpi_size(p_hwfn, p_ptt, pwm_regsize, n_cpus); in qed_hw_init_pf_doorbell_bar() 2813 n_cpus = 1; in qed_hw_init_pf_doorbell_bar() 2814 rc = qed_hw_init_dpi_size(p_hwfn, p_ptt, pwm_regsize, n_cpus); in qed_hw_init_pf_doorbell_bar() 2820 p_hwfn->wid_count = (u16)n_cpus; in qed_hw_init_pf_doorbell_bar()
|