Searched defs:lock_class (Results 1 – 2 of 2) sorted by relevance
60 struct lock_class { struct61 const char *lc_name;62 u_int lc_flags;63 void (*lc_assert)(const struct lock_object *lock, int what);64 void (*lc_ddb_show)(const struct lock_object *lock);65 void (*lc_lock)(struct lock_object *lock, uintptr_t how);66 int (*lc_owner)(const struct lock_object *lock,68 uintptr_t (*lc_unlock)(struct lock_object *lock);92 * Lock classes are statically assigned an index into the gobal lock_classes argument
1894 enroll(const char *description, struct lock_class *lock_class) in enroll()