Home
last modified time | relevance | path

Searched refs:enqueue (Results 1 – 16 of 16) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIODataQueue.h53 #ifdef enqueue
54 #undef enqueue
139 virtual Boolean enqueue(void *data, UInt32 dataSize);
H A DIOSharedDataQueue.h146 virtual Boolean enqueue(void *data, UInt32 dataSize) APPLE_KEXT_OVERRIDE;
153 return IOSharedDataQueue::enqueue(data, dataSize); in enqueue_tail()
/xnu-11215/iokit/Kernel/
H A DIODataQueue.cpp49 #ifdef enqueue
50 #undef enqueue
163 IODataQueue::enqueue(void * data, UInt32 dataSize) in enqueue() function in IODataQueue
H A DIOSharedDataQueue.cpp39 #ifdef enqueue
40 #undef enqueue
219 IOSharedDataQueue::enqueue(void * data, UInt32 dataSize) in enqueue() function in IOSharedDataQueue
H A DIOService.cpp2344 enqueue(&notifyList->fCommandChain, &notify->chain); in registerInterestForNotifier()
/xnu-11215/iokit/DriverKit/
H A DIODataQueueDispatchSource.iig84 * to enqueue data failed.
144 * @brief As a producer, enqueue a queue entry.
145 * @param dataSize size of the data to enqueue.
146 * @param callback invoked if the queue has enough space to enqueue the data.
168 …* @brief As a producer, enqueue a queue entry, but don't send any DataAvailable notification.
169 * @param dataSize size of the data to enqueue
173 * @param callback invoked if the queue has enough space to enqueue the data.
H A Dqueue_implementation.h273 #define enqueue(queue, elt) enqueue_tail(queue, elt) macro
/xnu-11215/tests/
H A Dstackshot_idle_25570396.m22 #define NUMENQUEUES 16 // number of blocking jobs to enqueue
190 sleep(1); // wait for jobs to enqueue
/xnu-11215/osfmk/kern/
H A Dmach_node.c545 enqueue(&mnl_name_table[MNL_NAME_HASH(obj->name)], &obj->links); in mnl_obj_insert()
H A Depoch_sync.c180 enqueue(&bucket->htb_head, &value->es_link); in ht_put()
H A Dqueue.h273 #define enqueue(queue, elt) enqueue_tail(queue, elt) macro
H A Dexclaves_resource.c207 enqueue(head, &item->i_chain); in table_put()
/xnu-11215/iokit/Tests/
H A DTests.cpp1353 sd->enqueue(&data, sizeof(UInt64)); in IOSharedDataQueue_44636964()
1357 sd->enqueue(&data2, sizeof(UInt32)); in IOSharedDataQueue_44636964()
/xnu-11215/bsd/kern/
H A Dsys_ulock.c391 enqueue(&ull_bucket[i].ulb_head, &ull->ull_hash_link); in ull_get()
/xnu-11215/doc/scheduler/
H A Dsched_clutch_edge.md273 … load balancing looks at the per-cluster load at thread runnable time to enqueue the thread in the…
/xnu-11215/osfmk/ipc/
H A Dipc_kmsg.c1199 #pragma mark ipc_kmsg enqueue/destroy, qos, priority, voucher, ...