Home
last modified time | relevance | path

Searched refs:container_of (Results 1 – 2 of 2) sorted by relevance

/buildroot/support/kconfig/
A Dlist.h19 #define container_of(ptr, type, member) ({ \ macro
41 container_of(ptr, type, member)
/buildroot/boot/syslinux/
A D0019-stddef.h-add-wchar_t-type-definition.patch52 #define container_of(p, c, m) ((c *)((char *)(p) - offsetof(c,m)))

Completed in 6 milliseconds