mempool_alloc — allocate an element from a specific memory pool
pointer to the memory pool which was allocated via mempool_create.
the usual allocation bitmask.
this function only sleeps if the alloc_fn function sleeps or returns NULL. Note that due to preallocation, this function *never* fails when called from process contexts. (it might fail if called from an IRQ context.)