Home
last modified time | relevance | path

Searched refs:pdq (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/uvm/
H A Duvm_pdpolicy_clock.c658 ucpu->pdq = in uvmpdpol_init_cpu()
751 pg = ucpu->pdq[ucpu->pdqhead++]; in uvmpdpol_flush()
753 __builtin_prefetch(ucpu->pdq[ucpu->pdqhead]); in uvmpdpol_flush()
782 ucpu->pdq[--(ucpu->pdqhead)] = pg; in uvmpdpol_pagerealize()
821 pg = ucpu->pdq[ucpu->pdqhead]; in uvmpdpol_idle()
H A Duvm.h88 struct vm_page **pdq; /* queue entries */ member
/netbsd/sys/dev/
H A DDEVNAMES1077 pdq MI Attribute
/netbsd/doc/
H A DCHANGES.prev3341 ethernet, fddi: Update DEC Tulip ("de") and FDDI code ("pdq" and
4153 fddi, bus_dma(9): switch pdq (fpa,fta,fea) driver to bus_dma(9)
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-199812099 Based on patches from Paul H. Anderson <pha@pdq.com>.
/netbsd/external/gpl2/gawk/dist/
H A Dawk.texi12893 gsub(/xyz/, "pdq", substr($0, 5, 20)) # WRONG