Searched defs:lock_class (Results 1 – 2 of 2) sorted by relevance
61 struct lock_class { struct62 const char *lc_name;63 u_int lc_flags;64 void (*lc_assert)(const struct lock_object *lock, int what);65 void (*lc_ddb_show)(const struct lock_object *lock);66 void (*lc_lock)(struct lock_object *lock, uintptr_t how);67 int (*lc_owner)(const 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()