commit | c55847fedbc3cbc10f2558c5449d8635f318ce49 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Feb 17 15:59:08 2020 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Feb 17 15:59:08 2020 +0100 |
tree | 0e6e83dae9075d330205551cabbc64dae8bac67f | |
parent | 74aaf05170d6f224194c98ee0434e2decae45735 [diff] |
ash: memalloc: Add growstackto helper Upstream commit: Date: Sat, 19 May 2018 02:39:46 +0800 memalloc: Add growstackto helper This patch adds the growstackto helper which repeatedly calls growstackblock until the requested size is reached. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>