Searched refs:torture_num_online_cpus (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dtorture.h56 int torture_num_online_cpus(void);
58 static inline int torture_num_online_cpus(void) { return 1; } function
/linux-master/kernel/
H A Dtorture.c190 int torture_num_online_cpus(void) function
194 EXPORT_SYMBOL_GPL(torture_num_online_cpus); variable
/linux-master/kernel/rcu/
H A Drcutorture.c1722 int noc = torture_num_online_cpus();
2103 while (torture_num_online_cpus() < mynumonline && !torture_must_stop())
2934 if (rcu_inkernel_boot_has_ended() && torture_num_online_cpus() > rfp->rcu_fwd_id)
2939 torture_num_online_cpus() > rfp->rcu_fwd_id)))

Completed in 277 milliseconds