Home
last modified time | relevance | path

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

/scripts/gdb/linux/
Dutils.py69 def container_of(ptr, typeobj, member): function
/scripts/include/
Dlist.h19 #define container_of(ptr, type, member) ({ \ macro