Searched refs:ws_head (Results 1 – 1 of 1) sorted by relevance
287 struct list_head *ws_head = &wakeup_sources; in wakeup_sources_walk_start() local289 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() local304 return list_next_or_null_rcu(ws_head, &ws->entry, in wakeup_sources_walk_next()