Searched refs:pfree_queue (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_xmit.c | 1201 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_alloc_xmitbuf_ext() local 1204 spin_lock_irqsave(&pfree_queue->lock, flags); in rtw_alloc_xmitbuf_ext() 1206 if (list_empty(&pfree_queue->queue)) { in rtw_alloc_xmitbuf_ext() 1209 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext() 1228 spin_unlock_irqrestore(&pfree_queue->lock, flags); in rtw_alloc_xmitbuf_ext() 1235 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_free_xmitbuf_ext() local 1241 spin_lock_irqsave(&pfree_queue->lock, flags); in rtw_free_xmitbuf_ext() 1245 list_add_tail(&pxmitbuf->list, get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext() 1248 spin_unlock_irqrestore(&pfree_queue->lock, flags); in rtw_free_xmitbuf_ext()
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 1449 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_alloc_xmitbuf_ext() local 1451 spin_lock_irqsave(&pfree_queue->lock, irqL); in rtw_alloc_xmitbuf_ext() 1453 if (list_empty(&pfree_queue->queue)) { in rtw_alloc_xmitbuf_ext() 1456 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext() 1478 spin_unlock_irqrestore(&pfree_queue->lock, irqL); in rtw_alloc_xmitbuf_ext() 1486 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_free_xmitbuf_ext() local 1491 spin_lock_irqsave(&pfree_queue->lock, irqL); in rtw_free_xmitbuf_ext() 1495 list_add_tail(&pxmitbuf->list, get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext() 1498 spin_unlock_irqrestore(&pfree_queue->lock, irqL); in rtw_free_xmitbuf_ext()
|