Home
last modified time | relevance | path

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

/drivers/staging/winbond/
Dmds_s.h108 atomic_t TxThreadCount;//For thread counting 931130.4.v member
Dmds.c437 if (!atomic_inc_return(&pMds->TxThreadCount) == 1) in Mds_Tx()
557 atomic_dec(&pMds->TxThreadCount); in Mds_Tx()