Augustin Cavalier 1be0d390db kernel/slab: Simplify arguments of create_object_cache().
* alignment, cookie, constructor, destructor are rarely used
   (in fact constructors/destructors are never used at present.)

 * Add flags argument, this is more commonly used.

This allows a lot of the invocations of create_object_cache_etc
to be changed to invocations of just create_object_cache, simplifying
the code significantly.
2025-01-27 12:51:12 -05:00
..
2023-10-06 20:38:24 +00:00
2024-06-10 16:34:25 +00:00
2024-09-02 14:16:40 -04:00
2024-12-17 09:45:13 +00:00