FreeBSD virtual memory subsystem code
_vm_phys.h File Reference
#include <machine/vmparam.h>
Include dependency graph for _vm_phys.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  vm_freelist
 
struct  vm_phys_seg
 

Macros

#define VM_NFREEORDER_MAX   VM_NFREEORDER
 
#define VM_PAGE_HAVE_PGLIST
 

Functions

 TAILQ_HEAD (pglist, vm_page)
 

Variables

struct vm_phys_seg vm_phys_segs []
 
int vm_phys_nsegs
 

Macro Definition Documentation

◆ VM_NFREEORDER_MAX

#define VM_NFREEORDER_MAX   VM_NFREEORDER

Definition at line 42 of file _vm_phys.h.

◆ VM_PAGE_HAVE_PGLIST

#define VM_PAGE_HAVE_PGLIST

Definition at line 48 of file _vm_phys.h.

Function Documentation

◆ TAILQ_HEAD()

TAILQ_HEAD ( pglist  ,
vm_page   
)

Referenced by noobj_alloc().

Here is the caller graph for this function:

Variable Documentation

◆ vm_phys_nsegs

◆ vm_phys_segs