Searched refs:__container_of (Results 1 – 1 of 1) sorted by relevance
197 #define container_of(ptr, type, member) __container_of(UNIQ, (ptr), type, member)198 #define __container_of(uniq, ptr, type, member) \ macro