object_type
int object_type;
if (asn1_check_tag(&cbs_object, &length, &object_type, &object_class,
object_type = V_ASN1_OTHER;
return asn1_d2i_primitive_content(pval, cbs, &cbs_object, object_type,
BUILD_BUG_ON(offsetof(struct kfd_criu_queue_priv_data, object_type));
BUILD_BUG_ON(offsetof(struct kfd_criu_event_priv_data, object_type));
BUILD_BUG_ON(offsetof(struct kfd_criu_svm_range_priv_data, object_type));
uint32_t object_type;
if (*priv_offset + sizeof(object_type) > max_priv_data_size) {
ret = get_user(object_type, (uint32_t __user *)(args->priv_data + *priv_offset));
switch (object_type) {
pr_err("Invalid object type:%u at index:%d\n", object_type, i);
ev_priv->object_type = KFD_CRIU_OBJECT_TYPE_EVENT;
uint32_t object_type;
uint32_t object_type;
uint32_t object_type;
q_data->object_type = KFD_CRIU_OBJECT_TYPE_QUEUE;
svm_priv->object_type = KFD_CRIU_OBJECT_TYPE_SVM_RANGE;
static uint32_t id_from_bios_object_id(enum object_type type,
enum object_type type;
static enum object_type object_type_from_bios_object_id(uint32_t bios_object_id)
enum object_type object_type;
object_type = OBJECT_TYPE_GPU;
object_type = OBJECT_TYPE_ENCODER;
object_type = OBJECT_TYPE_CONNECTOR;
object_type = OBJECT_TYPE_ROUTER;
object_type = OBJECT_TYPE_GENERIC;
object_type = OBJECT_TYPE_UNKNOWN;
return object_type;
enum object_type type :4;
enum object_type type)