Searched refs:list_ (Results 1 – 4 of 4) sorted by relevance
2134 static inline struct sk_buff *skb_peek(const struct sk_buff_head *list_) in skb_peek() argument2136 struct sk_buff *skb = list_->next; in skb_peek()2138 if (skb == (struct sk_buff *)list_) in skb_peek()2149 static inline struct sk_buff *__skb_peek(const struct sk_buff_head *list_) in __skb_peek() argument2151 return list_->next; in __skb_peek()2164 const struct sk_buff_head *list_) in skb_peek_next() argument2168 if (next == (struct sk_buff *)list_) in skb_peek_next()2186 static inline struct sk_buff *skb_peek_tail(const struct sk_buff_head *list_) in skb_peek_tail() argument2188 struct sk_buff *skb = READ_ONCE(list_->prev); in skb_peek_tail()2190 if (skb == (struct sk_buff *)list_) in skb_peek_tail()[all …]
133 int stream, struct snd_soc_dapm_widget_list **list_);
100 def rst_list_inline(list_: List[str], level: int = 0) -> str:102 return headroom(level) + "[" + ", ".join(inline(i) for i in list_) + "]"
1546 struct snd_soc_dapm_widget_list **list_) in dpcm_prune_paths() argument1553 if (dpcm_be_is_active(dpcm, stream, *list_)) in dpcm_prune_paths()1569 struct snd_soc_dapm_widget_list **list_) in dpcm_add_paths() argument1572 struct snd_soc_dapm_widget_list *list = *list_; in dpcm_add_paths()