Searched refs:queueDepth (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/TinyTP/
H A Dttp3.cpp12 int queueDepth(QHdr *qh); // debugging ... return depth of a queue
84 XTRACE(kAppendTail, 3, queueDepth(qhdr));
94 if (q == &RxQueue) {XTRACE(kFlushQueue, 1, queueDepth(q));}
95 else if (q == &TxQueue) {XTRACE(kFlushQueue, 2, queueDepth(q));}
152 rxDepth = queueDepth(&curTTP->RxQueue); // debug only
153 txDepth = queueDepth(&curTTP->TxQueue); // debug only
384 queueDepth(QHdr *qh) function
433 old_depth = queueDepth(qHeader);
446 new_depth = queueDepth(qHeader);
H A Dttp.cpp296 extern int queueDepth(QHdr *qh); // debugging ... return depth of a queue
315 XTRACE(kDataRequestDropped, dropCount, queueDepth(&TxQueue));
444 // avoid queueDepth so that we can call this from non-dt tasks!
445 // depth -= queueDepth(&TxQueue); // now subtract out pending writes
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDDeviceClass.cpp1453 uint32_t queueDepth = kInputReportQueueDeptch_8ms; local
1463 queueDepth *= ((double)8000/value);
1464 if ( queueDepth < kInputReportQueueDeptch_8ms ) {
1465 queueDepth = kInputReportQueueDeptch_8ms;
1469 require_noerr((ret = fReportHandlerQueue->create(0, queueDepth)), SET_REPORT_HANDLER_CLEANUP);

Completed in 127 milliseconds