Home
last modified time | relevance | path

Searched refs:paging (Results 1 – 25 of 46) sorted by relevance

12

/openbsd-src/sys/uvm/
H A Duvm_meter.c187 int paging; in uvm_total()
221 paging = 0; in uvm_total()
231 if (paging) in uvm_total()
336 (*pr)(" swpages=%d, swpginuse=%d, swpgonly=%d paging=%d\n", in uvmexp_print()
337 uexp.swpages, uexp.swpginuse, uexp.swpgonly, uexp.paging); in uvmexp_print()
H A Duvm_pdaemon.c167 * uvmpd_tune: tune paging parameters
218 /* ensure correct priority and set paging parameters... */ in uvm_pageout()
235 if (TAILQ_EMPTY(&uvm.pmr_control.allocs) || uvmexp.paging > 0) { in uvm_pageout()
249 (uvmexp.free + uvmexp.paging) + BUFPAGES_DEFICIT; in uvm_pageout()
306 if (uvmexp.free > uvmexp.reserve_kernel || uvmexp.paging == 0) { in uvm_pageout()
379 atomic_sub_int(&uvmexp.paging, npages); in uvmpd_trylockowner()
516 (uvmexp.paging >= (shortage - freed))) || in uvmpd_scan_inactive()
540 if (uvmexp.paging >= (shortage - freed) && in uvmpd_scan_inactive()
623 (uvmexp.paging > (shortage - freed))) { in uvmpd_scan_inactive()
784 atomic_add_int(&uvmexp.paging, npage in uvmpd_scan_inactive()
[all...]
H A Duvmexp.h63 int paging; /* [a] # of pages in the process of being paged out */ member
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_mes.h179 int paging; member
193 bool paging; member
223 uint32_t paging; member
H A Damdgpu_mes.c655 queue_input.paging = qprops->paging; in amdgpu_mes_add_hw_queue()
674 queue->paging = qprops->paging; in amdgpu_mes_add_hw_queue()
953 props->paging = false; in amdgpu_mes_ring_to_queue_props()
H A Dmes_v10_1.c178 mes_add_queue_pkt.paging = input->paging; in mes_v10_1_add_hw_queue()
H A Dmes_v11_0.c199 mes_add_queue_pkt.paging = input->paging; in mes_v11_0_add_hw_queue()
/openbsd-src/sys/arch/i386/i386/
H A Dmptramp.s163 # enable paging & NPX emulation
167 # ok, we're now running with paging enabled and sharing page tables with cpu0.
H A Dlocore0.S384 # enable paging & NPX emulation
H A Dlocore.s265 cpu_pae: .long 0 # are we using PAE paging mode?
/openbsd-src/usr.bin/file/magdir/
H A Datt3b25 >18 beshort ^00010000 N/A on 3b2/300 w/paging
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A DReadme22 2. Missing paging in command-window
/openbsd-src/usr.bin/systat/
H A Duvm.c73 { &uvmexp.paging, &last_uvmexp.paging, "paging",
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Dmmixelf.em38 full system with shared libraries and demand paging, you will want to
/openbsd-src/gnu/usr.bin/binutils/ld/emultempl/
H A Dmmixelf.em38 full system with shared libraries and demand paging, you will want to
/openbsd-src/sys/dev/pci/drm/amd/include/
H A Dmes_api_def.h258 uint32_t paging : 1; member
H A Dmes_v11_api_def.h268 uint32_t paging : 1; member
/openbsd-src/sys/dev/pci/
H A Dif_iwxvar.h344 * @paging: paging dram data
345 * @paging_cnt: number of paging sections needed by fw image
351 struct iwx_dma_info *paging; member
H A Dif_iwx.c610 if (!dram->paging) in iwx_ctxt_info_free_paging()
613 /* free paging*/ in iwx_ctxt_info_free_paging()
615 iwx_dma_contig_free(&dram->paging[i]); in iwx_ctxt_info_free_paging()
617 free(dram->paging, M_DEVBUF, dram->paging_cnt * sizeof(*dram->paging));
619 dram->paging = NULL; in iwx_get_num_sections()
644 KASSERT(dram->paging == NULL); in iwx_init_fw_sec()
661 dram->paging = mallocarray(dram->paging_cnt, sizeof(*dram->paging), in iwx_init_fw_sec()
663 if (!dram->paging) { in iwx_init_fw_sec()
[all...]
/openbsd-src/usr.bin/vmstat/
H A Dvmstat.c509 (void)printf("%11u pages being paged out\n", uvmexp.paging); in dosum()
/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daic7xxx.seq114 /* In the non-paging case, the SCBID == hardware SCB index */
1880 * SCB. With SCB paging, we must search for non-tagged
1882 * using SCB paging, we can use the tag as the direct index to the
2392 * candidates for paging out an SCB if one is needed for a new command.
H A Daic7xxx.reg1389 * paging.
1396 * not in use. Used for SCB paging.
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Dbfdt.texi386 on a BFD format which does not support demand paging.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dbfdt.texi377 on a BFD format which does not support demand paging.
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c226 queue_input.paging = false; in add_queue_mes()

12