Searched refs:schema_entry (Results 1 – 2 of 2) sorted by relevance
577 StatsSchemaValueList *schema_entry = g_new0(StatsSchemaValueList, 1); in cryptodev_backend_schemas_add() local579 schema_entry->value = g_new0(StatsSchemaValue, 1); in cryptodev_backend_schemas_add()580 schema_entry->value->type = STATS_TYPE_CUMULATIVE; in cryptodev_backend_schemas_add()581 schema_entry->value->name = g_strdup(name); in cryptodev_backend_schemas_add()582 schema_entry->next = list; in cryptodev_backend_schemas_add()584 return schema_entry; in cryptodev_backend_schemas_add()
4063 schema_entry->value->has_unit = true; in add_kvmschema_entry()4067 schema_entry->value->has_unit = true; in add_kvmschema_entry()4071 schema_entry->value->has_unit = true; in add_kvmschema_entry()4075 schema_entry->value->has_unit = true; in add_kvmschema_entry()4086 schema_entry->value->has_base = true; in add_kvmschema_entry()4087 schema_entry->value->base = 10; in add_kvmschema_entry()4091 schema_entry->value->base = 2; in add_kvmschema_entry()4099 schema_entry->next = list; in add_kvmschema_entry()4100 return schema_entry; in add_kvmschema_entry()4102 g_free(schema_entry->value); in add_kvmschema_entry()[all …]