Searched refs:comCount (Results 1 – 2 of 2) sorted by relevance
51 x->comCount = 0; in linux_init_completion()80 } else if (x->comCount != UINT_MAX) { in linux_complete()81 x->comCount++; in linux_complete()92 if (x->comCount > 0) { in NoNeedWait()93 x->comCount--; in NoNeedWait()219 isdone = (x->comCount != 0); in linux_completion_done()
51 UINT32 comCount; member62 do { (x)->comCount = 0; } while (0)