Searched refs:pending_count (Results 1 – 1 of 1) sorted by relevance
1652 if (!io->u.io.pending_count) in ioqueue_thread_proc()1677 TRACE( "pending_count %u.\n", io->u.io.pending_count ); in ioqueue_thread_proc()1679 if (io->u.io.pending_count) in ioqueue_thread_proc()1681 --io->u.io.pending_count; in ioqueue_thread_proc()2178 object->u.io.skipped_count += object->u.io.pending_count; in tp_object_cancel()2179 object->u.io.pending_count = 0; in tp_object_cancel()2191 if (object->type == TP_OBJECT_TYPE_IO && object->u.io.pending_count) in object_is_finished()2729 TRACE("pending_count %u.\n", this->u.io.pending_count); in TpCancelAsyncIoOperation()2731 this->u.io.pending_count--; in TpCancelAsyncIoOperation()3003 can_destroy = !this->u.io.pending_count && !this->u.io.skipped_count; in TpReleaseIoCompletion()[all …]