Searched defs:container_of (Results 1 – 2 of 2) sorted by relevance
/scripts/kconfig/ | ||
D | list.h | 19 #define container_of(ptr, type, member) ({ \ macro |
/scripts/gdb/linux/ | ||
D | utils.py | 50 def container_of(ptr, typeobj, member): function |