mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
put_task_struct_many() is as put_task_struct() but puts several references at once. Useful to batching it. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>