Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_msgqueue.c16 spin_lock_init(&pHandle->strCriticalSection); in wilc_mq_create()
86 spin_lock_irqsave(&pHandle->strCriticalSection, flags); in wilc_mq_send()
100 spin_unlock_irqrestore(&pHandle->strCriticalSection, flags); in wilc_mq_send()
132 spin_lock_irqsave(&pHandle->strCriticalSection, flags); in wilc_mq_recv()
134 spin_unlock_irqrestore(&pHandle->strCriticalSection, flags); in wilc_mq_recv()
149 spin_lock_irqsave(&pHandle->strCriticalSection, flags); in wilc_mq_recv()
153 spin_unlock_irqrestore(&pHandle->strCriticalSection, flags); in wilc_mq_recv()
159 spin_unlock_irqrestore(&pHandle->strCriticalSection, flags); in wilc_mq_recv()
175 spin_unlock_irqrestore(&pHandle->strCriticalSection, flags); in wilc_mq_recv()
Dwilc_msgqueue.h24 spinlock_t strCriticalSection; member