FreeBSD virtual memory subsystem code
vm_pagequeue Struct Reference

#include <vm_pagequeue.h>

Data Fields

struct mtx pq_mutex
 
struct pglist pq_pl
 
int pq_cnt
 
const char *const pq_name
 
uint64_t pq_pdpages
 

Detailed Description

Definition at line 69 of file vm_pagequeue.h.

Field Documentation

◆ pq_cnt

◆ pq_mutex

struct mtx vm_pagequeue::pq_mutex

Definition at line 70 of file vm_pagequeue.h.

Referenced by vm_page_domain_init().

◆ pq_name

const char* const vm_pagequeue::pq_name

Definition at line 73 of file vm_pagequeue.h.

Referenced by vm_page_domain_init().

◆ pq_pdpages

uint64_t vm_pagequeue::pq_pdpages

◆ pq_pl


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