freebsd-skq/sys/fs/tmpfs
Konstantin Belousov 3fa456b35d Avoid deactivating the page if it is already on a queue, only requeue
the page.  This both reduces the number of queues locking and avoids
moving the active page to inactive list just because the page was read
or written.

Based on the suggestion by:	alc
Reviewed by: alc
Tested by:   pho
2013-05-06 21:04:42 +00:00
..
tmpfs_fifoops.c
tmpfs_fifoops.h
tmpfs_subr.c For the new regular tmpfs vnode, v_object is initialized before 2013-05-02 18:44:31 +00:00
tmpfs_vfsops.c
tmpfs_vnops.c Avoid deactivating the page if it is already on a queue, only requeue 2013-05-06 21:04:42 +00:00
tmpfs_vnops.h
tmpfs.h For the new regular tmpfs vnode, v_object is initialized before 2013-05-02 18:44:31 +00:00