diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-06-15 16:05:00 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-06-15 16:05:00 +0200 |
commit | 8a3b388ffee44db7d878296cb83660139e749962 (patch) | |
tree | 05c6549e5160cea77fee279e678f9a7dd1b3cac6 /sys/src/9/port/portfns.h | |
parent | 9ab48ee37050e2676ae0ddbf253bb3ae5567eb45 (diff) |
kernel: implement separate wait queues for page allocation
give kernel processes and local disk file servers (procs
having noswap flag set) a clear advantage for page allocation
under starved condition by giving them ther own wait queue so
they get readied as soon as pages become available.
Diffstat (limited to 'sys/src/9/port/portfns.h')
-rw-r--r-- | sys/src/9/port/portfns.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/port/portfns.h b/sys/src/9/port/portfns.h index 12032e174..e3b379e00 100644 --- a/sys/src/9/port/portfns.h +++ b/sys/src/9/port/portfns.h @@ -138,7 +138,6 @@ void isdir(Chan*); int iseve(void); int islo(void); Segment* isoverlap(Proc*, uintptr, uintptr); -int ispages(void*); int isphysseg(char*); void ixsummary(void); void kickpager(void); |