Searched defs:alloc (Results 1 – 2 of 2) sorted by relevance
/lib/ |
D | test_overflow.c | 490 #define alloc010(alloc, arg, sz) alloc(sz, alloc_GFP) argument 491 #define alloc011(alloc, arg, sz) alloc(sz, alloc_GFP, NUMA_NO_NODE) argument 492 #define alloc000(alloc, arg, sz) alloc(sz) argument 493 #define alloc001(alloc, arg, sz) alloc(sz, NUMA_NO_NODE) argument 494 #define alloc110(alloc, arg, sz) alloc(arg, sz, alloc_GFP) argument
|
D | idr.c | 385 struct ida_bitmap *bitmap, *alloc = NULL; in ida_alloc_range() local
|