Searched refs:pfree_queue (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_xmit.c | 1113 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_alloc_xmitbuf_ext() local 1116 spin_lock_irqsave(&pfree_queue->lock, flags); in rtw_alloc_xmitbuf_ext() 1118 if (list_empty(&pfree_queue->queue)) { in rtw_alloc_xmitbuf_ext() 1121 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext() 1142 spin_unlock_irqrestore(&pfree_queue->lock, flags); in rtw_alloc_xmitbuf_ext() 1149 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_free_xmitbuf_ext() local 1155 spin_lock_irqsave(&pfree_queue->lock, flags); in rtw_free_xmitbuf_ext() 1159 list_add_tail(&pxmitbuf->list, get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext() 1162 spin_unlock_irqrestore(&pfree_queue->lock, flags); in rtw_free_xmitbuf_ext()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| A D | rtw_xmit.c | 1452 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_alloc_xmitbuf_ext() local 1454 spin_lock_irqsave(&pfree_queue->lock, irqL); in rtw_alloc_xmitbuf_ext() 1456 if (list_empty(&pfree_queue->queue)) { in rtw_alloc_xmitbuf_ext() 1459 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext() 1481 spin_unlock_irqrestore(&pfree_queue->lock, irqL); in rtw_alloc_xmitbuf_ext() 1489 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_free_xmitbuf_ext() local 1494 spin_lock_irqsave(&pfree_queue->lock, irqL); in rtw_free_xmitbuf_ext() 1498 list_add_tail(&pxmitbuf->list, get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext() 1501 spin_unlock_irqrestore(&pfree_queue->lock, irqL); in rtw_free_xmitbuf_ext()
|
Completed in 10 milliseconds