Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIOPerfControl.cpp483 class IOPerfControlWorkContext : public OSObject class
485 OSDeclareDefaultStructors(IOPerfControlWorkContext);
498 OSDefineMetaClassAndStructors(IOPerfControlWorkContext, OSObject);
501 IOPerfControlWorkContext::init() in init()
512 IOPerfControlWorkContext::reset() in reset()
520 IOPerfControlWorkContext::free() in free()
529 IOPerfControlWorkContext *context = new IOPerfControlWorkContext; in copyWorkContext()
552 IOPerfControlWorkContext *work_context = OSDynamicCast(IOPerfControlWorkContext, context); in workSubmitAndBeginWithContext()
577 IOPerfControlWorkContext *work_context = OSDynamicCast(IOPerfControlWorkContext, context); in workSubmitWithContext()
618 IOPerfControlWorkContext *work_context = OSDynamicCast(IOPerfControlWorkContext, context); in workUpdateWithContext()
[all …]