<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 2, 2021 at 11:28 PM Richard Palethorpe <<a href="mailto:rpalethorpe@suse.com" target="_blank">rpalethorpe@suse.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Signed-off-by: Richard Palethorpe <<a href="mailto:rpalethorpe@suse.com" target="_blank">rpalethorpe@suse.com</a>><br>
---<br>
 include/tst_common.h | 5 +++++<br>
 1 file changed, 5 insertions(+)<br>
<br>
diff --git a/include/tst_common.h b/include/tst_common.h<br>
index fd7a900d4..317925d1d 100644<br>
--- a/include/tst_common.h<br>
+++ b/include/tst_common.h<br>
@@ -83,4 +83,9 @@<br>
 #define TST_RES_SUPPORTS_TCONF_TFAIL_TINFO_TPASS_TWARN(condition) \<br>
        TST_BUILD_BUG_ON(condition)<br>
<br>
+#define tst_container_of(ptr, type, member) ({              \<br></blockquote><div><br></div><div><div class="gmail_default" style="font-size:small">What about using uppercase here?  i.e  TST_CONTAINER_OF(...)</div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
+       const typeof( ((type *)0)->member ) *__mptr = (ptr); \<br>
+       (type *)( (char *)__mptr - offsetof(type,member) );  \<br>
+})<br>
+<br>
 #endif /* TST_COMMON_H__ */<br>
-- <br>
2.30.0<br>
<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>