Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_msgqueue.c20 pHandle->bExiting = false; in wilc_mq_create()
32 pHandle->bExiting = true; in wilc_mq_destroy()
67 if (pHandle->bExiting) { in wilc_mq_send()
127 if (pHandle->bExiting) { in wilc_mq_recv()
144 if (pHandle->bExiting) { in wilc_mq_recv()
Dwilc_msgqueue.h25 bool bExiting; member