Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dpm_wakeup.h111 extern void __pm_relax(struct wakeup_source *ws);
183 static inline void __pm_relax(struct wakeup_source *ws) {} in __pm_relax() function
/kernel/linux/linux-6.6/include/linux/
H A Dpm_wakeup.h115 extern void __pm_relax(struct wakeup_source *ws);
185 static inline void __pm_relax(struct wakeup_source *ws) {} in __pm_relax() function
/kernel/linux/linux-5.10/kernel/power/
H A Dautosleep.c104 __pm_relax(autosleep_ws); in pm_autosleep_set_state()
H A Dwakelock.c277 __pm_relax(wl->ws); in pm_wake_unlock()
/kernel/linux/linux-6.6/kernel/power/
H A Dautosleep.c104 __pm_relax(autosleep_ws); in pm_autosleep_set_state()
H A Dwakelock.c277 __pm_relax(wl->ws); in pm_wake_unlock()
/kernel/linux/linux-5.10/drivers/base/power/
H A Dwakeup.c162 __pm_relax(ws); in wakeup_source_destroy()
705 * __pm_relax() may be called directly or from a timer function. in wakeup_source_deactivate()
707 * started, but before the timer function calls __pm_relax(), it is in wakeup_source_deactivate()
710 * by the __pm_relax() called from the timer function, but in such a in wakeup_source_deactivate()
746 * __pm_relax - Notify the PM core that processing of a wakeup event has ended.
754 void __pm_relax(struct wakeup_source *ws) in __pm_relax() function
766 EXPORT_SYMBOL_GPL(__pm_relax); variable
772 * Execute __pm_relax() for the @dev's wakeup source object.
782 __pm_relax(dev->power.wakeup); in pm_relax()
/kernel/linux/linux-6.6/drivers/base/power/
H A Dwakeup.c157 __pm_relax(ws); in wakeup_source_destroy()
671 * __pm_relax() may be called directly or from a timer function. in wakeup_source_deactivate()
673 * started, but before the timer function calls __pm_relax(), it is in wakeup_source_deactivate()
676 * by the __pm_relax() called from the timer function, but in such a in wakeup_source_deactivate()
712 * __pm_relax - Notify the PM core that processing of a wakeup event has ended.
720 void __pm_relax(struct wakeup_source *ws) in __pm_relax() function
732 EXPORT_SYMBOL_GPL(__pm_relax); variable
738 * Execute __pm_relax() for the @dev's wakeup source object.
748 __pm_relax(dev->power.wakeup); in pm_relax()
/kernel/linux/linux-5.10/fs/
H A Deventpoll.c750 __pm_relax(ep->ws); in ep_scan_ready_list()
923 __pm_relax(ep_wakeup_source(epi)); in ep_read_events_proc()
1739 __pm_relax(ws); in ep_send_events_proc()
/kernel/linux/linux-6.6/fs/
H A Deventpoll.c672 __pm_relax(ep->ws); in ep_done_scan()
870 __pm_relax(ep_wakeup_source(epi)); in __ep_eventpoll_poll()
1721 __pm_relax(ws); in ep_send_events()

Completed in 13 milliseconds