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

/linux-master/include/linux/
H A Dnotifier.h183 extern bool atomic_notifier_call_chain_is_empty(struct atomic_notifier_head *nh);
/linux-master/kernel/
H A Dnotifier.c240 * atomic_notifier_call_chain_is_empty - Check whether notifier chain is empty
247 bool atomic_notifier_call_chain_is_empty(struct atomic_notifier_head *nh) function
H A Dreboot.c683 return !atomic_notifier_call_chain_is_empty(&power_off_handler_list) ||

Completed in 149 milliseconds