Searched refs:pfdSize (Results 1 – 2 of 2) sorted by relevance
196 if (*pfdSize < thread->pfdSize) { in AssignPfds()204 *pfdSize = thread->pfdSize; in AssignPfds()209 for (uint32_t i = 0; i < thread->pfdSize; i++) { in AssignPfds()244 uint16_t pfdSize = 0; in HdfDevEventListenTask() local251 pollCount = AssignPfds(thread, &pfds, &pfdSize); in HdfDevEventListenTask()380 for (; index < thread->pfdSize; index++) { in GetValidPfdIndexLocked()390 if (index >= thread->pfdSize) { in GetValidPfdIndexLocked()396 if (thread->pfdSize != 0) { in GetValidPfdIndexLocked()407 thread->pfdSize = newSize; in GetValidPfdIndexLocked()456 if (ret != HDF_SUCCESS || thread->pfdSize <= 0) { in HdfDevListenerThreadStart()[all …]
34 uint16_t pfdSize; member