Home
last modified time | relevance | path

Searched refs:__list_next (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/wrs_omxil_core/utils/inc/
Dlist.h61 #define __list_next(entry) ((entry) ? (entry->next) : NULL) macro
67 ptr = __list_next(ptr))
70 for (ptr = list, nxt = __list_next(ptr); \
72 ptr = nxt, nxt = __list_next(ptr))