Create 2 helper functions in mm/slab.c: get_object() and return_object(). These functions reduce some existing duplicated code in the slab allocator and will be used when adding Critical Page Pool support to the slab allocator. -Matt