Searched refs:list_ (Results 1 – 3 of 3) sorted by relevance
1804 static inline struct sk_buff *skb_peek(const struct sk_buff_head *list_) in skb_peek() argument1806 struct sk_buff *skb = list_->next; in skb_peek()1808 if (skb == (struct sk_buff *)list_) in skb_peek()1819 static inline struct sk_buff *__skb_peek(const struct sk_buff_head *list_) in __skb_peek() argument1821 return list_->next; in __skb_peek()1834 const struct sk_buff_head *list_) in skb_peek_next() argument1838 if (next == (struct sk_buff *)list_) in skb_peek_next()1856 static inline struct sk_buff *skb_peek_tail(const struct sk_buff_head *list_) in skb_peek_tail() argument1858 struct sk_buff *skb = READ_ONCE(list_->prev); in skb_peek_tail()1860 if (skb == (struct sk_buff *)list_) in skb_peek_tail()[all …]
147 int stream, struct snd_soc_dapm_widget_list **list_);
1339 struct snd_soc_dapm_widget_list **list_) in dpcm_prune_paths() argument1346 if (dpcm_be_is_active(dpcm, stream, *list_)) in dpcm_prune_paths()1362 struct snd_soc_dapm_widget_list **list_) in dpcm_add_paths() argument1365 struct snd_soc_dapm_widget_list *list = *list_; in dpcm_add_paths()