Searched refs:plist_next (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dplist.h254 * plist_next - get the next entry in list
257 #define plist_next(pos) \ macro
/linux-master/lib/
H A Dplist.c157 iter = plist_next(node);
217 BUG_ON(node->prio == plist_next(node)->prio);

Completed in 134 milliseconds