Home
last modified time | relevance | path

Searched refs:oldstate (Results 1 – 3 of 3) sorted by relevance

/kernel/
Dsmpboot.c421 int oldstate; in cpu_wait_death() local
441 oldstate = atomic_read(&per_cpu(cpu_hotplug_state, cpu)); in cpu_wait_death()
442 if (oldstate == CPU_DEAD) { in cpu_wait_death()
449 oldstate, CPU_BROKEN) != oldstate) in cpu_wait_death()
467 int oldstate; in cpu_report_death() local
472 oldstate = atomic_read(&per_cpu(cpu_hotplug_state, cpu)); in cpu_report_death()
473 if (oldstate != CPU_BROKEN) in cpu_report_death()
478 oldstate, newstate) != oldstate); in cpu_report_death()
/kernel/rcu/
Dtree.c2773 void cond_synchronize_rcu(unsigned long oldstate) in cond_synchronize_rcu() argument
2775 if (!rcu_seq_done(&rcu_state.gp_seq, oldstate)) in cond_synchronize_rcu()
Drcutorture.c303 void (*cond_sync)(unsigned long oldstate);