Skip to content
Commit 9c27d729 authored by Tom Burdick's avatar Tom Burdick Committed by Benjamin Cabé
Browse files

rtio: Add a context pool



Adds a context pool that can be used when a number of threads may be
dynamically created to use with RTIO. While the pool has a small cost to
it, the cost of verifying a statically declared kobject likely makes it
worth avoiding dynamically allocating these with the typical
kobject_alloc method. Instead this arena style pool of objects can be
used where the kobject validation uses the gperf hash created at build
time.

Signed-off-by: default avatarTom Burdick <thomas.burdick@intel.com>
parent 80ab4b81
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment