want_arg          501 lib/test_overflow.c #define DEFINE_TEST_ALLOC(func, free_func, want_arg, want_gfp, want_node)\
want_arg          509 lib/test_overflow.c 	ptr = alloc ## want_arg ## want_gfp ## want_node (func, arg, 1);\
want_arg          514 lib/test_overflow.c 	free ## want_arg (free_func, arg, ptr);				\
want_arg          517 lib/test_overflow.c 	ptr = alloc ## want_arg ## want_gfp ## want_node (func, arg,	\
want_arg          523 lib/test_overflow.c 	free ## want_arg (free_func, arg, ptr);				\
want_arg          526 lib/test_overflow.c 	ptr = alloc ## want_arg ## want_gfp ## want_node (func, arg,	\
want_arg          530 lib/test_overflow.c 		free ## want_arg (free_func, arg, ptr);			\