Lines Matching refs:IOPerfControlWorkContext
525 class IOPerfControlWorkContext : public OSObject class
527 OSDeclareDefaultStructors(IOPerfControlWorkContext);
541 OSDefineMetaClassAndStructors(IOPerfControlWorkContext, OSObject);
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()
726 IOPerfControlWorkContext *work_context = OSDynamicCast(IOPerfControlWorkContext, context); in workEndWithContext()