FreeBSD virtual memory subsystem code
vm_batchqueue Struct Reference

#include <vm_pagequeue.h>

Data Fields

vm_page_t bq_pa [VM_BATCHQUEUE_SIZE]
 
int bq_cnt
 

Detailed Description

Definition at line 81 of file vm_pagequeue.h.

Field Documentation

◆ bq_cnt

◆ bq_pa

vm_page_t vm_batchqueue::bq_pa[VM_BATCHQUEUE_SIZE]

Definition at line 82 of file vm_pagequeue.h.

Referenced by vm_batchqueue_insert(), vm_batchqueue_pop(), and vm_pqbatch_process().


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