commit | d41647e6fa08ba1359844db8be57474e7edb05f9 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Nov 13 08:33:50 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Nov 13 08:36:05 2020 -0700 |
tree | 8583f658cf3da7b0a3b06830c3f9cda39b8ee9f5 | |
parent | 84f9318fc16e33633ac9f789dcef7cc58c3b8595 [diff] |
Wrap thread_data in thread_segment No functional changes in this patch, just in preparation for having multiple shm segments for the thread_data structures. They are getting very large, and since it's hard to know upfront how many we need, let's instead refactor the code a bit to allow us to add chunks of them as needed when parsing the job file (or command line). Signed-off-by: Jens Axboe <axboe@kernel.dk>