OSAL_LIST_NEXT
entry = OSAL_LIST_NEXT(entry, field, type))
tmp_entry = (entry) ? OSAL_LIST_NEXT(entry, field, type) : NULL; \
tmp_entry = (entry) ? OSAL_LIST_NEXT(entry, field, type) : NULL)