Home
last modified time | relevance | path

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

/linux-5.19.10/lib/
Diov_iter.c343 unsigned int p_head = pipe->head; in sanity() local
346 unsigned int p_occupancy = pipe_occupancy(p_head, p_tail); in sanity()
354 if (unlikely(i_head != p_head - 1)) in sanity()
361 if (i_head != p_head) in sanity()
368 p_head, p_tail, pipe->ring_size); in sanity()
989 unsigned int p_head = pipe->head; in pipe_truncate() local
992 if (!pipe_empty(p_head, p_tail)) { in pipe_truncate()
1002 while (p_head != i_head) { in pipe_truncate()
1003 p_head--; in pipe_truncate()
1004 pipe_buf_release(pipe, &pipe->bufs[p_head & p_mask]); in pipe_truncate()
[all …]
/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfwsignal.c1242 struct sk_buff *p_head; in brcmf_fws_enq() local
1267 p_head = skb_peek(queue); in brcmf_fws_enq()
1271 while (p_head != p_tail) { in brcmf_fws_enq()