Searched refs:nt_list_next (Results 1 – 2 of 2) sorted by relevance
370 #define nt_list_next(_list, _member) \ macro478 __prev = nt_list_next(__prev, _member); \
233 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()