Home
last modified time | relevance | path

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

/include/sound/
Dsoc-dpcm.h142 int stream, struct snd_soc_dapm_widget_list **list_);
/include/linux/
Dskbuff.h1484 static inline struct sk_buff *skb_peek(const struct sk_buff_head *list_) in skb_peek() argument
1486 struct sk_buff *skb = list_->next; in skb_peek()
1488 if (skb == (struct sk_buff *)list_) in skb_peek()
1503 const struct sk_buff_head *list_) in skb_peek_next() argument
1507 if (next == (struct sk_buff *)list_) in skb_peek_next()
1525 static inline struct sk_buff *skb_peek_tail(const struct sk_buff_head *list_) in skb_peek_tail() argument
1527 struct sk_buff *skb = list_->prev; in skb_peek_tail()
1529 if (skb == (struct sk_buff *)list_) in skb_peek_tail()
1541 static inline __u32 skb_queue_len(const struct sk_buff_head *list_) in skb_queue_len() argument
1543 return list_->qlen; in skb_queue_len()