Searched refs:link (Results 1 - 25 of 32) sorted by relevance

12

/xnu-2422.115.4/bsd/kern/
H A Dsubr_prof.c264 toindex = ++p->tos[0].link;
273 top->link = 0;
291 if (top->link == 0) {
296 * and link it to the head of the chain.
298 toindex = ++p->tos[0].link;
305 top->link = *frompcindex;
313 top = &p->tos[top->link];
321 toindex = prevtop->link;
322 prevtop->link = top->link;
[all...]
/xnu-2422.115.4/iokit/Kernel/
H A DIOStatistics.cpp89 RB_GENERATE(IOStatistics::KextTree, KextNode, link, kextNodeCompare);
133 RB_GENERATE(IOWorkLoopCounter::DependencyTree, IOWorkLoopDependency, link, IOWorkLoopCounter::loadTagCompare);
265 SLIST_REMOVE_HEAD(&found->workLoopList, link);
271 TAILQ_REMOVE(&found->userClientCallList, uce, link);
389 SLIST_REMOVE_HEAD(&found->counterList, link);
395 SLIST_REMOVE_HEAD(&found->userClientList, link);
453 SLIST_INSERT_HEAD(&found->counterList, counter, link);
475 SLIST_REMOVE(&counter->parentClass->counterList, counter, IOEventSourceCounter, link);
509 SLIST_INSERT_HEAD(&found->workLoopList, counter, link);
525 SLIST_REMOVE(&counter->parentKext->workLoopList, counter, IOWorkLoopCounter, link);
[all...]
H A DIOLib.cpp465 queue_chain_t link; member in struct:_IOMallocContiguousEntry
509 _IOMallocContiguousEntry *, link );
534 _IOMallocContiguousEntry *, link )
539 _IOMallocContiguousEntry *, link );
763 if (!pa->avail && pa->link.next)
765 remque(&pa->link);
766 pa->link.next = 0;
805 while (!queue_end(&a->list, &pa->link))
813 pa = (typeof(pa)) queue_next(&pa->link);
828 if (pa->avail) enqueue_head(&a->list, &pa->link);
[all...]
H A DIOCPU.cpp59 queue_chain_t link; member in struct:iocpu_platform_action_entry
144 queue_iterate(queue, next, iocpu_platform_action_entry_t *, link)
148 queue_insert_before(queue, entry, next, iocpu_platform_action_entry_t *, link);
152 queue_enter(queue, entry, iocpu_platform_action_entry_t *, link); // at tail
157 remque(&entry->link);
168 queue_iterate(queue, next, iocpu_platform_action_entry_t *, link)
H A DIOServicePrivate.h76 queue_chain_t link; member in struct:_IOServiceNotifierInvocation
H A DIOService.cpp221 queue_chain_t link; member in struct:ArbitrationLockQueueElement
996 link );
1014 link )
1039 link )
1061 link )
1096 link );
1136 link );
1171 link )
1191 link );
1247 link );
[all...]
H A DIOKitKernelInternal.h211 queue_chain_t link; member in struct:iopa_page_t
H A DIOServicePM.cpp7808 queue_enter(&fPMDriverCallQueue, entry, IOPMDriverCallEntry *, link);
7824 queue_remove(&fPMDriverCallQueue, entry, IOPMDriverCallEntry *, link);
7847 queue_iterate(&fPMDriverCallQueue, entry, const IOPMDriverCallEntry *, link)
/xnu-2422.115.4/iokit/IOKit/
H A DIOStatisticsPrivate.h96 RB_ENTRY(KextNode) link; member in struct:KextNode
112 TAILQ_ENTRY(IOUserClientProcessEntry) link; member in struct:IOUserClientProcessEntry
139 SLIST_ENTRY(IOEventSourceCounter) link; member in struct:IOEventSourceCounter
156 RB_ENTRY(IOWorkLoopDependency) link; member in struct:IOWorkLoopDependency
161 SLIST_ENTRY(IOWorkLoopCounter) link; member in struct:IOWorkLoopCounter
176 SLIST_ENTRY(IOUserClientCounter) link; member in struct:IOUserClientCounter
205 RB_PROTOTYPE_SC(static, KextTree, KextNode, link, kextNodeCompare);
H A DIOServicePM.h70 queue_chain_t link; member in struct:IOPMDriverCallEntry
/xnu-2422.115.4/libkern/c++/
H A DOSObject.cpp285 queue_chain_t link; member in struct:OSObjectTracking
303 enqueue_tail(&gOSObjectTrackList, &mem->link);
307 mem->link.next = 0;
330 if (mem->link.next)
333 remque(&mem->link);
/xnu-2422.115.4/bsd/sys/
H A Dgmon.h148 uint16_t link; member in struct:tostruct
155 uint16_t link; member in struct:tostruct_64
300 * The GMONTYPE_DYLD_STATE gmon_data.type is for the dynamic link editor state
313 * The GMONTYPE_DYLD2_STATE gmon_data.type is for the dynamic link editor state
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_encodings.c60 SLIST_ENTRY(hfs_encoding) link;
159 encp->link.sle_next = NULL;
165 SLIST_INSERT_HEAD(&hfs_encoding_list, encp, link);
189 SLIST_FOREACH(encp, &hfs_encoding_list, link) {
195 SLIST_REMOVE(&hfs_encoding_list, encp, hfs_encoding, link);
224 SLIST_FOREACH(encp, &hfs_encoding_list, link) {
256 SLIST_FOREACH(encp, &hfs_encoding_list, link) {
264 SLIST_REMOVE(&hfs_encoding_list, encp, hfs_encoding, link);
/xnu-2422.115.4/osfmk/pmc/
H A Dpmc.c353 pm->link.next = pm->link.prev = (queue_entry_t)NULL;
373 * <perf_monitor_t> and has a field called @link that is the queue_link_t
375 queue_remove(perf_monitors_queue, pm, perf_monitor_t, link);
421 queue_enter(perf_monitors_queue, pm, perf_monitor_t, link);
471 queue_iterate(perf_monitors_queue, element, perf_monitor_t, link) {
567 queue_remove(perf_counters_queue, pmc, pmc_t, link);
580 queue_enter(perf_counters_queue, pmc, pmc_t, link);
600 queue_iterate(perf_counters_queue, element, pmc_t, link) {
750 queue_enter(queue, resv, pmc_reservation_t, link);
[all...]
H A Dpmc.h102 * See <link>perfmon_enable_counters_method_t</link>
103 * @result See <link>perfmon_enable_counters_method_t</link>
178 * @param refCon Any value as defined by the end-user who called <link>pmc_config_set_interrupt_threshold</link>
362 * @param monitor A handle to a performance monitor driver instance that was previously registered with <link>perf_monitor_register</link>
372 * with <link>perf_monitor_register</link>, an
430 queue_chain_t link; member in struct:perf_monitor
458 queue_chain_t link; member in struct:pmc
544 queue_chain_t link; member in struct:pmc_reservation
[all...]
/xnu-2422.115.4/tools/tests/affinity/
H A Dpool.c64 TAILQ_ENTRY(work) link;
271 TAILQ_REMOVE(&(sp->input->queue), workp, link);
296 TAILQ_INSERT_TAIL(&(sp->output->queue), workp, link);
447 TAILQ_INSERT_TAIL(&stage_info[0].bufq.queue, &work_array[j], link);
H A Dsets.c66 TAILQ_ENTRY(work) link;
258 TAILQ_REMOVE(&(sp->input->queue), workp, link);
272 TAILQ_INSERT_TAIL(&(sp->output->queue), workp, link);
471 TAILQ_INSERT_TAIL(&lp->stage[0]->bufq.queue, &work_array[j], link);
/xnu-2422.115.4/bsd/man/man2/
H A DMakefile104 link.2 \
/xnu-2422.115.4/osfmk/kern/
H A Dwait_queue.h119 queue_chain_t wqe_links; /* link of elements on this queue */
120 void * wqe_type; /* Identifies link vs. thread */
219 /* bootstrap interface - can allocate/link wait_queues and sets after calling this */
332 wait_queue_link_t link);
351 wait_queue_link_t link);
/xnu-2422.115.4/osfmk/i386/
H A Dmp.c955 queue_chain_t link; /* queue linkage */ member in struct:__anon930
1005 queue_remove_first(&cqp->queue, callp, typeof(callp), link);
1018 queue_enter_first(&cqp->queue, callp, typeof(callp), link);
1029 queue_remove_first(&cqp->queue, callp, typeof(callp), link);
1038 queue_enter(&cqp->queue, callp, typeof(callp), link);
/xnu-2422.115.4/security/
H A Dmac_internal.h164 TAILQ_ENTRY(mac_label_journal) link; member in struct:mac_label_journal
H A Dmac_base.c314 TAILQ_INSERT_TAIL(&mac_label_journal_list, mlj, link);
328 TAILQ_REMOVE(&mac_label_journal_list, mlj, link);
338 TAILQ_FOREACH(mlj, &mac_label_journal_list, link) {
377 TAILQ_FOREACH(mlj, &mac_label_journal_list, link) {
405 TAILQ_REMOVE(&mac_label_journal_list, mlj, link);
/xnu-2422.115.4/osfmk/kdp/
H A Dkdp_udp.c63 /* we just want the link status flags, so undef KERNEL_PRIVATE for this
88 void kdp_register_link(kdp_link_t link, kdp_mode_t mode);
89 void kdp_unregister_link(kdp_link_t link, kdp_mode_t mode);
386 /* only send/receive data if the link is up */
399 printf("Waiting for link to become available.\n");
400 kprintf("Waiting for link to become available.\n");
420 void kdp_register_link(kdp_link_t link, kdp_mode_t mode) argument
422 kdp_en_linkstatus = link;
426 void kdp_unregister_link(__unused kdp_link_t link, __unused kdp_mode_t mode) argument
764 link wil
[all...]
/xnu-2422.115.4/bsd/net/
H A Dif.c228 SYSCTL_NODE(_net, PF_LINK, link, CTLFLAG_RW|CTLFLAG_LOCKED, 0, "Link layers");
230 "Generic link-management");
288 if_attach_ifa_common(struct ifnet *ifp, struct ifaddr *ifa, int link) argument
301 } else if (link && !(ifa->ifa_debug & IFD_LINK)) {
302 panic("%s: Unexpected non-link address ifa=%p", __func__, ifa);
304 } else if (!link && (ifa->ifa_debug & IFD_LINK)) {
305 panic("%s: Unexpected link address ifa=%p", __func__, ifa);
310 if (link)
332 if_detach_ifa_common(struct ifnet *ifp, struct ifaddr *ifa, int link) argument
337 if (link
[all...]
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vfsops.c1948 * Read the link for the given file handle.
1949 * Insert the link's components into the path.
1960 char *link = NULL, *p, *q, ch; local
1971 MALLOC_ZONE(link, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
1972 if (!link)
2003 nfsm_chain_get_opaque(error, &nmrep, len, link);
2005 /* make sure link string is terminated properly */
2006 link[len] = '\0';
2008 /* count the number of components in link */
2009 p = link;
[all...]

Completed in 269 milliseconds

12