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

  /src/sys/uvm/
uvm_anon.h 54 * an_swslot if we hold an_page PG_BUSY].
56 int an_swslot; member in struct:vm_anon
uvm_anon.c 69 anon->an_swslot = 0;
90 KASSERT(anon->an_swslot == 0);
173 if (anon->an_swslot > 0) {
311 if (anon->an_swslot > 0) {
312 uvm_swap_free(anon->an_swslot, 1);
314 anon->an_swslot = 0;
341 if (anon->an_swslot == 0)
345 (uintptr_t)anon, anon->an_swslot, 0, 0);
346 uvm_swap_free(anon->an_swslot, 1);
347 anon->an_swslot = 0
    [all...]
uvm_pdaemon.c 529 pg->uanon->an_swslot = slot;
614 if ((pg->flags & PG_ANON) && anon->an_swslot) {
615 uvm_swap_free(anon->an_swslot, 1);
616 anon->an_swslot = 0;
787 KASSERT(anon->an_swslot != 0);
789 slot = anon->an_swslot;
uvm_pager.c 357 swslot = pg->uanon->an_swslot;
433 KASSERT(pg->uanon->an_swslot ==
435 pg->uanon->an_swslot = slot;
uvm_fault.c 383 * to read an_swslot here, because we hold
387 error = uvm_swap_get(pg, anon->an_swslot,
432 if (anon->an_swslot > 0) {
433 uvm_swap_markbad(anon->an_swslot, 1);
435 anon->an_swslot = SWSLOT_BAD;
uvm_amap.c 1054 KASSERT(anon->an_page != NULL || anon->an_swslot != 0);
1398 swslot = anon->an_swslot;
  /src/usr.bin/pmap/
pmap.c 737 printf(" = { an_ref = %"PRIuPTR", an_page = %p, an_swslot = %d }",
739 D(anon, anon)->an_swslot);
  /src/lib/libkvm/
kvm_proc.c 251 (off_t)(anon.an_swslot * kd->nbpg)) != kd->nbpg)

Completed in 17 milliseconds