Searched refs:want_node (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | test_overflow.c | 501 #define DEFINE_TEST_ALLOC(func, free_func, want_arg, want_gfp, want_node)\ argument 509 ptr = alloc ## want_arg ## want_gfp ## want_node (func, arg, 1);\ 517 ptr = alloc ## want_arg ## want_gfp ## want_node (func, arg, \ 526 ptr = alloc ## want_arg ## want_gfp ## want_node (func, arg, \
|