Home
last modified time | relevance | path

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

/linux/include/linux/
A Dskbuff.h1842 static inline struct sk_buff *skb_peek(const struct sk_buff_head *list_) in skb_peek() argument
1844 struct sk_buff *skb = list_->next; in skb_peek()
1846 if (skb == (struct sk_buff *)list_) in skb_peek()
1859 return list_->next; in __skb_peek()
1872 const struct sk_buff_head *list_) in skb_peek_next() argument
1876 if (next == (struct sk_buff *)list_) in skb_peek_next()
1896 struct sk_buff *skb = READ_ONCE(list_->prev); in skb_peek_tail()
1898 if (skb == (struct sk_buff *)list_) in skb_peek_tail()
1910 static inline __u32 skb_queue_len(const struct sk_buff_head *list_) in skb_queue_len() argument
1912 return list_->qlen; in skb_queue_len()
[all …]
/linux/include/sound/
A Dsoc-dpcm.h147 int stream, struct snd_soc_dapm_widget_list **list_);
/linux/sound/soc/
A Dsoc-pcm.c1334 struct snd_soc_dapm_widget_list **list_) in dpcm_prune_paths() argument
1341 if (dpcm_be_is_active(dpcm, stream, *list_)) in dpcm_prune_paths()
1357 struct snd_soc_dapm_widget_list **list_) in dpcm_add_paths() argument
1360 struct snd_soc_dapm_widget_list *list = *list_; in dpcm_add_paths()

Completed in 19 milliseconds