Home
last modified time | relevance | path

Searched defs:ncpus (Results 1 – 4 of 4) sorted by relevance

/kernel/locking/
Dtest-ww_mutex.c368 static int test_cycle(unsigned int ncpus) in test_cycle()
627 int ncpus = num_online_cpus(); in test_ww_mutex_init() local
/kernel/
Dcpu.c1818 static void __init cpuhp_bringup_mask(const struct cpumask *mask, unsigned int ncpus, in cpuhp_bringup_mask()
1869 static bool __init cpuhp_bringup_cpus_parallel(unsigned int ncpus) in cpuhp_bringup_cpus_parallel()
1905 static inline bool cpuhp_bringup_cpus_parallel(unsigned int ncpus) { return false; } in cpuhp_bringup_cpus_parallel()
/kernel/rcu/
Dtree_exp.h82 int ncpus = smp_load_acquire(&rcu_state.ncpus); /* Order vs. locking. */ in sync_exp_reset_tree_hotplug() local
Dtree.h334 int ncpus; /* # CPUs seen so far. */ member