Home
last modified time | relevance | path

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

/linux-6.15/include/sound/
H A Dsoc-dpcm.h133 int stream, struct snd_soc_dapm_widget_list **list_);
136 struct snd_soc_dapm_widget_list **list_);
/linux-6.15/include/linux/
H A Dskbuff.h2145 static inline struct sk_buff *skb_peek(const struct sk_buff_head *list_) in skb_peek() argument
2147 struct sk_buff *skb = list_->next; in skb_peek()
2149 if (skb == (struct sk_buff *)list_) in skb_peek()
2162 return list_->next; in __skb_peek()
2175 const struct sk_buff_head *list_) in skb_peek_next() argument
2179 if (next == (struct sk_buff *)list_) in skb_peek_next()
2199 struct sk_buff *skb = READ_ONCE(list_->prev); in skb_peek_tail()
2201 if (skb == (struct sk_buff *)list_) in skb_peek_tail()
2213 static inline __u32 skb_queue_len(const struct sk_buff_head *list_) in skb_queue_len() argument
2215 return list_->qlen; in skb_queue_len()
[all …]
/linux-6.15/tools/net/ynl/pyynl/
H A Dynl_gen_rst.py100 def rst_list_inline(list_: List[str], level: int = 0) -> str:
102 return headroom(level) + "[" + ", ".join(inline(i) for i in list_) + "]"
/linux-6.15/sound/soc/
H A Dsoc-pcm.c1524 struct snd_soc_dapm_widget_list **list_) in dpcm_prune_paths() argument
1531 if (dpcm_be_is_active(dpcm, stream, *list_)) in dpcm_prune_paths()
1547 struct snd_soc_dapm_widget_list **list_) in dpcm_add_paths() argument
1550 struct snd_soc_dapm_widget_list *list = *list_; in dpcm_add_paths()