Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPerfControl.cpp525 class IOPerfControlWorkContext : public OSObject class
527 OSDeclareDefaultStructors(IOPerfControlWorkContext);
544 IOPerfControlWorkContext::init() in init()
555 IOPerfControlWorkContext::reset() in reset()
564 IOPerfControlWorkContext::free() in free()
574 IOPerfControlWorkContext *context = new IOPerfControlWorkContext; in copyWorkContext()
597 IOPerfControlWorkContext *work_context = OSDynamicCast(IOPerfControlWorkContext, context); in workSubmitAndBeginWithContext()
622 IOPerfControlWorkContext *work_context = OSDynamicCast(IOPerfControlWorkContext, context); in workSubmitWithContext()
669 IOPerfControlWorkContext *work_context = OSDynamicCast(IOPerfControlWorkContext, context); in workUpdateWithContext()
695 IOPerfControlWorkContext *work_context = OSDynamicCast(IOPerfControlWorkContext, context); in workBeginWithContext()
[all …]