Searched refs:enqueued (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.41.9/iokit/Tests/ |
| H A D | Tests.cpp | 1193 uint32_t enqueued = 0; in IODataQueueDispatchSourceTests() local 1213 if (enqueued > 0) { in IODataQueueDispatchSourceTests() 1214 if (enqueued < NUM_ELEMENTS - 1 && (random() % 2) == 0) { in IODataQueueDispatchSourceTests() 1217 enqueued++; in IODataQueueDispatchSourceTests() 1222 enqueued--; in IODataQueueDispatchSourceTests() 1228 enqueued++; in IODataQueueDispatchSourceTests() 1242 …if (j < NUM_ELEMENTS - enqueued || (head <= tail && tail == enqueued && j == NUM_ELEMENTS - enqueu… in IODataQueueDispatchSourceTests() 1244 …%u enqueued=%u head=%u tail=%u kr=%d expected kIOReturnSuccess\n", i, j, enqueued, head, tail, kr); in IODataQueueDispatchSourceTests() 1248 …%u enqueued=%u head=%u tail=%u kr=%d expected kIOReturnOverrun\n", i, j, enqueued, head, tail, kr); in IODataQueueDispatchSourceTests() 1261 enqueued++; in IODataQueueDispatchSourceTests()
|
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | log.py | 332 def enqueued(self): member in LogQueue 480 def show_log_queue(lq, enqueued, dispatched): argument 487 enq=len(enqueued), 492 lq_enqueued = list(lq.enqueued) 511 show_log_queue(lq, list(lq.enqueued), list(lq.dispatched))
|
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | in_arp.c | 1308 boolean_t enqueued = FALSE; in arp_lookup_ip() local 1514 enqueued = arp_llinfo_addq(llinfo, packet); in arp_lookup_ip() 1583 if (packet != NULL && enqueued) { in arp_lookup_ip() 1606 if (packet != NULL && !enqueued) { in arp_lookup_ip()
|
| /xnu-8792.41.9/libsyscall/mach/ |
| H A D | err_iokit.sub | 81 "(iokit/common) no DMA frames enqueued", // 0x2e0
|
| /xnu-8792.41.9/doc/ |
| H A D | sched_clutch_edge.md | 70 …i-cluster platforms, the `sched_clutch_bucket_group` represents threads enqueued on all clusters o… 228 …umber of runnable and running threads of a higher or equal QoS that are enqueued or running on the… 253 … threads in the clutch bucket) as foreign when these clutch buckets are enqueued on a cluster whic…
|
| /xnu-8792.41.9/tests/ |
| H A D | stackshot_tests.m | 1835 * into its address space as a result. for this case the special reply port is enqueued
|