Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dlist.h370 #define nt_list_next(_list, _member) \ macro
478 __prev = nt_list_next(__prev, _member); \
/OK3568_Linux_fs/external/xserver/test/
H A Dlist.c233 assert(nt_list_next(&foo, next) == NULL); in test_nt_list_init()
253 for (item = foo, i = 1; i <= 10; i++, item = nt_list_next(item, next)) { in test_nt_list_append()
287 for (item = foo, i = 1; i <= 10; i++, item = nt_list_next(item, next)) { in test_nt_list_insert()