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

Data Fields

struct witnesswh_array [WITNESS_HASH_SIZE]
 
uint32_t wh_size
 
uint32_t wh_count
 

Detailed Description

Definition at line 247 of file subr_witness.c.

Field Documentation

◆ wh_array

struct witness* witness_hash::wh_array[WITNESS_HASH_SIZE]

Definition at line 248 of file subr_witness.c.

Referenced by witness_hash_get(), witness_hash_put(), and witness_init_hash_tables().

◆ wh_count

uint32_t witness_hash::wh_count

Definition at line 250 of file subr_witness.c.

Referenced by witness_hash_put(), and witness_init_hash_tables().

◆ wh_size

uint32_t witness_hash::wh_size

Definition at line 249 of file subr_witness.c.

Referenced by witness_hash_get(), witness_hash_put(), and witness_init_hash_tables().


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