FreeBSD kernel kern code
witness_lock_order_hash Struct Reference
Collaboration diagram for witness_lock_order_hash:

Data Fields

struct witness_lock_order_datawloh_array [WITNESS_LO_HASH_SIZE]
 
u_int wloh_size
 
u_int wloh_count
 

Detailed Description

Definition at line 272 of file subr_witness.c.

Field Documentation

◆ wloh_array

struct witness_lock_order_data* witness_lock_order_hash::wloh_array[WITNESS_LO_HASH_SIZE]

◆ wloh_count

u_int witness_lock_order_hash::wloh_count

◆ wloh_size

u_int witness_lock_order_hash::wloh_size

The documentation for this struct was generated from the following file: