FreeBSD virtual memory subsystem code
vm_pgcache Struct Reference

#include <vm_pagequeue.h>

Collaboration diagram for vm_pgcache:

Data Fields

int domain
 
int pool
 
uma_zone_t zone
 

Detailed Description

Definition at line 3 of file vm_pagequeue.h.

Field Documentation

◆ domain

int vm_pgcache::domain

◆ pool

int vm_pgcache::pool

Definition at line 5 of file vm_pagequeue.h.

Referenced by vm_page_init_cache_zones(), and vm_page_zone_import().

◆ zone

uma_zone_t vm_pgcache::zone

Definition at line 6 of file vm_pagequeue.h.

Referenced by vm_page_init_cache_zones().


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