Home
last modified time | relevance | path

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

/include/sound/
Dsoc-dpcm.h151 int stream, struct snd_soc_dapm_widget_list **list_);
/include/linux/
Dskbuff.h1897 static inline struct sk_buff *skb_peek(const struct sk_buff_head *list_) in skb_peek() argument
1899 struct sk_buff *skb = list_->next; in skb_peek()
1901 if (skb == (struct sk_buff *)list_) in skb_peek()
1912 static inline struct sk_buff *__skb_peek(const struct sk_buff_head *list_) in __skb_peek() argument
1914 return list_->next; in __skb_peek()
1927 const struct sk_buff_head *list_) in skb_peek_next() argument
1931 if (next == (struct sk_buff *)list_) in skb_peek_next()
1949 static inline struct sk_buff *skb_peek_tail(const struct sk_buff_head *list_) in skb_peek_tail() argument
1951 struct sk_buff *skb = READ_ONCE(list_->prev); in skb_peek_tail()
1953 if (skb == (struct sk_buff *)list_) in skb_peek_tail()
[all …]