FreeBSD virtual memory subsystem code
uma_type_header Struct Reference

#include <uma.h>

Data Fields

char uth_name [UTH_MAX_NAME]
 
uint32_t uth_align
 
uint32_t uth_size
 
uint32_t uth_rsize
 
uint32_t uth_maxpages
 
uint32_t uth_limit
 
uint32_t uth_pages
 
uint32_t uth_keg_free
 
uint32_t uth_zone_free
 
uint32_t uth_bucketsize
 
uint32_t uth_zone_flags
 
uint64_t uth_allocs
 
uint64_t uth_frees
 
uint64_t uth_fails
 
uint64_t uth_sleeps
 
uint64_t uth_xdomain
 
uint64_t _uth_reserved1 [1]
 

Detailed Description

Definition at line 670 of file uma.h.

Field Documentation

◆ _uth_reserved1

uint64_t uma_type_header::_uth_reserved1[1]

Definition at line 694 of file uma.h.

◆ uth_align

uint32_t uma_type_header::uth_align

Definition at line 675 of file uma.h.

Referenced by sysctl_vm_zone_stats().

◆ uth_allocs

uint64_t uma_type_header::uth_allocs

Definition at line 689 of file uma.h.

Referenced by uma_vm_zone_stats().

◆ uth_bucketsize

uint32_t uma_type_header::uth_bucketsize

Definition at line 687 of file uma.h.

◆ uth_fails

uint64_t uma_type_header::uth_fails

Definition at line 691 of file uma.h.

Referenced by uma_vm_zone_stats().

◆ uth_frees

uint64_t uma_type_header::uth_frees

Definition at line 690 of file uma.h.

Referenced by uma_vm_zone_stats().

◆ uth_keg_free

uint32_t uma_type_header::uth_keg_free

Definition at line 685 of file uma.h.

Referenced by sysctl_vm_zone_stats().

◆ uth_limit

uint32_t uma_type_header::uth_limit

Definition at line 679 of file uma.h.

Referenced by sysctl_vm_zone_stats().

◆ uth_maxpages

uint32_t uma_type_header::uth_maxpages

Definition at line 678 of file uma.h.

Referenced by sysctl_vm_zone_stats().

◆ uth_name

char uma_type_header::uth_name[UTH_MAX_NAME]

Definition at line 674 of file uma.h.

Referenced by sysctl_vm_zone_stats().

◆ uth_pages

uint32_t uma_type_header::uth_pages

Definition at line 684 of file uma.h.

Referenced by sysctl_vm_zone_stats().

◆ uth_rsize

uint32_t uma_type_header::uth_rsize

Definition at line 677 of file uma.h.

Referenced by sysctl_vm_zone_stats().

◆ uth_size

uint32_t uma_type_header::uth_size

Definition at line 676 of file uma.h.

Referenced by sysctl_vm_zone_stats().

◆ uth_sleeps

uint64_t uma_type_header::uth_sleeps

Definition at line 692 of file uma.h.

Referenced by uma_vm_zone_stats().

◆ uth_xdomain

uint64_t uma_type_header::uth_xdomain

Definition at line 693 of file uma.h.

Referenced by uma_vm_zone_stats().

◆ uth_zone_flags

uint32_t uma_type_header::uth_zone_flags

Definition at line 688 of file uma.h.

Referenced by sysctl_vm_zone_stats().

◆ uth_zone_free

uint32_t uma_type_header::uth_zone_free

Definition at line 686 of file uma.h.

Referenced by uma_vm_zone_stats().


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