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

/linux-master/kernel/
H A Dcpu_pm.c24 } cpu_pm_notifier = { variable in typeref:struct:__anon4563
25 .chain = RAW_NOTIFIER_INIT(cpu_pm_notifier.chain),
26 .lock = __RAW_SPIN_LOCK_UNLOCKED(cpu_pm_notifier.lock),
34 ret = raw_notifier_call_chain(&cpu_pm_notifier.chain, event, NULL);
45 raw_spin_lock_irqsave(&cpu_pm_notifier.lock, flags);
46 ret = raw_notifier_call_chain_robust(&cpu_pm_notifier.chain, event_up, event_down, NULL);
47 raw_spin_unlock_irqrestore(&cpu_pm_notifier.lock, flags);
66 raw_spin_lock_irqsave(&cpu_pm_notifier.lock, flags);
67 ret = raw_notifier_chain_register(&cpu_pm_notifier.chain, nb);
68 raw_spin_unlock_irqrestore(&cpu_pm_notifier
[all...]

Completed in 136 milliseconds