Searched refs:OSAL_LIST_NEXT (Results 1 – 1 of 1) sorted by relevance
270 #define OSAL_LIST_NEXT(entry, field, type) \ macro278 entry = OSAL_LIST_NEXT(entry, field, type))282 tmp_entry = (entry) ? OSAL_LIST_NEXT(entry, field, type) : NULL; \285 tmp_entry = (entry) ? OSAL_LIST_NEXT(entry, field, type) : NULL)