HomeSort by: relevance | last modified time | path
    Searched refs:uvm_cpu (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/uvm/
uvm_pgflcache.h 35 struct vm_page *uvm_pgflcache_alloc(struct uvm_cpu *, int, int);
36 void uvm_pgflcache_fill(struct uvm_cpu *, int, int, int);
37 bool uvm_pgflcache_free(struct uvm_cpu *, struct vm_page *);
uvm_pdpolicy.h 38 struct uvm_cpu;
47 void uvmpdpol_idle(struct uvm_cpu *);
49 void uvmpdpol_init_cpu(struct uvm_cpu *);
uvm_pgflcache.c 113 uvm_pgflcache_fill(struct uvm_cpu *ucpu, int fl, int b, int c)
166 uvm_pgflcache_spill(struct uvm_cpu *ucpu, int fl, int c)
204 uvm_pgflcache_alloc(struct uvm_cpu *ucpu, int fl, int c)
237 uvm_pgflcache_free(struct uvm_cpu *ucpu, struct vm_page *pg)
273 struct uvm_cpu *ucpu;
295 struct uvm_cpu *ucpu;
337 struct uvm_cpu *ucpu;
418 uvm_pgflcache_alloc(struct uvm_cpu *ucpu, int fl, int c)
425 uvm_pgflcache_free(struct uvm_cpu *ucpu, struct vm_page *pg)
432 uvm_pgflcache_fill(struct uvm_cpu *ucpu, int fl, int b, int c
    [all...]
uvm.h 79 struct uvm_cpu { struct
uvm_pdpolicy_clock.c 161 static struct uvm_cpu *uvmpdpol_flush(void);
655 uvmpdpol_init_cpu(struct uvm_cpu *ucpu)
718 * uvmpdpol_flush: return the current uvm_cpu with all of its pending
724 static struct uvm_cpu *
728 struct uvm_cpu *ucpu;
773 struct uvm_cpu *ucpu;
793 uvmpdpol_idle(struct uvm_cpu *ucpu)
uvm_page.c 331 static struct uvm_cpu uvm_boot_cpu __cacheline_aligned;
948 struct uvm_cpu *ucpu;
956 ucpu = kmem_zalloc(sizeof(struct uvm_cpu) + coherency_unit - 1,
958 ucpu = (struct uvm_cpu *)roundup2((uintptr_t)ucpu,
1004 uvm_pagealloc_pgb(struct uvm_cpu *ucpu, int f, int b, int *trycolorp, int flags)
1086 uvm_pagealloc_pgfl(struct uvm_cpu *ucpu, int f, int *trycolorp, int flags)
1136 struct uvm_cpu *ucpu;
1415 struct uvm_cpu *ucpu;
uvm_glue.c 528 struct uvm_cpu *ucpu = ci->ci_data.cpu_uvm;
  /src/sys/sys/
cpu_data.h 176 struct uvm_cpu *cpu_uvm; /* uvm per-cpu data */

Completed in 42 milliseconds