A D | overflow_kunit.c | 611 #define alloc010(alloc, arg, sz) alloc(sz, alloc_GFP) argument 612 #define alloc011(alloc, arg, sz) alloc(sz, alloc_GFP, NUMA_NO_NODE) argument 613 #define alloc000(alloc, arg, sz) alloc(sz) argument 614 #define alloc001(alloc, arg, sz) alloc(sz, NUMA_NO_NODE) argument 615 #define alloc110(alloc, arg, sz) alloc(arg, sz, alloc_GFP) argument 616 #define free0(free, arg, ptr) free(ptr) argument 617 #define free1(free, arg, ptr) free(arg, ptr) argument
|