Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/winbond/
Dmds_s.h95 atomic_t TxThreadCount; /* For thread counting */ member
Dmds.c455 if (atomic_inc_return(&pMds->TxThreadCount) != 1) in Mds_Tx()
560 atomic_dec(&pMds->TxThreadCount); in Mds_Tx()