FreeBSD virtual memory subsystem code
keg_layout_result Struct Reference

Data Fields

u_int format
 
u_int slabsize
 
u_int ipers
 
u_int eff
 

Detailed Description

Definition at line 2212 of file uma_core.c.

Field Documentation

◆ eff

u_int keg_layout_result::eff

Definition at line 2216 of file uma_core.c.

Referenced by keg_layout(), and keg_layout_one().

◆ format

u_int keg_layout_result::format

Definition at line 2213 of file uma_core.c.

Referenced by keg_layout(), and keg_layout_one().

◆ ipers

u_int keg_layout_result::ipers

Definition at line 2215 of file uma_core.c.

Referenced by keg_layout(), and keg_layout_one().

◆ slabsize

u_int keg_layout_result::slabsize

Definition at line 2214 of file uma_core.c.

Referenced by keg_layout(), and keg_layout_one().


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