OSAL_LIST_INIT
OSAL_LIST_INIT(&p_pool->free_list);
OSAL_LIST_INIT(&p_spq->pending);
OSAL_LIST_INIT(&p_spq->completion_pending);
OSAL_LIST_INIT(&p_spq->free_pool);
OSAL_LIST_INIT(&p_spq->unlimited_pending);