Hi Kame
quoted text > > + if (pressure) {
> > + nr_wakeup = max_t(int, atomic_read(&nr_watcher_task)>>4, 100);
> > + atomic_long_set(&last_mem_notify, jiffies);
> > + wake_up_locked_nr(&mem_wait, nr_wakeup);
> > + }
> What is this for ? and Why ?
> Are there too many waiters ?
my intent is for avoid thundering herd.
100 is heuristic value.
and too many wakeup cause too much memory freed.
I don't want it.
of course, if any problem happened, I will change.
Do you dislike it?
--
unsubscribe notice To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Messages in current thread:
Re: [RFC][PATCH 3/5] add /dev/mem_notify device , KOSAKI Motohiro , (Mon Jan 14, 10:20 pm)