Searched refs:notifier_from_errno (Results 1 – 11 of 11) sorted by relevance
60 static inline int notifier_from_errno(int err) in notifier_from_errno() function
71 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_percpu_callback()
85 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_percpu_callback()
781 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_smpboot_callback()
1505 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_callback()
219 return !err ? NOTIFY_DONE : notifier_from_errno(err); in update_clusterinfo()
790 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_callback()
1666 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_schedule_callback()
911 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_callback()
735 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_callback()
134 return !rc ? NOTIFY_DONE : notifier_from_errno(rc); in cpu_callback()
Completed in 26 milliseconds