Home
last modified time | relevance | path

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

/xnu-11417.101.15/iokit/Tests/ !
H A DTests.cpp1212 uint32_t enqueued = 0; in IODataQueueDispatchSourceTests() local
1232 if (enqueued > 0) { in IODataQueueDispatchSourceTests()
1233 if (enqueued < NUM_ELEMENTS - 1 && (random() % 2) == 0) { in IODataQueueDispatchSourceTests()
1236 enqueued++; in IODataQueueDispatchSourceTests()
1241 enqueued--; in IODataQueueDispatchSourceTests()
1247 enqueued++; in IODataQueueDispatchSourceTests()
1261 …if (j < NUM_ELEMENTS - enqueued || (head <= tail && tail == enqueued && j == NUM_ELEMENTS - enqueu… in IODataQueueDispatchSourceTests()
1263 …%u enqueued=%u head=%u tail=%u kr=%d expected kIOReturnSuccess\n", i, j, enqueued, head, tail, kr); in IODataQueueDispatchSourceTests()
1267 …%u enqueued=%u head=%u tail=%u kr=%d expected kIOReturnOverrun\n", i, j, enqueued, head, tail, kr); in IODataQueueDispatchSourceTests()
1280 enqueued++; in IODataQueueDispatchSourceTests()
/xnu-11417.101.15/tools/lldbmacros/ !
H A Dlog.py331 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-11417.101.15/bsd/netinet/ !
H A Din_arp.c1298 boolean_t enqueued = FALSE; in arp_lookup_ip() local
1503 enqueued = arp_llinfo_addq(llinfo, packet); in arp_lookup_ip()
1572 if (packet != NULL && enqueued) { in arp_lookup_ip()
1595 if (packet != NULL && !enqueued) { in arp_lookup_ip()
/xnu-11417.101.15/libsyscall/mach/ !
H A Derr_iokit.sub81 "(iokit/common) no DMA frames enqueued", // 0x2e0
/xnu-11417.101.15/doc/scheduler/ !
H A Dsched_clutch_edge.md72 …i-cluster platforms, the `sched_clutch_bucket_group` represents threads enqueued on all clusters o…
227 …umber of runnable and running threads of a higher or equal QoS that are enqueued or running on the…
252 … threads in the clutch bucket) as foreign when these clutch buckets are enqueued on a cluster whic…
/xnu-11417.101.15/tests/ !
H A Dstackshot_tests.m1911 * into its address space as a result. for this case the special reply port is enqueued