Home
last modified time | relevance | path

Searched refs:ws_head (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/base/power/
Dwakeup.c287 struct list_head *ws_head = &wakeup_sources; in wakeup_sources_walk_start() local
289 return list_entry_rcu(ws_head->next, struct wakeup_source, entry); in wakeup_sources_walk_start()
302 struct list_head *ws_head = &wakeup_sources; in wakeup_sources_walk_next() local
304 return list_next_or_null_rcu(ws_head, &ws->entry, in wakeup_sources_walk_next()