Searched refs:strCriticalSection (Results 1 – 2 of 2) sorted by relevance
16 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()
24 spinlock_t strCriticalSection; member