HomeSort by: relevance | last modified time | path
    Searched defs:vm_anon (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/
uvm_anon.h 47 struct vm_anon { struct
61 * for active vm_anon's the data can be in one of the following state:
97 struct vm_anon *uvm_analloc(void);
98 void uvm_anfree(struct vm_anon *);
100 struct vm_page *uvm_anon_lockloanpg(struct vm_anon *);
102 void uvm_anon_dropswap(struct vm_anon *);
106 void uvm_anon_release(struct vm_anon *);
107 bool uvm_anon_pagein(struct vm_amap *, struct vm_anon *);
  /src/regress/sys/uvm/pdsim/
pdsim.h 52 struct vm_anon;
55 struct vm_anon { struct
82 struct vm_anon *uanon;

Completed in 14 milliseconds