Searched defs:container_of (Results 1 – 2 of 2) sorted by relevance
129 #define container_of(ptr, type, member) \ macro
57 #define container_of(inner, outer_t, elem) ((outer_t*)((char*)(inner)-offsetof(outer_t, elem))) macro