Searched refs:LL_FOREACH (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland_smm.c | 94 #define LL_FOREACH(entry, head, member) \ macro 210 LL_FOREACH(buf, &rgrp->inuse, use) { in smm_resize() 363 LL_FOREACH(ibuf, &grp->history, age) { in smm_next() 379 LL_FOREACH(ibuf, &grp->history, age) { in purge_history() 426 LL_FOREACH(buf, &smm_instance.active->allocd, pool) { in get_from_pool()
|