summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorZhu Yi <yi.zhu@intel.com>2010-03-08 13:18:03 +0800
committerJohn W. Linville <linville@tuxdriver.com>2010-03-10 16:16:55 -0500
commit8e59340e4fb65cfd748eaa1e23db057c52520f35 (patch)
treed302d7fc27edf87c78e50ee24608554240d99dec /tools/perf/scripts/python/export-to-postgresql.py
parent38a679a52be13d5a0c766597ab823e06688d6e8e (diff)
downloadkernel-8e59340e4fb65cfd748eaa1e23db057c52520f35.tar.gz
libipw: split ieee->networks into small pieces
The ieee->networks consists of 128 struct libipw_network entries. If we allocate this chunk of memory altogether, it ends up with an order 4 page allocation. High order page allocation is likely to fail on system high load. This patch splits the big chunk memory allocation into small pieces, each is 344 bytes, allocates them with 128 times. The patch fixed bug http://bugzilla.kernel.org/show_bug.cgi?id=14989 Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
6601aef8c4'>sunrpc: remove 'inuse' flag from struct cache_detail.NeilBrown 2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov 2016-03-17sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown 2016-02-23sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi 2016-01-22wrappers for ->i_mutex accessAl Viro 2015-10-23sunrpc/cache: make cache flushing more reliable.Neil Brown 2015-08-13sunrpc: Switch to using hash list instead single listKinglong Mee 2015-08-13sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee 2015-08-13sunrpc: Store cache_detail in seq_file's private directlyKinglong Mee 2015-04-15lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes 2015-03-08sunrpc: fix braino in ->poll()Al Viro 2014-12-09sunrpc/cache: convert to use string_escape_str()Andy Shevchenko