freebsd-dev/sys/dev/ti
Alan Cox 92993af469 Since the page "frame" doesn't belong to a vm object, it can't be paged
out.  Since it can't be paged out, it is never actually enqueued in a
paging queue.  Nonetheless, passing PQ_INACTIVE to vm_page_unwire()
creates the appearance that the page "frame" is being enqueued in the
inactive queue.  As of r288122, we can avoid this false impression by
passing PQ_NONE.

MFC after:	1 week
2017-09-24 02:50:59 +00:00
..
if_ti.c Since the page "frame" doesn't belong to a vm object, it can't be paged 2017-09-24 02:50:59 +00:00
if_tireg.h sys/dev: minor spelling fixes. 2016-05-03 03:41:25 +00:00
ti_fw2.h
ti_fw.h