lock_class
static struct lock_class_key lock_class;
i915_gem_object_init(obj, &i915_gem_object_dmabuf_ops, &lock_class,
static struct lock_class_key lock_class;
i915_gem_object_init(obj, ops, &lock_class, 0);
static struct lock_class_key lock_class;
i915_gem_object_init(obj, &i915_gem_shmem_ops, &lock_class, flags);
static struct lock_class_key lock_class;
i915_gem_object_init(obj, &i915_gem_object_stolen_ops, &lock_class, flags);
static struct lock_class_key lock_class;
i915_gem_object_init(obj, &i915_gem_ttm_obj_ops, &lock_class, flags);
static struct lock_class_key __maybe_unused lock_class;
i915_gem_object_init(obj, &i915_gem_userptr_ops, &lock_class,
static struct lock_class_key lock_class;
i915_gem_object_init(obj, &huge_ops, &lock_class, 0);
static struct lock_class_key lock_class;
i915_gem_object_init(obj, &huge_page_ops, &lock_class, 0);
static struct lock_class_key lock_class;
i915_gem_object_init(obj, &fake_ops_single, &lock_class, 0);
i915_gem_object_init(obj, &fake_ops, &lock_class, 0);
static struct lock_class_key lock_class;
i915_gem_object_init(obj, &intel_vgpu_gem_ops, &lock_class, 0);
static struct lock_class_key lock_class;
i915_gem_object_init(obj, &fake_ops, &lock_class, 0);
static struct lock_class_key lock_class;
i915_gem_object_init(obj, &mock_region_obj_ops, &lock_class, flags);
struct lock_class *class;
struct lock_class *class;
struct lock_class *class;
struct lock_class *lock_class)
if ((lock_class->lc_flags & LC_SPINLOCK)) {
} else if ((lock_class->lc_flags & LC_SLEEPLOCK)) {
lock_class->lc_name);
w->w_class = lock_class;
if (lock_class->lc_flags & LC_SPINLOCK) {
} else if (lock_class->lc_flags & LC_SLEEPLOCK) {
if (lock_class != w->w_class)
type->lt_name, lock_class->lc_name, w->w_class->lc_name);
struct lock_class *class;
struct lock_class *class;
struct lock_class *w_class;
struct lock_class *);
static struct lock_class lock_class_kernel_lock = {
static struct lock_class lock_class_mutex = {
static struct lock_class lock_class_rwlock = {
static struct lock_class lock_class_rrwlock = {
static struct lock_class *lock_classes[] = {
struct lock_class *class;
struct lock_class *class, *iclass;