FreeBSD virtual memory subsystem code
vm_page_astate Union Reference

#include <vm_page.h>

Data Fields

struct {
   uint16_t   flags
 
   uint8_t   queue
 
   uint8_t   act_count
 
}; 
 
uint32_t _bits
 

Detailed Description

Definition at line 216 of file vm_page.h.

Field Documentation

◆ 

struct { ... } vm_page_astate::@9

◆ _bits

◆ act_count

uint8_t vm_page_astate::act_count

Definition at line 220 of file vm_page.h.

Referenced by vm_page_mvqueue().

◆ flags

◆ queue


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