Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPerfControl.cpp610 work_context->started = true; in workSubmitAndBeginWithContext()
624 if (work_context == nullptr) { in workSubmitWithContext()
650 work_context->coal = coalition; in workSubmitWithContext()
671 if (work_context == nullptr) { in workUpdateWithContext()
697 if (work_context == nullptr) { in workBeginWithContext()
706 …assertf(!work_context->started, "IOPerfControlWorkContext %llu was already started", work_context-… in workBeginWithContext()
718 work_context->started = true; in workBeginWithContext()
728 if (work_context == nullptr) { in workEndWithContext()
741 .started = work_context->started, in workEndWithContext()
760 work_context->reset(); in workEndWithContext()
[all …]