diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2021-12-20 15:32:50 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-21 09:18:44 +0100 |
commit | d6d9d17abac8d337ecb052b47e918ca9c0b4ba1b (patch) | |
tree | beed330b05aae4a2e16316b2f4f97b7f3f91b1f2 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | e822b4973f49015e1c6f63b91c8641ed9bfaf229 (diff) |
tty: tty_io: Switch to vmalloc() fallback in case of TTY_NO_WRITE_SPLIT
When TTY_NO_WRITE_SPLIT is set and 64 KiB chunks are used, allow
vmalloc() fallback. Supply __GFP_RETRY_MAYFAIL to make kmalloc()
preferable over vmalloc() since we may want a better performance.
Note, both current users copy data to another buffer anyway, so
the type of our allocation doesn't affect their expectations.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20211220133250.3070-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions