Lines Matching defs:base
34 * @base: Metadata used for TTM reservation- and validation.
45 struct ttm_validate_buffer base;
193 list_for_each_entry(entry, &ctx->bo_list, base.head) {
194 if (entry->base.bo == &vbo->base) {
289 val_buf = &bo_node->base;
290 val_buf->bo = ttm_bo_get_unless_zero(&vbo->base);
521 * @bo: The TTM buffer object base.
533 container_of(bo, struct vmw_buffer_object, base);
583 list_for_each_entry(entry, &ctx->bo_list, base.head) {
585 container_of(entry->base.bo, typeof(*vbo), base);
593 ret = ttm_bo_validate(entry->base.bo,
597 (entry->base.bo, intr, entry->as_mob);
689 list_for_each_entry(entry, &ctx->bo_list, base.head)
714 list_for_each_entry(entry, &ctx->bo_list, base.head) {
715 ttm_bo_put(entry->base.bo);
716 entry->base.bo = NULL;
892 list_for_each_entry(entry, &ctx->bo_list, base.head) {
896 container_of(entry->base.bo, typeof(*vbo),
897 base);