diff options
author | Bart Van Assche <[email protected]> | 2018-01-05 08:26:46 -0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2018-01-06 09:18:00 -0700 |
commit | e80a0af4759a164214f02da157a3800753ce135f (patch) | |
tree | efd4cbbac280618e1cd6e9dd464730a739c2b37f /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | bbbc3c1cfaf6900d24e3c9fcaac25d267ad2bc40 (diff) |
lib/scatterlist: Introduce sgl_alloc() and sgl_free()
Many kernel drivers contain code that allocates and frees both a
scatterlist and the pages that populate that scatterlist.
Introduce functions in lib/scatterlist.c that perform these tasks
instead of duplicating this functionality in multiple drivers.
Only include these functions in the build if CONFIG_SGL_ALLOC=y
to avoid that the kernel size increases if this functionality is
not used.
Signed-off-by: Bart Van Assche <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions