Searched refs:atomic_notifier_call_chain_is_empty (Results 1 – 3 of 3) sorted by relevance
181 extern bool atomic_notifier_call_chain_is_empty(struct atomic_notifier_head *nh);
241 bool atomic_notifier_call_chain_is_empty(struct atomic_notifier_head *nh) in atomic_notifier_call_chain_is_empty() function
651 return !atomic_notifier_call_chain_is_empty(&power_off_handler_list) || in kernel_can_power_off()