Lines Matching refs:assertf
96 …assertf(workTableLength <= kWorkTableMaxSize, "%zu exceeds max allowed capacity of %zu", workTable… in init()
189 …assertf(false, "Unexpected device type for IOPerfControlClient::accountResources: %llu", static_ca… in accountResources()
254 …assertf(token != kIOPerfControlClientWorkUntracked, "Attempt to deallocate token kIOPerfControlCli… in deallocateToken()
255 …assertf(token <= workTableLength, "Attempt to deallocate token %llu which is greater than the tabl… in deallocateToken()
287 assertf(entry->thread_group, "Invalid work token: %llu", token); in getEntryForToken()
472 assertf(!entry->started, "Work for token %llu was already started", token); in workBegin()
566 …assertf(thread_group == nullptr, "IOPerfControlWorkContext ID %llu being released without calling … in free()
567 …assertf(coal == nullptr, "IOPerfControlWorkContext ID %llu being released without calling workEnd!… in free()
631 …assertf(!work_context->started, "IOPerfControlWorkContext ID %llu was already started", work_conte… in workSubmitWithContext()
632 …assertf(work_context->thread_group == nullptr, "IOPerfControlWorkContext ID %llu has already taken… in workSubmitWithContext()
706 …assertf(!work_context->started, "IOPerfControlWorkContext %llu was already started", work_context-… in workBeginWithContext()