aml_mutex_queue
MEMMAN_INITIALSTORAGE_DESC(struct aml_mutex_queue, _aml_mutex_queue_storage);
MEMMAN_MEMBLOCK_DESC(sizeof(struct aml_mutex_queue), _aml_mutex_queue_storage),
STAILQ_ENTRY(aml_mutex_queue) entry;
STAILQ_HEAD(, aml_mutex_queue) queue;