在内核代码中,经常见到container_of函数,它是一个宏定义,定义在include\linux\kernel.h文件中 /** * Container_of - cast a member of a structure out to the containing structure (将一个结构体的成员包含到指定的结构体中) * @ptr: the pointer to the member. (待包含的结构体成员指针) * @type: the type of the container struc