Searched refs:irql (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/rtl8712/ |
D | rtl8712_recv.c | 552 unsigned long irql; in recv_indicatepkt_reorder() local 571 spin_lock_irqsave(&ppending_recvframe_queue->lock, irql); in recv_indicatepkt_reorder() 592 spin_unlock_irqrestore(&ppending_recvframe_queue->lock, irql); in recv_indicatepkt_reorder() 594 spin_unlock_irqrestore(&ppending_recvframe_queue->lock, irql); in recv_indicatepkt_reorder() 599 spin_unlock_irqrestore(&ppending_recvframe_queue->lock, irql); in recv_indicatepkt_reorder() 605 unsigned long irql; in r8712_reordering_ctrl_timeout_handler() local 613 spin_lock_irqsave(&ppending_recvframe_queue->lock, irql); in r8712_reordering_ctrl_timeout_handler() 615 spin_unlock_irqrestore(&ppending_recvframe_queue->lock, irql); in r8712_reordering_ctrl_timeout_handler()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 1142 unsigned long irql; in rtw_alloc_xmitbuf_ext() local 1146 spin_lock_irqsave(&pfree_queue->lock, irql); in rtw_alloc_xmitbuf_ext() 1158 spin_unlock_irqrestore(&pfree_queue->lock, irql); in rtw_alloc_xmitbuf_ext() 1165 unsigned long irql; in rtw_free_xmitbuf_ext() local 1171 spin_lock_irqsave(&pfree_queue->lock, irql); in rtw_free_xmitbuf_ext() 1178 spin_unlock_irqrestore(&pfree_queue->lock, irql); in rtw_free_xmitbuf_ext() 1185 unsigned long irql; in rtw_alloc_xmitbuf() local 1189 spin_lock_irqsave(&pfree_xmitbuf_queue->lock, irql); in rtw_alloc_xmitbuf() 1201 spin_unlock_irqrestore(&pfree_xmitbuf_queue->lock, irql); in rtw_alloc_xmitbuf() 1208 unsigned long irql; in rtw_free_xmitbuf() local [all …]
|