Searched refs:ws_head (Results 1 – 1 of 1) sorted by relevance
288 struct list_head *ws_head = &wakeup_sources; in wakeup_sources_walk_start() local290 return list_entry_rcu(ws_head->next, struct wakeup_source, entry); in wakeup_sources_walk_start()303 struct list_head *ws_head = &wakeup_sources; in wakeup_sources_walk_next() local305 return list_next_or_null_rcu(ws_head, &ws->entry, in wakeup_sources_walk_next()
Completed in 4 milliseconds