Searched defs:lock_class (Results 1 – 16 of 16) sorted by relevance
91 struct lock_class { struct109 struct list_head locks_after, locks_before;112 unsigned int subclass;113 unsigned int dep_gen_id;118 unsigned long usage_mask;125 int name_version;126 const char *name;128 u8 wait_type_inner;129 u8 wait_type_outer;130 u8 lock_type;[all …]
161 struct lock_class_key lock_class; /* key->sem lock class */ member
241 irq_set_lockdep_class(unsigned int irq, struct lock_class_key *lock_class, in irq_set_lockdep_class()
167 static struct lock_class_key lock_class; in i915_gem_object_create_internal() local
277 static struct lock_class_key lock_class; in i915_gem_prime_import() local
493 static struct lock_class_key __maybe_unused lock_class; in i915_gem_userptr_ioctl() local
511 static struct lock_class_key lock_class; in shmem_object_init() local
637 static struct lock_class_key lock_class; in __i915_gem_object_create_stolen() local
930 static struct lock_class_key lock_class; in __i915_gem_ttm_object_init() local
101 static struct lock_class_key lock_class; in huge_gem_object() local
155 static struct lock_class_key lock_class; in huge_pages_object() local307 static struct lock_class_key lock_class; in fake_huge_pages_object() local
67 static struct lock_class_key lock_class; in mock_object_init() local
110 static struct lock_class_key lock_class; in fake_dma_object() local
211 static struct lock_class_key lock_class; in vgpu_create_gem() local
933 void __irq_set_lockdep_class(unsigned int irq, struct lock_class_key *lock_class, in __irq_set_lockdep_class()
1525 void *lock_class = lock->class; in get_dep_list() local
Completed in 43 milliseconds