Home
last modified time | relevance | path

Searched refs:enqueued (Results 1 – 6 of 6) sorted by relevance

/xnu-8796.101.5/iokit/Tests/
H A DTests.cpp1211 uint32_t enqueued = 0; in IODataQueueDispatchSourceTests() local
1231 if (enqueued > 0) { in IODataQueueDispatchSourceTests()
1232 if (enqueued < NUM_ELEMENTS - 1 && (random() % 2) == 0) { in IODataQueueDispatchSourceTests()
1235 enqueued++; in IODataQueueDispatchSourceTests()
1240 enqueued--; in IODataQueueDispatchSourceTests()
1246 enqueued++; in IODataQueueDispatchSourceTests()
1260 …if (j < NUM_ELEMENTS - enqueued || (head <= tail && tail == enqueued && j == NUM_ELEMENTS - enqueu… in IODataQueueDispatchSourceTests()
1262 …%u enqueued=%u head=%u tail=%u kr=%d expected kIOReturnSuccess\n", i, j, enqueued, head, tail, kr); in IODataQueueDispatchSourceTests()
1266 …%u enqueued=%u head=%u tail=%u kr=%d expected kIOReturnOverrun\n", i, j, enqueued, head, tail, kr); in IODataQueueDispatchSourceTests()
1279 enqueued++; in IODataQueueDispatchSourceTests()
/xnu-8796.101.5/tools/lldbmacros/
H A Dlog.py334 def enqueued(self): member in LogQueue
482 def show_log_queue(lq, enqueued, dispatched): argument
489 enq=len(enqueued),
494 lq_enqueued = list(lq.enqueued)
513 show_log_queue(lq, list(lq.enqueued), list(lq.dispatched))
/xnu-8796.101.5/bsd/netinet/
H A Din_arp.c1307 boolean_t enqueued = FALSE; in arp_lookup_ip() local
1513 enqueued = arp_llinfo_addq(llinfo, packet); in arp_lookup_ip()
1582 if (packet != NULL && enqueued) { in arp_lookup_ip()
1605 if (packet != NULL && !enqueued) { in arp_lookup_ip()
/xnu-8796.101.5/libsyscall/mach/
H A Derr_iokit.sub81 "(iokit/common) no DMA frames enqueued", // 0x2e0
/xnu-8796.101.5/doc/
H A Dsched_clutch_edge.md70 …i-cluster platforms, the `sched_clutch_bucket_group` represents threads enqueued on all clusters o…
225 …umber of runnable and running threads of a higher or equal QoS that are enqueued or running on the…
250 … threads in the clutch bucket) as foreign when these clutch buckets are enqueued on a cluster whic…
/xnu-8796.101.5/tests/
H A Dstackshot_tests.m1835 * into its address space as a result. for this case the special reply port is enqueued