FreeBSD kernel kern code
|
Data Fields | |
char | w_name [MAX_W_NAME] |
uint32_t | w_index |
struct lock_class * | w_class |
Definition at line 222 of file subr_witness.c.
struct lock_class* witness::w_class |
Definition at line 225 of file subr_witness.c.
Referenced by depart(), enroll(), itismychild(), sysctl_debug_witness_badstacks(), and witness_lock_type_equal().
uint32_t witness::w_index |
Definition at line 224 of file subr_witness.c.
Referenced by _isitmyx(), adopt(), witness_add_fullgraph(), witness_checkorder(), witness_get(), witness_initialize(), witness_lock_order_add(), witness_lock_order_check(), and witness_lock_order_get().
char witness::w_name[MAX_W_NAME] |
Definition at line 223 of file subr_witness.c.
Referenced by _isitmyx(), enroll(), itismychild(), sysctl_debug_witness_badstacks(), witness_add_fullgraph(), witness_checkorder(), witness_hash_get(), and witness_hash_put().