Lines Matching refs:assertf
96 …assertf(workTableLength <= kWorkTableMaxSize, "%zu exceeds max allowed capacity of %zu", workTable… in init()
211 …assertf(false, "Unexpected device type for IOPerfControlClient::accountResources: %llu", static_ca… in accountResources()
276 …assertf(token != kIOPerfControlClientWorkUntracked, "Attempt to deallocate token kIOPerfControlCli… in deallocateToken()
277 …assertf(token <= workTableLength, "Attempt to deallocate token %llu which is greater than the tabl… in deallocateToken()
309 assertf(entry->thread_group, "Invalid work token: %llu", token); in getEntryForToken()
494 assertf(!entry->started, "Work for token %llu was already started", token); in workBegin()
588 …assertf(thread_group == nullptr, "IOPerfControlWorkContext ID %llu being released without calling … in free()
589 …assertf(coal == nullptr, "IOPerfControlWorkContext ID %llu being released without calling workEnd!… in free()
653 …assertf(!work_context->started, "IOPerfControlWorkContext ID %llu was already started", work_conte… in workSubmitWithContext()
654 …assertf(work_context->thread_group == nullptr, "IOPerfControlWorkContext ID %llu has already taken… in workSubmitWithContext()
728 …assertf(!work_context->started, "IOPerfControlWorkContext %llu was already started", work_context-… in workBeginWithContext()