Searched refs:pfree_queue (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 1141 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_alloc_xmitbuf_ext() local 1143 spin_lock_irqsave(&pfree_queue->lock, irql); in rtw_alloc_xmitbuf_ext() 1144 pxmitbuf = list_first_entry_or_null(&pfree_queue->queue, in rtw_alloc_xmitbuf_ext() 1156 spin_unlock_irqrestore(&pfree_queue->lock, irql); in rtw_alloc_xmitbuf_ext() 1164 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_free_xmitbuf_ext() local 1169 spin_lock_irqsave(&pfree_queue->lock, irql); in rtw_free_xmitbuf_ext() 1173 list_add_tail(&pxmitbuf->list, get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext() 1176 spin_unlock_irqrestore(&pfree_queue->lock, irql); in rtw_free_xmitbuf_ext()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 1677 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_alloc_xmitbuf_ext() local 1679 spin_lock_irqsave(&pfree_queue->lock, irqL); in rtw_alloc_xmitbuf_ext() 1681 if (list_empty(&pfree_queue->queue)) { in rtw_alloc_xmitbuf_ext() 1685 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext() 1714 spin_unlock_irqrestore(&pfree_queue->lock, irqL); in rtw_alloc_xmitbuf_ext() 1722 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_free_xmitbuf_ext() local 1727 spin_lock_irqsave(&pfree_queue->lock, irqL); in rtw_free_xmitbuf_ext() 1731 list_add_tail(&(pxmitbuf->list), get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext() 1737 spin_unlock_irqrestore(&pfree_queue->lock, irqL); in rtw_free_xmitbuf_ext()
|