Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/wayland/
Dlv_wayland_smm.c43 #define LL_FIRST(head) ((head)->first) macro
45 #define LL_IS_EMPTY(head) (LL_FIRST(head) == NULL)
66 (entry) = LL_FIRST(head); \
95 for ((entry) = LL_FIRST(head); \
558 if((buf != LL_FIRST(&pool->allocd)) && in return_to_pool()
566 if((buf == LL_FIRST(&pool->allocd)) && in return_to_pool()