Searched refs:container_of (Results 1 – 2 of 2) sorted by relevance
19 #define container_of(ptr, type, member) ({ \ macro41 container_of(ptr, type, member)
52 #define container_of(p, c, m) ((c *)((char *)(p) - offsetof(c,m)))
Completed in 2 milliseconds