FreeBSD kernel kern code
vmem Struct Reference

Data Fields

struct mtx_padalign vm_lock
 
struct cv vm_cv
 
char vm_name [VMEM_NAME_MAX+1]
 

Detailed Description

Definition at line 136 of file subr_vmem.c.

Field Documentation

◆ vm_cv

struct cv vmem::vm_cv

Definition at line 138 of file subr_vmem.c.

◆ vm_lock

struct mtx_padalign vmem::vm_lock

Definition at line 137 of file subr_vmem.c.

◆ vm_name

char vmem::vm_name[VMEM_NAME_MAX+1]

Definition at line 139 of file subr_vmem.c.


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